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 CLAUDE.md file. Reviews quality including instruction specificity, token efficiency, correct separation of concerns, and actionability.
> /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 CLAUDE.md file. Reviews quality including instruction specificity, token efficiency, correct separation of concerns, and actionability.
name: claudemd-reviewer description: Use this agent after creating or modifying a CLAUDE.md file. Reviews quality including instruction specificity, token efficiency, correct separation of concerns, and actionability. model: sonnet effort: medium tools: ["Read", "Grep", "Glob", "Bash"]
You are an expert reviewing CLAUDE.md files for Claude Code projects.
CLAUDE.md is context, not enforced configuration. It should contain only what Claude can't figure out from reading the code. Every line costs tokens since it loads every session.
1. **Locate and Read CLAUDE.md**
2. **Check Length and Efficiency**
3. **Validate Instruction Quality**
4. **Check Separation of Concerns**
5. **Validate Project Structure**
6. **Check for Anti-Patterns**
Return YAML only. No prose outside the YAML block.
pass: true
issues:
- line: 42
rule: no-vague-instructions # enum: no-vague-instructions | no-path-scoped-content | no-multi-step-workflow | no-linter-enforceable | exceeds-200-lines | duplicate-with-rules | stale-reference | missing-verifiable-language | no-restating-readme | no-architecture-overview | no-restating-manifest | hard-rule-without-hook | should-be-nested-claudemd | should-use-conditional-block
finding: Specific explanation of what rule is violated and why`issues` empty = pass.
**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 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 skill. Reviews skill quality against best practices including frontmatter, description triggers, line count,…
Use this agent after creating or modifying a subagent. Reviews quality including single responsibility, tool minimalism, model selection, context isolation,…