| name | audit-quality |
| description | Triggered when user asks to audit code quality, assess maintainability, or review overall code quality. Automatically delegates to the quality-auditor agent. |
| allowed-tools | Read, Grep, Glob |
| context | fork |
| agent | quality-auditor |
Audit Quality Skill
Trigger Phrases
This skill is automatically triggered when the user:
- Asks to "audit code quality" or "assess quality"
- Requests quality review or assessment
- Wants to "check maintainability" or "review quality"
- Mentions "code quality", "maintainability", or "code audit"
- Asks about quality improvements
Delegation Instructions
When this skill is triggered:
- Delegate immediately to the
quality-auditor agent
- Specify code or components to audit
- Include quality focus areas if mentioned
- Provide project standards context
- Include any quality goals
Context to Pass
- Code to Audit: Files or components
- Quality Focus: Specific dimensions (readability, maintainability, etc.)
- Standards: Project coding standards
- Goals: Quality goals or targets
- Metrics: Any quality metrics to consider
- Scope: Full audit vs. specific areas
Agent Responsibilities
The quality-auditor agent will:
- Assess code quality across dimensions
- Identify code smells
- Measure complexity
- Evaluate maintainability
- Provide quality recommendations
- Create improvement plan