Goldziher

Poly Check — Code Quality skill for Claude Code

Code Quality community

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

Terminal
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.

  1. `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 Repository