Poly Fix — Code Quality skill for Claude Code
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
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.
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 RepositoryRelated Skills
Poly Check
Lint and check formatting with poly — apply no fixes; summarize findings and drift
Fec TDD
Use front-end TDD workflow to implement functions, fix bugs, or refactor logic: first write failing tests, the
Gc Exploratory
Exploratory review — find concerns lint/golden-rules/docs-reviewer cannot catch, then create tq actions for ea
Fix Linter Warnings
Fixes 25 lint issues per batch, uses suppression when needed
Lint Fix
Detect the project linter and type checker, run them, auto-fix all fixable issues, and verify clean output.
Fix Lint
Run linting and type checking, fix all auto-fixable issues:
Related Agents
Gantry Verifier
Runs the readiness gate. Use to execute the project's lint/test/build from its own .claude/gates.sh, the check
Backend Convention Checker
Use this agent when a plan file's lint verification stage needs to be executed — specifically to check recentl
Pre Commit Check
Run lint, typecheck, and tests for changed packages before committing