code-verify-and-clean-skill
Installation
SKILL.md
Code Verify & Clean Orchestrator
This is a composition skill. Delegate each concern to its focused sub-skill instead of duplicating its guidance:
| Need | Sub-skill | Primary asset |
|---|---|---|
| Dead code, unused imports, duplication, complexity, and architecture | clean-code | ../clean-code/SKILL.md |
| Builds, tests, linting, formatting, and type checks | code-verification | ../code-verification/SKILL.md |
| Browser rendering, console, network, and interaction audits | runtime-devtools-audit | ../runtime-devtools-audit/SKILL.md |
| Input, authorization, secrets, injection, storage, and configuration review | security-review | ../security-review/SKILL.md |
Coordinated Workflow
- Before application modifications, conduct a read-only review across the applicable sub-skills and create
SCAN.mdfromassets/scan-template.md. - Make focused changes using the appropriate sub-skill guidance.
- Run code-verification. Add runtime-devtools-audit for client-facing changes and security-review for relevant trust boundaries.
- Create
REPORT.mdfromassets/report-template.md, reconciling the scan findings, fixes, checks, and remaining risks.
Read the reporting workflow for the report requirements and evidence standard.