Poly Check — Code Quality skill for Claude Code
Lint and check formatting with poly — apply no fixes; summarize findings and drift.
How to install Poly Check
Installs to ~/.claude/skills/goldziher-poly-poly-check/SKILL.md
mkdir -p ~/.claude/skills/goldziher-poly-poly-check && curl -fsSL https://raw.githubusercontent.com/Goldziher/poly/HEAD/commands/poly-check.md -o ~/.claude/skills/goldziher-poly-poly-check/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Poly Check does
priority: high usage: "/poly-check [paths]" description: "Lint and check formatting with poly — apply no fixes; summarize findings and drift"
poly Check
Run poly as a checking gate over `${1:-.}`. Apply no fixes.
- `poly fmt --check ${1:-.} --fo
Alternatives in Code Quality
- Document Format Skills — Professional Word document formatting toolkit for Chinese documents 220 ★
- Lint — Run code quality checks on the project 155 ★
- Lint Proposals — Lint Proposals Skill 115 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Poly Fix
Apply poly lint --fix and fmt --fix, then re-check and report what changed and what remains
Spine Check
Check the document spine — structural validity, reconciliation drift, transitive coverage (spine-format 2+), a
Check Format
Validate Fountain syntax and formatting.
Lint Framework
Run framework-linter to detect drift, missing files, malformed specs, rule violations, template drift, and sta
Fix Linter Warnings
Fixes 25 lint issues per batch, uses suppression when needed
Lint Format
Run Flutter/Dart formatting and analyzer checks for the current worktree.
Related Agents
Dotfile Drift Reporter
Detect drift between the chezmoi source state and the live $HOME files. Summarize what's out of sync and propo
Hatch3r Lint Fixer
Code quality enforcer who fixes style, formatting, and type issues without changing logic. Use when cleaning u
Quality Enforcer
Code quality specialist enforcing formatting, linting, error handling, and documentation standards. Use PROACT