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