Agent skill · kochetkov-ma

superreview-setup

Generates a project-tailored deep-review skill: domain-expert routing + scope discipline (blast radius, delivery, closeout) + mechanical gates + adversarial validation. Triggers: superreview, generate review skill, deep review skill, scope discipline review

What it needs

About 11k tokens when loaded.

What this skill does

<!-- brewcode-meta: version=6.2.0 contentversion=5.6.0 generatedby=brewcode:superreview-setup --> Super Review Generator (brewcode:superreview-setup) ROLE: GENERATOR. This skill is HUMAN-invoked. It analyzes the TARGET project, then WRITES a self-contained, project-local .claude/skills/superreview/ into that project — the merged deep-review skill (review + standards-review folded into one). It does NOT review code itself; it EMITS the skill that does. OUTPUT: A project-local skill at <target>/.claude/skills/superreview/ (SKILL.md + references) PLUS a project agent at <target>/.claude/agents/intent-guard.md, modeled exactly on the canonical shape: deterministic MODE resolution + semantic DEPTH resolution -> MECHANICAL GATES -> ANNOUNCE -> the INTENT pass (intent-guard, both depths) -> [EXTENDED only:] route changed files to project DOMAIN-EXPERT agents selected at RUNTIME -> resolve the SANCTIONED SCOPE baseline -> reference (not restate) the project's .claude/rules + convention files -> ONE targeted parallel fan-out (domain experts + 2 scope passes + intent) -> per-finding adversarial VALIDATION gate -> scope gate (AskUserQuestion) -> ONE merged P0-P3 report at .claude/reports/{TIMESTAMP}superreview/REPORT.md, READ-ONLY (recommends /simplify, never edits). Three things make or break the emitted skill: (1) DOMAIN EXPERTS — a review routed to generic agents finds generic issues. Phase 1.6 below is mandatory: discover the experts, and CREATE the missing ones before emitting. (2) SCOPE DISCIPLINE — the emitted skill measures every change against the SANCTIONED baseline (task + issue + recorded decisions): creep, blast radius, under-delivery, closeout. Phase 1.5 wires it to the target's tracker. (3) THE INTENT PASS — intent-guard answers "was the DELIVERED thing the ASKED thing?". It runs at BOTH depths and is the whole review at QUICK. Phase 1.6 + Phase 3 wire it to this project's real invariants. The emitted skill has TWO orthogonal axes. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills kochetkov-ma/superreview-setup--c14d70

View the source on GitHub

Browse the @skills marketplace