fixes-plan

fixes-plan is a command for Claude Code from juanmhidalgo/claude-plugins. It costs 35 tokens per session (712 once invoked), scanned A, original, MIT.

A command that records issues found during a code review in a review-fixes document. It keeps track of what needs fixing and whether each item is complete.

In plain words
What is it for?
Creating, updating, replacing, or starting a separate list of fixes after branch reviews, staged reviews, or feedback triage.
Why use it?
It turns review feedback into a persistent checklist instead of leaving issues scattered across a conversation.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the code-review plugin — 5 skills, 14 commands, 13 agents shipped together

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/juanmhidalgo/claude-plugins/fixes-plan
Clone the repo
git clone --depth 1 https://github.com/juanmhidalgo/claude-plugins

Made for: Claude Code.

Or install code-review, the plugin that ships this one along with the rest of its 5 skills, 14 commands, 13 agents.

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 fixes-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/juanmhidalgo/claude-plugins/fixes-plan.svg)](https://agentmods.dev/commands/juanmhidalgo/claude-plugins/fixes-plan)
Your own site
<a href="https://agentmods.dev/commands/juanmhidalgo/claude-plugins/fixes-plan"><img src="https://agentmods.dev/badge/commands/juanmhidalgo/claude-plugins/fixes-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 712 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.1 $0.00035 $0.00712
Opus 5 $0.00017 $0.00356
Sonnet 5 $0.00007 $0.00142
Haiku 4.5 $0.00003 $0.00071

Measured 5d ago against content hash 3005be1e5543, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

fixes-plan 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 5d 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.

code-review/commands/fixes-plan.md · 104 lines

How it starts

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

Context

  • Branch: !git branch --show-current
  • Date: !date +%Y-%m-%d
  • Feature name: $ARGUMENTS

Existing Files Check

Check for existing review-fixes files before creating a new one:

  • Look for REVIEW_FIXES.md in the repo root
  • Look for docs/review-fixes-*.md files
  • Look for files with type: review-fixes in their frontmatter

Instructions

Step 1: Check for Existing File

Look for files with type: review-fixes in frontmatter, or REVIEW_FIXES.md.

If an existing fixes file is found:

  1. Read the existing file
  2. Ask user: "Found existing [filename]. Do you want to:"
    • Update - Add new issues, preserve existing ones and their status
    • Replace - Generate fresh document
    • New file - Create separate file

If updating:

  • Keep all existing issues and their completion status
  • Add new issues from recent reviews
  • Update the Progress Summary table
  • Update updated field in frontmatter

Step 2: Gather Issues

Sources for new issues:

  1. Recent /code-review/branch output in this conversation
  2. Recent /code-review/triage output (verified issues only)
  3. Any issues mentioned by the user

For Each Issue

  1. Classify priority:

    • CRITICAL: Security, data loss, blocking bugs, migrations
    • HIGH: N+1 queries, race conditions, missing validation
    • MEDIUM: Inconsistencies, deprecated APIs, missing indexes
    • LOW: Style, docs, refactoring
  2. Document clearly:

    • Descriptive title
    • File path with line numbers
    • Clear problem statement
    • Solution with code example
    • Empty notes section for implementation
  3. Provide actionable solutions:

    • Include actual code, not just description
    • Consider edge cases
    • Note if solution requires migration

Output

  1. Generate the markdown document following the template
  2. Ask user where to save:
    • docs/review-fixes-{branch}.md
    • REVIEW_FIXES.md in project root
    • Custom path
  3. Write the file to the chosen location

Read the full file on GitHub · 104 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. 5d ago First seen · 104 lines · 35 tokens per session scan A 3005be1e5543

Subscribe to this mod's changes

fixes-plan is a command published in the GitHub repository juanmhidalgo/claude-plugins (8 stars, last pushed 11d ago), licensed MIT. It adds 35 tokens to every session and 712 once invoked, about $0.0002 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.