1---2name: hforge-review3description: ---4---5---6name: hforge-review7description: runtime health review for harness forge workspaces. use when the user wants drift checks, decision coverage, stale task review, managed-surface integrity, or a clear pass-fail summary of the current runtime state.8---910# HForge Review1112## Trigger Signals1314- the user asks whether the current Harness Forge setup is healthy15- runtime drift, stale task artifacts, or missing managed surfaces are suspected16- a handoff, release, or package refresh needs a concise review first17- decision coverage and runtime governance need to be checked before moving on1819## Inspect First2021- `.hforge/runtime/index.json`22- `.hforge/runtime/decisions/index.json`23- `.hforge/runtime/tasks/`24- `.hforge/generated/agent-command-catalog.json`25- `.hforge/agent-manifest.json`2627## Workflow28291. run `hforge review --root . --json`302. if installation drift is suspected, run `hforge doctor --root . --json`313. if package-surface integrity is suspected, run `hforge audit --root . --json`324. summarize blockers, warnings, stale runtime artifacts, decision gaps, and the best cleanup order3334## Output Contract3536- runtime health summary with blocker, warning, and cleanup sections37- decision-coverage and stale-task callouts when relevant38- the next remediation command to run3940## Validation Path4142- `hforge review --root . --json`43- `hforge doctor --root . --json`44- `hforge audit --root . --json`4546## Failure Modes4748- the workspace is not initialized49- review signals are incomplete because runtime summaries are stale50- doctor or audit cannot read the current install state5152## Escalation5354- escalate when install drift risks losing managed state55- escalate when audit shows package-surface mismatches that need a maintainer fix56- escalate when runtime findings and source-of-truth manifests disagree5758## References5960- `skills/hforge-review/references/review-order.md`61- `skills/hforge-review/references/output-contract.md`