What problem does it solve?
It helps you quickly understand whether your project is healthy, maintainable, secure, and aligned with Bun runtime expectations without manually running many separate commands.
Core Features & Use Cases
- Git status & recent history: surfaces where the project stands now and what changed recently.
- Dependency audit: checks for outdated packages to reduce upgrade risk and security exposure.
- Type safety and code quality signals: runs a TypeScript check and highlights common quality issues like TODO/FIXME patterns and noisy logging.
- Security quick scan: searches for secret-like patterns, validates .env hygiene (gitignored), and runs a vulnerability audit when possible.
- Build and bundle sanity checks: confirms the build works and flags suspicious large files before they become problems.
Quick Start
Run the bun-analyze skill on your repository root to generate a categorized health report covering git status, dependencies, type safety, code quality, security, and build/bundle checks.