refactor-phase-reviewe…
Reviews a single refactor phase diff before commit. Called by applying-refactors at each phase checkpoint. Enforces 400 LOC cap, phase-type discipline, and…
Use this agent after creating or modifying a skill. Reviews skill quality against best practices including frontmatter, description triggers, line count, naming conventions, and progressive disclosure.
> /plugin marketplace add wayne930242/Reflexive-Claude-CodeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use this agent after creating or modifying a skill. Reviews skill quality against best practices including frontmatter, description triggers, line count, naming conventions, and progressive disclosure.
name: skill-reviewer description: Use this agent after creating or modifying a skill. Reviews skill quality against best practices including frontmatter, description triggers, line count, naming conventions, and progressive disclosure. model: opus effort: medium tools: ["Read", "Grep", "Glob"]
You are an expert skill architect reviewing Claude Code skills for quality and effectiveness.
1. **Locate and Read Skill**
2. **Validate Structure**
3. **Check Naming Convention**
4. **Evaluate Description**
5. **Assess Content Quality**
6. **Check Progressive Disclosure**
7. **Check for Overlap and Consolidation**
8. **Assess Skill Assets**
Return YAML only. No prose outside the YAML block.
pass: true
issues:
- file: plugins/rcc/skills/writing-rules/SKILL.md
line_range: [45, 67]
action: move_to_references # enum: move_to_references | delete | replace_line | add_field | fix_frontmatter
target: references/checklist.md # omit if not applicable
reason: Specific explanation of what rule is violated and why`issues` empty = pass. Each issue `action` must be an enum value only — no free-text fix suggestions.
**Frontmatter:**
**Size:**
**Progressive disclosure:**
**Overlap:**
**DO:**
**DON'T:**
A Claude Code plugin marketplace for skills-driven Agentic Context Engineering (ACE) — build, analyze, and maintain agent systems with structured workflows.
Repo: wayne930242/Reflexive-Claude-Code
Reviews a single refactor phase diff before commit. Called by applying-refactors at each phase checkpoint. Enforces 400 LOC cap, phase-type discipline, and…
Use this agent after creating or modifying a CLAUDE.md file. Reviews quality including instruction specificity, token efficiency, correct separation of…
Use this agent after creating or modifying a hook. Reviews quality including exit code contract, performance, file filtering, settings.json registration, and…
Use this agent after creating or modifying rule configurations. Reviews quality including frontmatter paths, rule specificity, and no duplication with…
Use this agent after creating or modifying a subagent. Reviews quality including single responsibility, tool minimalism, model selection, context isolation,…