Goldziher

Poly Fix — Code Quality skill for Claude Code

Code Quality community

Apply poly lint --fix and fmt --fix, then re-check and report what changed and what remains.

How to install Poly Fix

Installs to ~/.claude/skills/goldziher-poly-poly-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/goldziher-poly-poly-fix && curl -fsSL https://raw.githubusercontent.com/Goldziher/poly/HEAD/commands/poly-fix.md -o ~/.claude/skills/goldziher-poly-poly-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Poly Fix does


priority: high usage: "/poly-fix [paths]" description: "Apply poly lint --fix and fmt --fix, then re-check and report what changed and what remains"

poly Fix

Apply poly's autofixes over `${1:-.}`, then verify.

  1. poly lint --fix ${1:-.} — apply

Alternatives in Code Quality

  • Bug Report — Create bug report for mikopbx/core with structured format 571 ★
  • Lint — Run code quality checks on the project 155 ★
  • M Review Code — Code Review Workflow: Comprehensive Analysis & Report Generation 139 ★

Full documentation available on GitHub

View Source Repository