phx-triage
Triage review findings interactively — approve, skip, or prioritize each issue. Use after /skill:phx-review to filter findings before fixing.
npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-triage --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Triage — Interactive Review Resolution Walk through review findings one by one for human decision before committing to fixes. ## Usage ``` /skill:phx-triage .claude/plans/user-auth/reviews/user-auth-review.md /skill:phx-triage # Uses most recent review ``` ## Why Triage After `/skill:phx-review` produces findings, you have three options: 1. **Fix everything** — `/skill:phx-plan .claude/plans/{slug}/reviews/...` 2. **Triage first** — `/skill:phx-triage` (filter, then fix what matters) 3. **Handle manually** — Read review, pick what to fix yourself Best when review has 5+ findings and you want to prioritize. ## Workflow ### Step 1: Load Review Read the review file. Parse all findings with severity. **Auto-approve Iron Law violations**: Findings matching any Iron Law are auto-approved as "Fix it" without asking. These are non-negotiable in Elixir/Phoenix development. ### Step 2: Present ALL Findings for Batch Selection Use `AskUserQuestion` with `multiSelect: true`. Start with severity shortcuts, then list individual findings: ``` AskUserQuestion: question: "Which findings do you want to fix? (Iron Law violations auto-included)" header: "Triage" multiSelect: true options: - label: "
- Usage
- Why Triage
- Workflow
- Step 1: Load Review
- Step 2: Present ALL Findings for Batch Selection
- Step 3: Gather Context on Selected Items
- Step 4: Generate Triage Summary
- Step 5: Present Next Steps
- Iron Laws
- Integration with Workflow
- References
What does the phx-triage skill do?
Triage review findings interactively — approve, skip, or prioritize each issue. Use after /skill:phx-review to filter findings before fixing.
How do I install it?
Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-triage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
