project-maintenance - Integrated Project Maintenance Audit Protocol
Executes integrated code complexity, security, and dead code audits to identify and prioritize refactoring targets.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Run integrated maintenance audit script
- Analyze code complexity with Lizard
- Detect secrets and security vulnerabilities
- Identify dead code with Knip
- Generate Markdown audit summary report
- Create refactoring issues automatically
Inputs
- Target codebase repository
- Audit type selection flags
- Complexity threshold parameters
Outputs
- Markdown maintenance report file
- Console stdout audit summary
- GitHub refactoring issues
Requirements
- Python environment with Lizard installed
- Node.js environment with Knip installed
- Gitleaks executable binary
- uv package manager
- GitHub CLI tool
