From mainbranch
Runs dial-gated Seven Sweeps and auxiliary gates against briefs or copy drafts, synthesizing findings. Used for pre-publish review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mainbranch:mb-skill-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A composable skill that wraps the Seven Sweeps + auxiliary review gates. /mb-site calls this at pre-lock and pre-publish.
A composable skill that wraps the Seven Sweeps + auxiliary review gates. /mb-site calls this at pre-lock and pre-publish.
convert | story | brand)do_not_state list (for archetype-fidelity check)A synthesized review report:
{
"ok": false,
"dial": "convert",
"sweeps_run": [1, 2, 3, 4, 5, 6, 7],
"findings": [
{"sweep": "Specificity", "priority": "P1", "line": 12, "note": "..."},
...
],
"panel_score": 7.2,
"blocking": ["specificity", "ai-tells"]
}
references/review.md — dial-gated.| Dial | Sweeps |
|---|---|
convert | 1, 2, 3, 4, 5, 6, 7 + Expert Panel |
story | 1, 2, 3, 5, 6 |
brand | 1, 2, 6 |
npx claudepluginhub noontide-co/mainbranch --plugin mainbranchRuns parallel specialized reviewers (deep-reviewer, devil-advocate, fact-checker, tone-guardian, structure-analyst) with presets for content, strategy, code, security, and academic review. Merges findings through a consensus gate.
Performs hierarchical bottom-up review of drafted documents, diagnosing structural problems and producing .planning/REVIEW.md for revision.
Internal development tool that performs a comprehensive quality audit of all marketing skills and agents. Reviews description overlap, format consistency, feature adoption, and structural patterns. Use when the user says "audit skills", "skill quality review", "check skill health", "are my skills consistent", "monthly skill review", or before releasing a new version of the skills repo.