Mindforge review
Request cross-AI peer review of phase plans from external AI CLIsFrom its SKILL.md
npx -y skills add sairam0424/MindForge --skill mindforge-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 199 tokens by cl100k_base, as published. Nobody here has run it
<objective>
Invoke external AI CLIs (Gemini, the agent, Codex) to independently review phase plans.
Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into
planning via /mindforge-plan-phase --reviews.
Flow: Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md </objective>
<execution_context> @.agent/workflows/mindforge-review.md </execution_context>
<context> Phase number: extracted from $ARGUMENTS (required)Flags:
--gemini— Include Gemini CLI review--claude— Include the agent CLI review (uses separate session)--codex— Include Codex CLI review--all— Include all available CLIs </context>
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.