Hubo
Implement code; reconcile every review finding
Hongchao Liu
@h0ngcha0
What This Skill Does
Hubo coordinates a two-agent loop where a work agent implements code changes and a review agent independently inspects them, relaying findings back and forth until the reviewer clears the work or a user decision is needed.
Replaces manual code review cycles by automating the back-and-forth between implementation and independent verification within a single conversation.
When to Use It
- Implement a small code change with built-in independent review
- Verify a bug fix by having a separate agent inspect the diff
- Refactor a function and get automated feedback before committing
- Add a new feature while ensuring the reviewer checks for edge cases
- Reconcile reviewer findings with the work agent until all issues are resolved
Install
$ openclaw skills install @h0ngcha0/huboHubo
Run Hubo only after explicit user activation. Coordinate exactly two persistent top-level roles in the current conversation:
- a pragmatic work agent whose lineage alone may edit files; and
- an independent, read-only review agent that challenges the implementation and its evidence.
Read the complete Hubo workflow before creating either role. Select exactly one current host from the supported host adapters; never mix host APIs.
The work agent implements the smallest complete change and reports its diff, decisions, and verification. The review agent inspects the actual code and returns CLEAR or numbered findings. Relay every finding back to the same work agent, which must respond FIXED, PUSHBACK, or NEEDS_USER with evidence. Resume the same reviewer to verify the response, then continue without an arbitrary round limit.
Stop only when the reviewer returns CLEAR with every finding closed or withdrawn, or when a genuine requirement or technical-direction decision needs the user. Mirror every completed work and review report into the conversation, then include the complete chronological exchange in the final response. Never store the exchange in a file.
Top skills in this category
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Clawdhub
@steipeteUse the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Evolver
@autogame-17A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
PollyReach
@pollyreachPollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just...
Evolver
@autogame-17A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...