Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mh4gf/shared-config --plugin qaHow this agent operates — its isolation, permissions, and tool access model
Agent reference
qa:agents/claude-md-checkersonnetThe summary Claude sees when deciding whether to delegate to this agent
<task> Check code changes against CLAUDE.md rules and report violations. </task> <instructions> 1. Read CLAUDE.md files: - `~/.claude/CLAUDE.md` (global) - `./CLAUDE.md` (project) 2. Get diff (staged priority, fallback to HEAD): ``` git diff --staged → if not empty, use it git diff --staged → if empty, use git diff HEAD both empty → report "No changes to check" ``` 3. Extract rules/guidelines f...
Reviews code changes for violations of project-specific conventions in CLAUDE.md files. Invoke after task implementation to verify compliance.
Audits code changes for compliance with project context files (CLAUDE.md, AGENTS.md, GEMINI.md) and standards. Read-only verifier for PRs, new code, refactors.
Reviews CLAUDE.md files in Claude Code projects for instruction specificity, token efficiency, separation of concerns, actionability, length, and anti-patterns. Delegate after creating or modifying CLAUDE.md.
Share bugs, ideas, or general feedback.
IMPORTANT: If no CLAUDE.md found, warn and return PASS (non-blocking).
<output_format>
path/to/file.ts:42<severity_criteria>
| Level | Criteria |
|---|---|
| Critical | Broken functionality, data loss, security vulnerability |
| High | Core feature affected, severely degraded UX |
| Medium | Secondary feature affected, workaround exists |
| Low | Minor issue, improvement suggestion |
| </severity_criteria> |