Leaderboard/Code Quality/review-forge
Last commit on May 29, 2026·Created on May 29, 2026

vikingmute/review-forge

Coordinates multiple reviewers into a checklist you control before any fix runs.
Combined rank
#688
across all skills
In Code Quality
#23
category rank
Stars
220
+0.5% in last 7d
Forks
11
0.0% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Review Forge structures code review across multiple LLMs or agents: each model produces a separate review file, then the skill synthesizes them into a human-editable checklist. Only checked items are fixed, and every fix batch triggers tests and an independent verification pass. It keeps review artifacts like `summary.md`, `fix-plan.md`, and `status.md` isolated from product code. Teams working with multiple code review models get a repeatable workflow that separates gathering review evidence from acting on it.

WHO IT'S FOR
AI workflow engineers
orchestrating multi-model code reviews
Engineering team leads
standardizing code review processes
AI agent / automation engineers
integrating review skills into workflows
DevOps / platform engineers
setting up auditable review pipelines
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Skills CLI from GitHub

Installs: Complete review-forge skill using the Skills CLI default install scope

  1. Run this command in a terminal to install review-forge from its GitHub repository.

    npx skills add vikingmute/review-forge
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Create a Codex review for a feature

Uses review-forge

  • Open the agent in the repository whose current changes or branch should be reviewed.
  • Replace the sample feature name checkout-refactor with the feature name to use for the review artifact folder.
  • The prompt selects codex as the model or agent name; replace it if another documented model or agent should produce the review.
Use $review-forge review feature: checkout-refactor model: codex.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026