From composure
Builds or updates the code review knowledge graph, generates a standalone HTML visualization, and opens it in the browser. Run to initialize or let hooks auto-update.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureThis skill uses the workspace's default tool permissions.
Build or incrementally update the persistent code knowledge graph, generate a standalone HTML visualization, and open it in the browser.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Build or incrementally update the persistent code knowledge graph, generate a standalone HTML visualization, and open it in the browser.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure build-graph {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.