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

  1. Before application modifications, conduct a read-only review across the applicable sub-skills and create SCAN.md from assets/scan-template.md.
  2. Make focused changes using the appropriate sub-skill guidance.
  3. Run code-verification. Add runtime-devtools-audit for client-facing changes and security-review for relevant trust boundaries.
  4. Create REPORT.md from assets/report-template.md, reconciling the scan findings, fixes, checks, and remaining risks.

Read the reporting workflow for the report requirements and evidence standard.

Installs
4
GitHub Stars
3
First Seen
Jul 16, 2026
code-verify-and-clean-skill — abozezo-dev/code-quality-skill