Agent skill · Code Review & Quality

full

Deliver a large, cross-domain Phoenix feature or complete end-to-end system through planning, implementation, verification, and review. Use when several coordinated workflows or contexts must ship together. NOT for an existing plan; use /phx:work.

oliver-kriskagithub.com/oliver-kriskaGitHub ↗
claude-codeMIT
Install
npx skills add oliver-kriska/claude-elixir-phoenix --skill full --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 8 KB
Bundled scripts: none
Path: plugins/elixir-phoenix/skills/full/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Full Phoenix Feature Development Execute complete Elixir/Phoenix feature development autonomously: research patterns, plan with specialist agents, implement with verification, Elixir code review. Cycles back automatically if review finds issues. ## Usage ``` /phx:full Add user authentication with magic links /phx:full Real-time notification system with Phoenix PubSub /phx:full Background job processing for email campaigns --max-cycles 5 /phx:full Add magic-link auth --codex ``` **Wrong input guard**: if the argument is a path to an existing plan file (`.claude/plans/*/plan.md`), do NOT re-plan it. Say so and run `/phx:work {path}` instead — the plan phase already happened. ## Flags - **`--codex`** — Codex CLI joins the review panel on **every** review cycle, matching `/phx:review --codex`. - **Requires** the `codex` CLI. A missing CLI degrades to a SKIPPED note — the cycle never fails. - **Consensus** findings (flagged by a Claude agent **and** codex) are marked HIGH CONFIDENCE. ## Workflow Overview ``` ┌──────────────────────────────────────────────────────────────────┐ │ /phx:full {feature} │ ├──────────────────────────────────────────────────────────────────┤ │ │ │ ┌────────┐

What's inside
Steps it walks through
  1. Usage
  2. Flags
  3. Workflow Overview
  4. State Machine
  5. Claude Code nesting compatibility
  6. Cycle Limits
  7. Integration
  8. Iron Laws
  9. References
Ships with 4 files
  • references/cycle-patterns.md
  • references/example-run.md
  • references/execution-steps.md
  • references/safety-recovery.md
More from claude-elixir-phoenix
All skills →
About this skill
What does the full skill do?

Deliver a large, cross-domain Phoenix feature or complete end-to-end system through planning, implementation, verification, and review. Use when several coordinated workflows or contexts must ship together. NOT for an existing plan; use /phx:work.

How do I install it?

Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill full --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.

Keep going