Cc Control Flow Quality

Review control flow quality using 87-item checklist. Use when code has deep nesting (3+ levels), complex conditionals, loop design questions, high cyclomatic complexity (McCabe >10), or callback hell. Symptoms: arrow-shaped code, repeated conditions, confusing loop exits, lengthy if-else chains. Provide refactoring patterns (guard clauses, named booleans, table-driven methods) and modern guidance (async/await, pattern matching, functional pipelines). Produce verified code with pass/fail assessment.

majiayu000 f5727f9 2 files · 16.3 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/cc-control-flow-quality commit f5727f97c8

Frequently asked questions

npx skillmds add majiayu000/cc-control-flow-quality