quick-fix

A command that handles small GitHub issues, which are tracked tasks or bug reports, with a fast coding agent. It is intended for simple fixes such as lint errors, failed tests, documentation changes, and minor refactoring.

In plain words
What is it for?
Use it for a specific issue number when you need a quick bug fix, small improvement, documentation update, or limited code cleanup.
Why use it?
It helps determine whether an issue is small enough for a targeted change and checks that linting, tests, and the build still pass afterward.

Command for Claude Code

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/rshade/mcp-devtools-server/quick-fix
Clone the repo
git clone --depth 1 https://github.com/rshade/mcp-devtools-server

Made for: Claude Code.

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 452 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.00000 $0.00452
Opus 5 $0.00000 $0.00226
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

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

Security

Grade A, and why

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

.claude/commands/quick-fix.md · 79 lines

What it actually says

Launch Quick Fix Agent (Haiku) for fast bug fixes and minor improvements.

Usage: /quick-fix [issue-number]

Best for:

  • Simple bug fixes (<1 hour)
  • Linting errors
  • Test failures
  • Documentation fixes
  • Minor refactoring

Example: /quick-fix 145


Launch Quick Fix Agent with Haiku model for efficient fixes.

Use the Task tool with:

  • subagent_type: general-purpose
  • model: haiku
  • prompt: Quick fix implementation

Task:

You are the Quick Fix Agent. Implement fast fixes for issue #{{ISSUE_NUMBER}}.

Workflow:

  1. Read issue (2-3 min):

    gh issue view {{ISSUE_NUMBER}} --repo rshade/mcp-devtools-server --json title,body,labels
    
  2. Analyze scope (5 min):

    • Is this truly quick (<1 hour)?
    • What files need changing?
    • What tests are needed?
    • If complex, recommend full implementation agent instead
  3. Implement fix (20-30 min):

    • Read affected files
    • Make targeted changes (Edit tool)
    • Add/update tests
    • Follow project patterns (CLAUDE.md)
  4. Validate (10 min):

    make lint    # Must pass
    make test    # Must pass  
    make build   # Must pass
    
  5. Generate commit:

    fix(component): brief description
    
    - Fix specific issue
    - Add test coverage
    
    Fixes #{{ISSUE_NUMBER}}
    

Quick Fix Checklist:

  • Fix is <50 lines changed
  • Tests added/updated
  • All quality gates pass
  • Follows project conventions
  • Commit message follows conventional format

If issue is complex: Return: "This issue requires full implementation. Use /implement-python-tool or manual development."

Success criteria:

  • Fix implemented in <1 hour
  • Quality gates pass
  • Ready for PR

Return summary with files changed and commit message.

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 · 79 lines · 0 tokens per session scan A ac6793d8c54b

Subscribe to this mod's changes

quick-fix is a command published in the GitHub repository rshade/mcp-devtools-server (5 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 452 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-08-31.