Complexity

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. USE FOR: the team wants to find overly complex methods; cyclomatic complexity thresholds are needed in CI; maintainability metrics or coupling thresholds need to be configured. DO NOT USE FOR: formatting-only work; generic analyzer setup with no complexity policy change. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode e680ff9 5 files · 16.5 KB Updated

File contents

managedcode/featurechecker/tree/main/.codex/skills/complexity commit e680ff9779

Frequently asked questions

npx skillmds@latest add managedcode/complexity