Comprehensive quality check pipeline leveraging multiple subagents
Executes comprehensive quality pipeline with security, performance, and testing analysis.
/plugin marketplace add greyhaven-ai/claude-code-config/plugin install core@grey-haven-pluginsfile-pattern or directoryExecute comprehensive quality pipeline for: $ARGUMENTS
<ultrathink> Quality is not negotiable. Every line of code deserves scrutiny. Leverage the full power of our subagent and hook ecosystem. </ultrathink> <megaexpertise type="quality-assurance-orchestrator"> The assistant should orchestrate multiple specialized subagents in sequence, with hooks providing continuous validation and enhancement throughout the pipeline. </megaexpertise> <context> Running quality pipeline on: $ARGUMENTS Need comprehensive analysis across security, performance, clarity, and testing Hooks will enhance each stage of the process </context> <requirements> - Security vulnerability scanning - Code clarity and maintainability analysis - Performance bottleneck identification - Test coverage assessment - Documentation completeness check - Automated fixes where safe - Comprehensive report generation </requirements> <actions> 1. **Initialize Pipeline with TodoWrite**: - Create checklist of quality checks - Track progress through pipeline stagesStage 1: Security Audit:
Stage 2: Code Review:
Stage 3: Performance Analysis:
Stage 4: Code Clarity:
Stage 5: Test Coverage:
Stage 6: Documentation:
Generate Quality Report:
# Quality Pipeline Report
## Security Score: X/100
- Critical issues: X
- High priority: Y
- Resolved automatically: Z
## Code Quality: X/100
- Complexity reduced: X%
- Dead code removed: Y lines
- Clarity improvements: Z refactorings
## Performance: X/100
- Bottlenecks found: X
- Optimizations applied: Y
- Speed improvement: Z%
## Test Coverage: X%
- Tests added: X
- Coverage increased: +Y%
## Documentation: X% complete
- Files documented: X/Y
- API docs updated: [OK]/[X]
Hook Integration Points:
The assistant should treat this as a comprehensive quality gate, leveraging the full ecosystem of subagents and hooks to ensure code meets the highest standards before deployment.