Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add howar31/magi-workflow/plugin install magiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/howar31/magi-workflow/review-plan)<a href="https://agentmods.dev/skills/howar31/magi-workflow/review-plan"><img src="https://agentmods.dev/badge/skills/howar31/magi-workflow/review-plan.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00102 | $0.02858 |
| Opus 5 | $0.00051 | $0.01429 |
| Sonnet 5 | $0.00020 | $0.00572 |
| Haiku 4.5 | $0.00010 | $0.00286 |
Grade A, and why
review-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 305 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/magi:review-plan — MAGI plan review
You are the coordinator. Have N CLIs review the user's PLAN/SPEC in parallel, then consolidate their findings using MAGI weighted voting.
0. Preflight
PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT:-}"
[[ -z "$PLUGIN_ROOT" ]] && PLUGIN_ROOT="$(cd "$(dirname "$BASH_SOURCE[0]")/../.." 2>/dev/null && pwd)"
USER_CONFIG="$HOME/.config/magi-workflow/config.json"
Run a lightweight preflight; if $USER_CONFIG missing or empty
xreview.reviewers, tell the user to run /magi:setup.
Read references/MAGI_VOTING.md (in the plugin root) for the consensus
rules. You will follow Steps 1–8 of that document.
0.5. State preflight (auto-refuse if not allowed)
STATE_JSON=$(bash "$PLUGIN_ROOT/scripts/shared/detect-state.sh")
blocked=$(jq -r '.disallowed_skills["review-plan"] // empty' <<<"$STATE_JSON")
if [[ -n "$blocked" ]]; then
reason=$(jq -r '.disallowed_skills["review-plan"].reason' <<<"$STATE_JSON")
suggest=$(jq -r '.disallowed_skills["review-plan"].suggest' <<<"$STATE_JSON")
echo "Cannot run /magi:review-plan: $reason"
echo "Suggested: $suggest"
exit 1
fi
--force skips preflight. Note this skill is optional — the user can
always skip it entirely by going straight to /magi:tasks.
1. Locate the document
Find the sprint folder (same logic as /magi:tasks). Read its PLAN.md
or SPEC.md. If neither exists, abort and tell the user to run
/magi:plan first.
2. Build the reviewer prompt
Write a prompt file at <sprint_dir>/.xreview-prompt.md (use .gitignore
if needed) containing:
You are reviewing a software engineering plan. Apply skepticism and
domain expertise. Your output must be structured for downstream
consensus aggregation.
[Project context]
- TECHSTACK: see magi/TECHSTACK.md (read it)
- Conventions: see CLAUDE.md / AGENTS.md (read if available)
[Document under review]
<full content of PLAN.md or SPEC.md, with file path header>
[Your task]
Identify issues. For each issue, output a section in this format:
## Issue: <one-line subject>
Severity: Critical | Important | Note
Where: <file:line or section>
Description: <2–6 sentences>
Suggested fix: <1–3 sentences>
Then end with:
## Verdict
<one of: APPROVE | APPROVE-WITH-NITS | REQUEST-CHANGES>
<one paragraph rationale>
Do not produce any other output sections. Do not edit files.
[Special focus — Spec deltas section]
If the document under review contains a `## Spec deltas` section
declaring modifications to project-level living documents (root SPEC.md,
root CLAUDE.md, magi/PRD.md, magi/TECHSTACK.md), evaluate it critically:
- Are the declared modifications justified by the design described above?
- Are there obvious omissions — impacts the design implies but no delta
lists (e.g., the plan adds a CLI flag but does not declare a delta to
the SPEC.md flag table)?
- Does any declared modification break a contract documented elsewhere
in the targeted file (e.g., contradicting an existing ADR)?
Surface delta-related concerns as standard `## Issue:` blocks and prefix
the subject with `[deltas]` so downstream consensus aggregation can
group them. If the deltas look correct, do not invent issues — silence
is a valid signal.
If `## Spec deltas` is missing entirely from a PLAN.md or SPEC.md, raise
one Important `[deltas]` issue saying so. (TICKET.md and HOTFIX.md never
contain this section — do not raise the issue against those.)
[Feasibility assessment]
Examine the plan for assumptions about development effort, complexity, or
tool/framework ergonomics that have not been validated by prototype or
prior experience. Examples:
- "vanilla TS state management is sufficient" — has this been prototyped?
- "migration will take ~2 hours" — based on what evidence?
- "no external dependencies needed" — are there hidden complexities?
For each such assumption, output:
## Spike candidate: <one-line assumption>
Risk: <what could go wrong if this assumption is false>
Validation: <how to validate — small prototype, benchmark, or PoC>
If no feasibility assumptions need validation, write:
## Spike candidates
(none identified)
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 305 lines · 102 tokens per session scan A d4229f1b8e07
review-plan is a skill published in the GitHub repository howar31/magi-workflow (2 stars, last pushed 8d ago), licensed MIT. It adds 102 tokens to every session and 2,858 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
pattern-detection
Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices.
refactor
Refactor, simplify, or clean up code for improved maintainability without changing business logic.
init
Opt-in onboarding for the mARC agent team. Scaffolds a per-repo team binding so the team graduates from ephemeral session-memory to persistent, versioned config — without ever writing a file silently. Discovers the repo's org/repo/ project at runtime via gh, prefills {{ agentsdir }}/team.toml, and (optionally) a lean…
cad-reviewer-contract
Internal role contract, preloaded into every cad-reviewer rung agent. Not a user command.