home/categories/code-quality/meriley-claude-code-skills-skills-control-flow-check-skill-md
code-qualitytesting-security

control-flow-check

Audits Go code for control flow excellence - early returns, minimal nesting, small blocks. Checks for happy path readability, guard clauses, and refactoring opportunities. Use before committing Go code or during refactoring.

meriley
maintainer
meriley
更新於 1/18/2026
星標
0
分支
0
quick start

Installation and usage

Audits Go code for control flow excellence - early returns, minimal nesting, small blocks. Checks for happy path readability, guard clauses, and refactoring opportunities. Use before committing Go code or during refactoring.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use control-flow-check