byhyhmrright· 20 skills
Combined codebase health dashboard that scores a project across all four quality dimensions — PR quality, architecture, tech debt, and test quality — in a single pass, drawing on twelve classic engineering books. Triggers when: user wants an overall quality assessment, asks "how healthy is this codebase?", "run all the checks", "I need a health score before the release", or wants to onboard a new team with a quality overview. Do NOT trigger for: server health checks, HTTP health endpoints, Kubernetes liveness/readiness probes, database health, or application uptime. Also do not trigger when the user specifically requests only one dimension — use the corresponding focused skill instead (brooks-review / brooks-audit / brooks-debt / brooks-test).
$npx -y skills add hyhmrright/brooks-lint --skill brooks-healthInstalls into the current project.
Run `npx skills use "https://github.com/hyhmrright/brooks-lint" --skill "hyhmrright/brooks-lint/brooks-health"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hyhmrright/brooks-lint" that are relevant to the current task. Run `npx skills add "https://github.com/hyhmrright/brooks-lint"` and select the relevant skills, then follow their instructions.