From mainbranch
Pre-publish review for briefs and copy drafts. Runs dial-gated Seven Sweeps and auxiliary gates, returns synthesized findings. Use for UI pass, design critique, or pre-publish check.
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 mainbranchPerforms hierarchical bottom-up document review, diagnosing structural problems and producing REVIEW.md for revision. Called internally after claim validation.
Runs parallel design, accessibility, and heuristic reviewers against existing artefacts (screenshots, URLs, code) and reconciles findings into a prioritized report.
Reviews documentation, blog posts, READMEs, proposals, and prose for quality issues in content, style, and embedded artifacts using parallel agents.