Help us improve
Share bugs, ideas, or general feedback.
From composure
Conducts full codebase health audit across architecture, security, code quality, dependencies, test coverage. Produces scored report with letter grades and prioritized remediation. Use for existing codebases or before releases.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureHow this skill is triggered — by the user, by Claude, or both
Slash command
/composure:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive codebase assessment that produces a scored health report with letter grades across 5 categories: Architecture, Security, Code Quality, Dependencies, and Test Coverage.
Audits project health across architecture, performance, security, tests, and dependencies using 5 parallel subagents. Run quarterly, before releases, after refactors, or for onboarding.
Runs codebase audits (health, evaluation, documentation) with parallel agents, producing intake docs for a pipeline run.
Runs mechanical checks (build, lint, types, tests, secrets scan), dispatches specialist reviewers, and produces a scored codebase health report across 7 axes.
Share bugs, ideas, or general feedback.
Comprehensive codebase assessment that produces a scored health report with letter grades across 5 categories: Architecture, Security, Code Quality, Dependencies, and Test Coverage.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure audit {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 00-bootstrap.md |
| 2 | 01-size-structure.md |
| 3 | 02-decomposition.md |
| 4 | 03-architecture.md |
| 5 | 04-security.md |
| 6 | 05-quality.md |
| 7 | 06-dependencies.md |
| 8 | 07-score-report.md |