What problem does it solve?
Over time, codebases can accumulate technical debt, debug code, broken links, and uncommitted changes, leading to instability and reduced quality. This Skill performs a comprehensive health check, identifying potential issues across code quality, documentation, and git hygiene, ensuring your project remains clean and release-ready.
Core Features & Use Cases
- Code Quality Scan: Detects debug code (
console.log, debugger), test markers (.only, .skip), and temporary files.
- Documentation Validation: Checks for broken internal links and assesses documentation completeness.
- Git Hygiene Audit: Identifies uncommitted changes, untracked files, and temporary artifacts.
- Use Case: Before a major release, run this Skill to get a detailed report on your project's health. It will flag any forgotten
console.log statements, ensure all documentation links are valid, and confirm your git repository is clean, preventing last-minute surprises.
Quick Start
Run a comprehensive health check on this project.