quick-fix

Diagnose bug scope and route to direct fixes or escalation.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Capataina/agent-skills --skill quick-fix-capataina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-fix
Source: https://github.com/Capataina/agent-skills/tree/main/quick-fix
Command: npx skills add https://github.com/Capataina/agent-skills --skill quick-fix-capataina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive triage for bugs, small fixes, and minor improvements. Diagnoses scope — implements directly if small, escalates it to /new-feature or /new-refactor if scope creep is detected.

Core Features & Use Cases

  • Triage workflow that assesses problem scope
  • Decision engine that routes to direct fixes or escalation
  • Documentation prompts that capture rationale for decisions

Quick Start

Describe the issue and the triage will determine whether it can be fixed directly or escalated.

Frequently Asked Questions about quick-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage bugs to decide between a direct fix or escalation?

Bug triage assesses issue scope to either implement small fixes directly or escalate them. This process applies deterministic decision-making criteria to keep work within a quick-fix boundary and documents the rationale for any necessary escalation.

When should I escalate a small fix to a new feature or refactor?

You should escalate a small fix when scope creep is detected during triage. If the issue requires more than a minor improvement, the workflow routes it to a new feature or refactor to maintain strict project boundaries.

What is the best way to document the rationale for escalating a codebase issue?

Documenting escalation rationale involves capturing the decision criteria used during triage. The workflow includes documentation prompts that record why an issue exceeded the quick-fix boundary and was routed to a larger feature or refactor.

Can I use a quick triage workflow for minor improvements across different codebases?

Yes, this triage workflow is designed for small bugs and minor improvements across various codebases. It quickly assesses problem scope to determine whether immediate implementation is appropriate or if escalation is required.

How does the decision engine route small bugs during issue triage?

The decision engine routes small bugs by diagnosing the issue and evaluating its scope against deterministic criteria. If the problem fits the quick-fix boundary, it is implemented directly; otherwise, it is escalated to a new feature or refactor.