Crap Score

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage. Requires code coverage data (Cobertura XML) and cyclomatic complexity analysis. DO NOT USE FOR: writing tests, general test execution unrelated to coverage/CRAP analysis, or general code coverage reporting without CRAP context.

managedcode 3825905 2 files · 7.6 KB Updated

File contents

managedcode/orleans.ratelimiting/tree/main/.codex/skills/crap-score commit 3825905a5c

Frequently asked questions

npx skillmds@latest add managedcode/crap-score