poly-fix

A command recipe for applying poly's automatic lint fixes and formatting fixes, then checking the repository again. It also explains which findings still need manual changes and how project-wide checks depend on the selected path.

In plain words
What is it for?
Use it to fix lint and formatting problems, re-run verification, review remaining findings, and control whether project-wide checks run.
Why use it?
It prevents uncertainty after automatic changes by showing what was changed, what remains, and whether the final verification passed.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/goldziher/poly/poly-fix
Clone the repo
git clone --depth 1 https://github.com/Goldziher/poly
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00020 $0.00407
Opus 5 $0.00010 $0.00204
Sonnet 5 $0.00004 $0.00081
Haiku 4.5 $0.00002 $0.00041

Measured 2d ago against content hash d251ad2267fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

poly-fix scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.ai-rulez/commands/poly-fix.md · 33 lines

What it actually says

poly Fix

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

  1. poly lint --fix ${1:-.} — apply lint autofixes, and run the whole-project phase in fix mode (cargo sort in place, cargo machete --fix, cargo clippy --fix --allow-dirty --allow-staged; cargo deny has no autofix and stays check-only).
  2. poly fmt --fix ${1:-.} — format files in place. poly fmt is a pure formatter and never runs the whole-project phase, in either direction; only step 1 does.
  3. Re-check: poly fmt --check ${1:-.} --format json and poly lint ${1:-.} --format json.

The whole-project phase in step 1 runs only because the argument is the repository root (the . default). Narrower paths make the run path-scoped — per-file autofixes only — unless you add --workspace; --no-workspace suppresses the phase outright.

Report:

  • What changed — files reformatted and lint rules auto-fixed.
  • What remains — findings that need a hand-fix (auto-fix couldn't resolve them), grouped by rule and severity.
  • The final exit status of step 3 (aim for 0). Note that steps 1 and 2 legitimately exit 1 when they changed something; only 2 means the run failed to verify.

To apply no fixes, use /poly-check instead. (Even there poly's whole-project phase executes cargo clippy and friends against the live worktree; add --no-workspace if the tree must be left untouched.)

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 33 lines · 20 tokens per session scan A d251ad2267fd

Subscribe to this mod's changes

poly-fix is a command published in the GitHub repository Goldziher/poly (10 stars, last pushed 2d ago), licensed MIT. It adds 20 tokens to every session and 407 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.