metareview
v0.10.0Go-based metaswarm-compatible internal review harness for plans, specs, decompositions, task-done code review, acceptance evidence, PR readiness, and post-merge learning, plus FSM workflow runs (metareview fsm).
By David SifryLicense: MIT10 GitHub starsUpdated 9 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Aug 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install metareview for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add metareview@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dsifry/metareviewClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/fsm/SKILL.md├── skills/learn-post-merge/SKILL.md├── skills/review-artifact/SKILL.md├── skills/review-epic-ready/SKILL.md├── skills/review-pr-ready/SKILL.md├── skills/review-task-done/SKILL.md├── skills/setup/SKILL.md└── skills/status/SKILL.md
Included Skills8
Drive a metareview FSM workflow run (sdlc-loop or review-loop) through the `metareview fsm` CLI — the agent does each node's work, the machine keeps the audited state.
Run metareview post-merge learning after a PR or local merge completes; curates reusable review knowledge, records discarded low-value candidates, and appends reviewer calibration.
Review a spec, plan, design, decomposition, architecture doc, pre-mortem, runbook, or acceptance report with metareview.
Run metareview's deterministic epic-ready gate before closing or landing an epic; checks child review evidence, unresolved blockers, integration contradictions, and intent drift.
Run metareview's deterministic PR-ready gate before pushing or opening a PR; checks unresolved blockers, validation evidence, branch diff risks, generated PR evidence, and optional GitHub review context.
Run metareview's deterministic task-done code review gate before claiming a local task is complete; use for task closure, chunk review, or pre-PR local review when code changed.
Detect repository mode and prepare metareview review artifacts without overwriting metaswarm or Beads-owned files.
Show metareview repository mode, available integrations, and unresolved review state.
Plugin manifests2
{
"name": "metareview",
"version": "0.10.0",
"description": "Go-based metaswarm-compatible internal review harness for plans, specs, decompositions, task-done code review, acceptance evidence, PR readiness, and post-merge learning, plus FSM workflow runs (metareview fsm).",
"author": {
"name": "David Sifry"
},
"homepage": "https://github.com/dsifry/metareview",
"repository": "https://github.com/dsifry/metareview",
"license": "MIT",
"keywords": [
"review",
"code-review",
"quality-gates",
"metaswarm",
"beads",
"codex",
"post-merge-learning",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "metareview",
"shortDescription": "Internal review harness, adversarial gates, and post-merge learning for Codex",
"longDescription": "Use metareview to run metaswarm-compatible internal reviews over specs, plans, decompositions, artifacts, task-done code changes, acceptance evidence, PR readiness, and post-merge learning with durable Markdown artifacts and JSONL state. Packaged releases use a built Go binary; source checkout mode requires Go 1.26+. metareview fsm drives sdlc-loop and review-loop workflow runs with auditable, swappable judge calls.",
"developerName": "David Sifry",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/dsifry/metareview",
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"Use metareview to set up internal review gates for this repository.",
"Use metareview to review this artifact.",
"Use metareview to run task-done code review.",
"Use metareview to run epic-ready review.",
"Use metareview to run pr-ready review.",
"Use metareview to run post-merge learning.",
"Use metareview to show review status.",
"Use metareview fsm to drive the sdlc-loop workflow on this change."
],
"brandColor": "#374151",
"screenshots": []
}
}{
"name": "metareview",
"version": "0.10.0",
"description": "Go-based metaswarm-compatible internal review harness for plans, specs, decompositions, task-done code review, acceptance evidence, PR readiness, and post-merge learning. Packaged releases use bin/metareview; source checkout mode requires Go 1.26+, plus FSM workflow runs (metareview fsm).",
"author": {
"name": "David Sifry"
},
"homepage": "https://github.com/dsifry/metareview",
"repository": "https://github.com/dsifry/metareview",
"license": "MIT",
"keywords": [
"review",
"code-review",
"task-done",
"epic-ready",
"pr-ready",
"post-merge-learning",
"quality-gates",
"metaswarm",
"beads",
"workflow"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[metareview on Agent Plugins Marketplace](https://pluginsmp.com/plugins/metareview)