review-forge

Installation
SKILL.md

Review Forge

Review Forge runs a conservative, feature-scoped code review workflow:

  1. Inspect the target diff and project context.
  2. Create one review file per model or agent inside the current feature folder.
  3. Synthesize multiple model review files into a human-controlled checklist.
  4. Fix only checked and confirmed items.
  5. Run focused and regression tests after every fix batch.
  6. Verify fixes independently when possible.
  7. Update machine-readable status and localized report labels.
  8. 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.
Installs
21
GitHub Stars
98
First Seen
May 29, 2026
review-forge — vikingmute/review-forge