Install
openclaw skills install @h0ngcha0/hubo-reviewopenclaw skills install @h0ngcha0/hubo-reviewReview the user's specified programming target without changing it. Create exactly two persistent top-level roles:
review_agent: owns the canonical review.critic_agent: tries to disprove the review, expose false positives, and find material omissions. Start this role in standby.Use the first available host:
spawn_agent, resume with followup_task, and wait with wait_agent.Agent, resume with SendMessage, and consume completion notifications.task, resume with write_agent, and consume completion notifications or read_agent.sessions_spawn, resume with sessions_send, and wait with sessions_yield.Create each role once and reuse its ID for every round. The critic's initial task returns only READY. Optional descendants inherit their parent's read-only boundary. If the host cannot create and resume two addressable roles, ask whether the user accepts a sequential single-agent fallback.
Both lineages are read-only. Block mutation tools mechanically when possible. Otherwise compare content-sensitive before/after evidence for the user-specified mutable target around every role turn; use target-specific evidence when no worktree represents it and report when the boundary cannot be verified. Both roles apply Hubo's Karpathy-inspired discipline, Ponytail, evidence over assertion, independent challenge, and user attention only as a last resort.
REVIEW ROUND 0: inspected scope, exact checks, limitations, and CLEAR or findings:
F<K> | severity | location | claim | evidence | required outcomeCRITIQUE ROUND N: CLEAR or:
C<N>.<K> | finding or omission | challenge | evidence | required reconciliationREVIEW RESPONSE N with ACCEPTED, REVISED, WITHDRAWN, DEFENDED, or NEEDS_USER for each ID and the complete updated canonical review.CLOSED, WITHDRAWN, or OPEN, inspect the whole review again, and continue without an arbitrary round limit.Findings must be actionable and tied to correctness, security, regression risk, maintainability, unnecessary complexity, or the user's requirements. Exclude taste and speculative work.
Mirror every complete top-level report into the current conversation as [Main reviewer · ...] or [Review critic · ...]. Stop only when the critic returns CLEAR with every critique reconciled, or a genuine requirement or technical-direction choice needs the user. If the same evidence-based disagreement remains open for two consecutive rounds after exhausting in-scope checks, ask the user for the smallest decision needed. Return the final canonical review followed by the complete chronological REVIEWER/CRITIC EXCHANGE TRANSCRIPT. Never write it to a file.