review-forge
Installation
SKILL.md
Review Forge
Review Forge runs a conservative, feature-scoped code review workflow:
- Inspect the target diff and project context.
- Create one review file per model or agent inside the current feature folder.
- Synthesize multiple model review files into a human-controlled checklist.
- Fix only checked and confirmed items.
- Run focused and regression tests after every fix batch.
- Verify fixes independently when possible.
- Update machine-readable status and localized report labels.
- Keep all workflow artifacts isolated from product code.
Commands
review: create one model-specific review file. Do not modify product code.synthesize: merge model review files from one feature folder into one summary checklist. Do not modify product code.fix: read checked summary items, confirm the selected scope, implement only those items, run tests, and update status.verify: verify fixed items with an independent perspective, rerun or inspect tests, and update verification status.