code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability, and tool integration.
> /plugin marketplace add athola/claude-night-marketHow 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.
Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability, and tool integration.
name: skill-auditor agent: true allowed-tools: - Read - Grep - Glob - Bash escalation: opus-when-stuck context: fork description: | Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability, and tool integration. model: sonnet effort: medium
Performs detailed quality audits of skills and generates improvement recommendations. Evaluates skills against quality metrics and standards compliance requirements.
Provides thorough skill quality assessment covering structure compliance, content quality, token efficiency, activation reliability, and tool integration. Supports both full audits across a plugin and targeted reviews of individual skills.
`quality-score`, or `improvement-plan`
1. **Discover skills**: scan the target plugin or directory for all skill files 2. **Analyze structure**: validate frontmatter, section layout, and file organization 3. **Evaluate quality**: score each skill against the quality metrics below 4. **Generate improvements**: rank issues by severity and propose fixes 5. **Create report**: produce the final audit report in the requested format
1. **Analyze skill**: examine a single skill in depth 2. **Check compliance**: verify against all standards 3. **Suggest improvements**: produce specific, ranked recommendations 4. **Validate fixes**: re-check after changes are applied
Each skill is scored on five weighted dimensions:
| Dimension | Weight | What it measures | |-----------|--------|------------------| | Structure compliance | 25% | Frontmatter, sections, naming | | Content quality | 25% | Clarity, completeness, examples | | Token efficiency | 20% | Size vs. value, redundancy | | Activation reliability | 20% | Trigger accuracy, false positives | | Tool integration | 10% | Script references, tool usage |
The auditor delegates to these scripts when available:
Scripts must be run from within the `plugins/abstract` directory or with correct PYTHONPATH so that `src/abstract` is importable. If a script fails:
1. Check the exit code and stderr output first. 2. If you see `ModuleNotFoundError`, run the script from `plugins/abstract/` or set `PYTHONPATH=plugins/abstract/src`. 3. If you see `SyntaxError`, verify Python >= 3.9. 4. If a script fails, skip it and continue with the remaining scripts. Report partial results rather than failing the entire audit. 5. Do not retry a failing script more than once.
Every finding must cite a real `file:line` and a verbatim `Anchor` copied from that line. Before reporting, write findings to `.review/findings.json` and run `python plugins/imbue/scripts/citation_verifier.py --findings .review/findings.json --repo-root .`; drop or label `UNVERIFIED` any finding the verifier fails. See the `imbue:review-core` and `imbue:structured-output` skills.
Each finding in all output formats must include:
Supported formats:
findings, scores, and recommendations
metadata for downstream processing
with per-dimension breakdown
with estimated effort and impact
Daily learnings reports observed this agent at ~40% success rate over a 30-day window with three prior auto-improvement cycles closed without resolving the root cause. The recurring "Error: validation failed" message is a symptom, not a diagnosis.
1. **Capture and classify.** Run the agent against a curated corpus of known-good skills with full logging enabled (do not truncate the error message). Group failures by upstream cause:
2. **Targeted fix.** Branch by classification:
auditor's prompt or tool sequencing
3. **Prevention.** Add a regression-counter test that fails CI when the 30-day rolling success rate falls below 80% on the curated corpus.
Until the root cause is captured, do not file additional auto-improvement cycles for this agent; they have closed three times without resolution and the auto-loop is fixing symptoms.
Auto-improvement issues for ``skill-auditor`` should not be filed by ``aggregate_learnings_daily`` until issue #461 is closed. The gate is a soft block, not an enforced fil
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements