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
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use control-flow-check