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
更新於 4/9/2026
星標
4492
分支
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.

安裝
$ install --globalskills.sh
使用

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

skills use elixir-clause-grouping