with one click
reviewing
// Use after execution completes when the user needs final quality verification and release-readiness review before closeout.
// Use after execution completes when the user needs final quality verification and release-readiness review before closeout.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | reviewing |
| description | Use after execution completes when the user needs final quality verification and release-readiness review before closeout. |
| metadata | {"version":"1.3","ecosystem":"pulse","upstream":"swarming","downstream":"compounding","dependencies":[{"id":"beads-cli","kind":"command","command":"br","missing_effect":"unavailable","reason":"Reviewing creates review beads and closes the epic through br."},{"id":"beads-viewer","kind":"command","command":"bv","missing_effect":"degraded","reason":"Reviewing verifies the live bead graph before epic closeout."}]} |
If .pulse/onboarding.json is missing or stale for the current repo, stop and invoke pulse:using-pulse before continuing.
Reviewing is the last automated quality gate before shipping. It verifies behavior, safety, and completeness rather than trusting bead closure alone.
pulse:swarming reports the final phase is complete and history/<feature>/phase-plan.md plus .pulse/STATE.md agree that no later phases remain--serial, --skip-uat (only when human UAT is intentionally omitted and non-interactive evidence is used)Read before starting:
.pulse/project-docs.json when present, plus minimal relevant listed docshistory/<feature>/CONTEXT.mdhistory/<feature>/approach.mdhistory/<feature>/lifecycle-summary.md when present.pulse/STATE.mdIf .pulse/project-docs.json is absent, detect and read the smallest relevant project docs (README, architecture, ADR, domain docs).
All execution-time rules live in references/runtime-appendix.md. Treat that file as canonical for:
pulse:compounding as the next skill and default to next_action: manual_invoke.If paused, write a reviewing-owned handoff using ../using-pulse/references/handoff-contract.md and register it in .pulse/handoffs/manifest.json.
After finishing completes, report feature completion, update runtime state for Gate 4 approval, and recommend compounding without auto-triggering it unless the user explicitly asks to continue now.
references/runtime-appendix.md — canonical runtime contractreferences/review-agent-prompts.md — exact prompts for all 5 agentsreferences/review-bead-template.md — review bead format and creation contract