p5-polish

p5-polish is a command for coding agents from jonase47/ccpr. It costs 0 tokens per session (3,133 once invoked), scanned A, original, MIT.

Collects small clean-up TODOs accumulated during the sprint (from /p5-review, /p5-acceptance, /p5-bugfix, TODO/FIXME comments) that do not justify a full story but make the next sprint easier. Triages each item into polish-now, backlog, handover, or drop. Optionally executes polish-now items directly (TDD mini-cycle…

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/jonase47/ccpr/p5-polish
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for p5-polish

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p5-polish.svg)](https://agentmods.dev/commands/jonase47/ccpr/p5-polish)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p5-polish"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p5-polish.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00000 $0.03133
Opus 5 $0.00000 $0.01566
Sonnet 5 $0.00000 $0.00627
Haiku 4.5 $0.00000 $0.00313

Measured today against content hash 9f17791f2827, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

p5-polish 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 today.

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.

commands/p5-polish.md · 216 lines

How it starts

The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/p5-polish – Sprint Polish: Collect & Resolve Small Carry-Over TODOs

Collects small clean-up TODOs accumulated during the sprint (from /p5-review, /p5-acceptance, /p5-bugfix, TODO/FIXME comments) that do not justify a full story but make the next sprint easier. Triages each item into polish-now, backlog, handover, or drop. Optionally executes polish-now items directly (TDD mini-cycle, one commit per item). Runs between /gate-p5 (Sprint Done) and the next /p4-sprint.

This is not a retrospective – /gate-p5 keeps the 3-point retro. This skill is the cleanup step before the next sprint begins.

Argument: $ARGUMENTS = [mode | POL-ID]

  • empty → Hybrid mode (collect + triage + execute small items)
  • collect-only → Collect & document only, no code changes
  • execute → Execute previously-triaged polish-now items from existing POLISH file
  • <POL-ID> (e.g. POL-03-02) → Work on a single polish item

Preconditions (Hard Block on Violation)

Before doing anything else, verify:

  1. Gate-p5 passed: Last gate-p5 entry in SPRINT.md shows Sprint Done or Conditionally Done. If not → stop, recommend /gate-p5 first.
  2. CI green: No failing tests or build errors on current commit. If red → stop, recommend /p5-bugfix.
  3. Working tree clean: No uncommitted changes. If dirty → stop, ask user to commit or stash.

If any precondition fails, write the reason and the recommended next command, then exit. Do not collect, do not execute.

Execution

0. Work-item adoption guard (ADR-0002 §8)

Run python3 ~/.claude/scripts/workitems.py list.

  • Non-empty array → the project uses the structured store. Use the CLI for the backlog-triage items in step 6 below (instead of appending BACKLOG.md prose).
  • [] and no docs/workitems/ directory → still on prose. Append backlog items to BACKLOG.md as before. Emit one line: "Tip: run lift to adopt the structured work-item store."
  • [] but docs/workitems/ exists → adopted store, just empty right now. Treat as adopted: use the CLI, not the prose fallback.

Read the full file on GitHub · 216 lines

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. today First seen · 216 lines · 0 tokens per session scan A 9f17791f2827

Subscribe to this mod's changes

p5-polish is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,133 tokens. 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-09-03.