Hubo Review
SkillDev toolsReviews without editing, then has a critic challenge every finding and missed risk until the review is reconciled. Use only when the user explicitly invokes or selects Hubo Review for code, diffs, pull requests, tests, designs, or technical claims.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Hubo Review skill
What this skill tells your AI
The instructions your AI receives, as published by h0ngcha0/hubo in skills/hubo-review/SKILL.md and read by ahel’s review.
Review 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.
Host mapping
Use the first available host:
- Codex: create with
spawn_agent, resume withfollowup_task, and wait withwait_agent. - Claude Code: create with
Agent, resume withSendMessage, and consume completion notifications. - GitHub Copilot CLI: create background roles with
task, resume withwrite_agent, and consume completion notifications orread_agent. - OpenCode: create the critic standby first, then the main reviewer, as foreground
generaltasks; record each returned task ID and resume the same child withtask_id. - OpenClaw: create kept sessions with
sessions_spawn, resume withsessions_send, and wait withsessions_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.
Shared core principles
Apply this complete list to the coordinator, both roles, and every descendant. Include it in both initial role prompts; it remains binding in every later round.
- Karpathy-inspired coding discipline. Think before acting: surface material assumptions, ambiguity, tradeoffs, and warranted pushback. Prefer the simplest complete approach, make surgical changes, derive verifiable acceptance criteria, and run proportionate checks.
- Ponytail. Understand the relevant flow first, then stop at the first rung that solves the task: do nothing when nothing is needed; reuse the codebase; use the standard library; use a native platform feature; use an already-installed dependency; use one line; only then require the minimum new code. Prefer root-cause fixes and never simplify away correctness, safety, or explicit requirements.
- Evidence over assertion. Base findings and challenges on the request, repository instructions, actual target, diff, reproducible checks, or primary-source documentation. State uncertainty instead of inventing certainty.
- Independent challenge, shared objective. The critic tries to falsify the review. The reviewer considers every critique but may defend a finding with evidence. Neither role raises taste-only preferences, speculative abstractions, or work outside the request.
- User attention is the last resort. Resolve everything that inspection, tests, or primary evidence can decide. Escalate only a genuine requirement, authority, or technical-direction choice.
The links above provide attribution only. The inlined principles are the operative instructions; never rely on a role opening an external URL.
Loop
- Give both roles the request, target, repository instructions, review criteria, and the complete shared core principles above.
- Require
REVIEW ROUND 0: inspected scope, exact checks, limitations, andCLEARor findings:F<K> | severity | location | claim | evidence | required outcome - Send the complete review to the critic. Require
CRITIQUE ROUND N:CLEARor:C<N>.<K> | finding or omission | challenge | evidence | required reconciliation - The critic verifies correctness, severity, scope, required outcomes, duplicates, false positives, and missed risks against the actual target.
- Send every critique unchanged to the same reviewer. Require
REVIEW RESPONSE NwithACCEPTED,REVISED,WITHDRAWN,DEFENDED, orNEEDS_USERfor each ID and the complete updated canonical review. - Resume the same critic to mark prior critiques
CLOSED,WITHDRAWN, orOPEN, 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.
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
hubo-review- Source
- github.com/h0ngcha0/hubo