home/categories/debugging/blockscout-blockscout-agents-skills-elixir-clause-grouping-skill-md
debuggingtools

elixir-clause-grouping

Use when refactoring Elixir multi-clause functions, extracting helper functions, or fixing Credo readability warnings caused by placing `defp` helpers between clauses of the same function. Keeps function clauses contiguous and moves helpers below the full clause group.

blockscout
maintainer
blockscout
Atualizado 4/9/2026
Estrelas
4492
Forks
3032
quick start

Installation and usage

Use when refactoring Elixir multi-clause functions, extracting helper functions, or fixing Credo readability warnings caused by placing `defp` helpers between clauses of the same function. Keeps function clauses contiguous and moves helpers below the full clause group.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use elixir-clause-grouping