cc-control-flow-quality

Installation
SKILL.md

Skill: cc-control-flow-quality

STOP - Never Skip (even under time pressure)

  • Check nesting depth before adding levels (max 3)
  • Verify loop exit conditions are reachable
  • Name loop indexes meaningfully in nested loops
  • McCabe complexity >10 = redesign required

Quick Reference

Installs
3
GitHub Stars
263
First Seen
Mar 9, 2026
cc-control-flow-quality — ryanthedev/code-foundations