phx:review

Review Elixir/Phoenix code for testing, security, Oban, and deployment issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review by leveraging multiple specialist AI agents to identify and explain potential issues in Elixir/Phoenix code, ensuring higher code quality and adherence to best practices.

Core Features & Use Cases

  • Parallel Agent Review: Utilizes distinct agents for testing, security, Oban, deployment, and adherence to "Iron Laws" (project-specific rules).
  • Issue Identification & Explanation: Finds and clearly explains code issues, classifying them by severity (Blocker, Warning, Suggestion).
  • Use Case: After implementing a new feature, run /phx:review to get a comprehensive audit of your code across multiple dimensions, identifying potential bugs, security vulnerabilities, and areas for improvement before merging.

Quick Start

Run /phx:review to audit all recently changed files for issues.

Frequently Asked Questions about phx:review

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

FAQPage Schema
How do I automate code review for Elixir and Phoenix projects?

Automate Elixir and Phoenix code review by running a multi-agent workflow that analyzes recently changed files, identifying testing, security, and deployment issues. It provides detailed explanations and severity classifications for each finding.

How does multi-agent code review identify security vulnerabilities in Phoenix?

Multi-agent code review uses specialist agents to analyze Phoenix code in parallel, with a dedicated agent targeting security vulnerabilities. It scans recently changed files and classifies findings by severity, explaining each issue clearly.

Can I audit Oban workers and deployment configurations automatically?

Yes, you can audit Oban workers and deployment configurations automatically. The review process uses distinct agents to evaluate these specific areas alongside testing and security, classifying any identified issues as Blockers, Warnings, or Suggestions.

What is the best way to enforce project-specific rules during an Elixir code review?

Enforce project-specific rules during an Elixir code review by defining them as "Iron Laws". A specialized agent checks your recently changed code against these rules, ensuring adherence to your custom standards and flagging violations.

Does the automated Elixir code review modify my source files?

No, the automated Elixir code review operates as a read-only analysis tool within an agentic workflow. It identifies issues and provides detailed explanations with severity classifications without modifying your project's source files.

When should I run an automated code review on my Phoenix application?

Run an automated code review on your Phoenix application after implementing a new feature. This audits your recently changed files across testing, security, and deployment dimensions to identify potential bugs and vulnerabilities before merging.