claude-pilot: Skill for Claude Code

.claude/skills/rapid-fix/SKILL.md

rapid-fix is a skill for Claude Code from changoo89/claude-pilot. It costs 38 tokens per session (1,197 once invoked), scanned A, original, MIT.

A short workflow for fixing small, well-defined bugs in one command. It plans the change, applies it, tests it, and asks for confirmation before committing.

In plain words
What is it for?
Use it for typos, minor validation problems, null-pointer errors, off-by-one errors, formatting issues, and other changes affecting roughly one to three simple requirements.
Why use it?
It reduces the setup and bookkeeping needed for simple fixes while keeping the change limited in scope. TDD, or test-driven development, means checking the expected behavior with tests during the fix.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; mentions subagents.

This is changoo89/claude-pilot's own configuration. It tells Claude Code how to work on claude-pilot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-pilot configures →

Part of the claude-pilot plugin — 32 skills, 11 commands, 14 agents, 2 MCP servers shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to changoo89/claude-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/changoo89/claude-pilot/main/.claude/skills/rapid-fix/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/changoo89/claude-pilot

Made for: Claude Code.

Or install claude-pilot, the plugin that ships this one along with the rest of its 32 skills, 11 commands, 14 agents, 2 MCP servers.

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 rapid-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/changoo89/claude-pilot/rapid-fix.svg)](https://agentmods.dev/skills/changoo89/claude-pilot/rapid-fix)
Your own site
<a href="https://agentmods.dev/skills/changoo89/claude-pilot/rapid-fix"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/rapid-fix.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00038 $0.01197
Opus 5 $0.00019 $0.00598
Sonnet 5 $0.00008 $0.00239
Haiku 4.5 $0.00004 $0.00120

Measured 8d ago against content hash 8209e78db9a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

rapid-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 8d 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/skills/rapid-fix/SKILL.md · 144 lines

How it starts

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

SKILL: Rapid Fix (Rapid Bug Fix Workflow)

Purpose: Automated planning, execution, and closure for simple bug fixes in one command Target: Coder Agent fixing simple bugs (1-3 SCs)


Quick Start

When to Use This Skill

  • One-line fixes (typos, simple validation)
  • Minor bug fixes (null pointer, off-by-one)
  • Simple validation additions
  • Formatting issues

When NOT to Use

  • Features or architecture changes
  • Multi-file refactors
  • Design changes → Use /00_plan for complex tasks

What This Skill Covers

In Scope

  • Scope validation (complexity score algorithm)
  • Auto-generation of minimal plans (1-3 SCs)
  • Direct execution via Coder agent with TDD + Ralph Loop
  • User confirmation before commit
  • Commit with Co-Authored-By attribution

Out of Scope

  • Full planning methodology → /00_plan command
  • TDD cycle execution → @.claude/skills/tdd/SKILL.md
  • Ralph Loop iteration → @.claude/skills/ralph-loop/SKILL.md
  • Manual plan closure → /03_close command

Execution Steps


⛔ MAIN ORCHESTRATOR RESTRICTIONS (ABSOLUTE)

FORBIDDEN (orchestrator direct use prohibited):

  • Direct code modification without Task tool
  • Direct fix verification without agent delegation

MANDATORY (must delegate via Task tool):

  • Step 1 scope validation: Task: subagent_type: researcher (verify classification)
  • Step 3 fix execution: Task: subagent_type: coder
  • Step 4 diff verification: Task: subagent_type: validator (before user confirmation)
  • Step 6 completion check: Task: subagent_type: validator

TRIVIAL EXCEPTIONS (no delegation needed):

  • Complexity score calculation, plan file creation, git diff display, user prompts

WHY: Subagent isolation provides 50-80% context savings (CLAUDE.md:58-59)


Step 1: Validate Scope

Goal: Reject complex tasks that belong in /00_plan

Check for complexity keywords: feature, architecture, refactor, design If detected → Reject with suggestion to use /00_plan

Read the full file on GitHub · 144 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 144 lines · 38 tokens per session scan A 8209e78db9a7

Subscribe to this mod's changes

rapid-fix is a skill published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 7mo ago), licensed MIT. It adds 38 tokens to every session and 1,197 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-30.

Related

Other skills, from other repositories

credit-note-fixer

Fix the tiny credit-note formatting bug and rerun the exact targeted test command.

openai/openai-agents-python · 21 tokens

bug-fixing

Fix defects in the Composio SDK repository with focused reproduction, root-cause analysis, regression tests, and narrow verification. Use when the user reports a bug, failing test, CI regression, runtime defect, or incorrect SDK behavior. Do not use for new feature design or broad refactors.

ComposioHQ/composio · 63 tokens

python-testing

Select and run Python SDK verification with nox, Makefile targets, Ruff, mypy, pytest markers, sanity tests, type inference checks, and build checks. Use when adding Python tests, diagnosing Python CI, or validating Python SDK/provider changes. Do not use for TypeScript-only checks.

ComposioHQ/composio · 62 tokens

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

ComposioHQ/composio · 65 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

potpie-debug-memory

Use while debugging or troubleshooting failures, flaky tests, incidents, production alerts, CI failures, local dev setup issues, repeated bugs, prior fixes, failed attempts, and verification history.

potpie-ai/potpie · 41 tokens