phx:triage

Interactively triage code review findings by approving, skipping, or downgrading priorities.

517|35|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/oliver-kriska/claude-elixir-phoenix --skill phx-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phx:triage
Source: https://github.com/oliver-kriska/claude-elixir-phoenix/tree/main/plugins/elixir-phoenix/skills/triage
Command: npx skills add https://github.com/oliver-kriska/claude-elixir-phoenix --skill phx-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing code review findings by allowing users to interactively decide which issues to fix, skip, or defer, preventing unnecessary work and prioritizing critical items.

Core Features & Use Cases

  • Interactive Filtering: Presents review findings one by one for user decision.
  • Auto-Approval: Automatically approves "Iron Law" violations and critical security issues.
  • Prioritization: Helps users focus on the most important fixes after an automated code review.
  • Use Case: After running /phx:review on a large feature, use /phx:triage to quickly sort through dozens of findings, approving only the essential fixes before generating a plan.

Quick Start

Use the phx:triage skill to interactively filter findings in the most recent review file.

Frequently Asked Questions about phx:triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interactively filter code review findings in Elixir projects?

You can interactively filter code review findings in Elixir projects by using a triage workflow that presents issues one by one, allowing you to approve, skip, or downgrade priority before generating a prioritized fix queue.

What is the best way to prioritize automated code review findings for Phoenix workflows?

The best way to prioritize automated review findings is through interactive triage, which supports filtering by BLOCKER, WARNING, and SUGGESTION severity levels to help you focus on the most important fixes.

Can I automatically approve critical security issues during code review triage?

Yes, you can automatically approve critical security issues and predefined "Iron Law" violations during code review triage, ensuring essential fixes bypass manual filtering and enter the fix queue immediately.

How do I sort through dozens of code review findings after an automated review?

You sort through dozens of code review findings by interactively triaging them, deciding for each finding whether to fix, skip, or defer it, which prevents unnecessary work and creates a prioritized action plan.

Does Phoenix code review triage support filtering by severity level?

Yes, Phoenix code review triage supports filtering findings by severity levels, specifically categorizing issues into BLOCKER, WARNING, and SUGGESTION tiers to streamline the review process.