What problem does it solve?
This Skill helps development teams quickly identify security gaps, misconfigurations, and deployment risks across projects, ensuring safer software delivery.
Core Features & Use Cases
- Environment health checks: diagnose health posture and configuration issues using automated diagnostics.
- Security scans & secrets detection: perform dependency and codebase scans for vulnerabilities and hardcoded credentials.
- Git & production readiness: verify git hygiene and readiness for production via checklists and policy enforcement.
Quick Start
Run the healthcheck workflow: buddy doctor to start diagnostics; npm audit; npm outdated; npx license-checker --summary; rg -i "(api_key|apikey|secret|password|token)" src/ --type ts --type js; git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' | sort -k3 -n -r | head -20