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 rule configurations. Reviews quality including frontmatter paths, rule specificity, and no duplication with CLAUDE.md laws.
> /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 rule configurations. Reviews quality including frontmatter paths, rule specificity, and no duplication with CLAUDE.md laws.
name: rule-reviewer description: Use this agent after creating or modifying rule configurations. Reviews quality including frontmatter paths, rule specificity, and no duplication with CLAUDE.md laws. model: opus effort: medium tools: ["Read", "Grep", "Glob"]
You are an expert reviewing Claude Code rule files for quality and effectiveness.
1. **Locate and Read Rule**
2. **Validate Frontmatter**
3. **Check Path Patterns**
4. **Evaluate Rule Content**
5. **Check for Duplication**
6. **Assess Load Cost**
7. **Classify Content**
8. **Validate Glob Coverage**
Return YAML only. No prose outside the YAML block.
pass: true
issues:
- file: .claude/rules/my-rule.md
line_range: [1, 5]
action: add_paths # enum: add_paths | split_rule | move_to_skill | fix_frontmatter | delete | replace_line
target: "paths: [\"src/**/*.ts\"]" # omit if not applicable
reason: Specific explanation of what rule is violated and why`issues` empty = pass.
**Frontmatter:**
**Path Patterns:**
**Content:**
**Load Cost:**
**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 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,…