Agent skill · Security

phx-audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: targets/amp/skills/phx-audit/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

# Project Health Audit Comprehensive project-wide health assessment across five independent concern tracks. ## Usage ``` phx-audit # Full audit (default) phx-audit --quick # 2-3 minute pulse check phx-audit --focus=security # Deep dive single area phx-audit --focus=performance phx-audit --since abc123 # Incremental audit since commit phx-audit --since HEAD~10 # Audit last 10 commits ``` ## When to Use - **Quarterly** health checks - **Before major releases** - **After large refactors** - **New team member onboarding** (understand codebase health) ## Iron Laws 1. **Complete every selected track before synthesizing** — partial results make cross-category scores misleading 2. **Scope each track to concrete directories and checks** — vague project-wide analysis produces generic findings 3. **Never compare scores across projects** — track trends only within the same codebase 4. **Run quick mode before full mode** — catch basic failures before expensive analysis ## Portable Audit Workflow 1. Create `.claude/audit/reports/` and `.claude/audit/summaries/`. 2. Run the quick checks below. Stop and report a blocker when the project cannot compile or its test command cannot start. 3. Complete

What's inside
Steps it walks through
  1. Usage
  2. When to Use
  3. Iron Laws
  4. Portable Audit Workflow
  5. Output Format
  6. Quick Mode (--quick)
  7. Focus Mode (--focus=area)
  8. Incremental Mode (--since <commit>)
  9. Relationship to Other Commands
  10. References
Ships with 2 files
  • references/architecture-checks.md
  • references/scoring-methodology.md
More from claude-elixir-phoenix
All skills →
About this skill
What does the phx-audit skill do?

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

How do I install it?

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