review-elixir

Installation
SKILL.md

Elixir Code Review

Arguments

  • --parallel: Spawn specialized subagents per technology area
  • Path: Target directory (default: current working directory)

Step 1: Identify Changed Files

git diff --name-only $(git merge-base HEAD main)..HEAD | grep -E '\.ex$|\.exs$|\.heex$'

Step 2: Verify Linter/Formatter Status

CRITICAL: Run project linters BEFORE flagging any style issues.

Related skills

More from existential-birds/beagle

Installs
17
GitHub Stars
57
First Seen
Apr 3, 2026