fullstack-healthcheck
Installation
SKILL.md
Full-Stack Health Check
Overview
Comprehensive project diagnostic that auto-detects stack and runs all relevant checks. Produces a health report with action items.
Core principle: Fast, automated diagnosis. Fix what matters, skip what doesn't.
When to Use
- First time opening a project
- Inheriting legacy code or taking over a codebase
- After
git pullwith many changes - Before starting a new feature
- Periodic maintenance (weekly/monthly)
- When code quality feels off but you can't pinpoint why