quick-fix-workflow

Automate minimal bug fixes within 3 files and 50 lines with lint, typecheck, and test validation.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill quick-fix-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quick-fix-workflow
Source: https://github.com/elsolal/Skillz-Claude-Codex-And-More/tree/main/.claude/skills/quick-fix-workflow
Command: npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill quick-fix-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The minimal quick-fix workflow reduces overhead for small bug fixes, allowing developers to apply targeted patches without the full /dev ceremony.

Core Features & Use Cases

  • Lightweight, guarded change process for typos, minor UI tweaks, lint/type errors, and small fixes within 3 files and 50 lines.
  • Escalation path to /dev when changes exceed limits or involve new dependencies or major refactors.
  • Verification chain including lint, typecheck, and tests to ensure stability before delivery.

Quick Start

Describe the bug after /quick-fix and the system will apply a minimal patch within the allowed scope

Frequently Asked Questions about quick-fix-workflow

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

FAQPage Schema
How do I automate a bug-fix workflow for small code changes?▼

A quick bug-fix workflow applies targeted patches through a minimal process of context sniffing, locating, fixing, and verifying lint, typecheck, and tests. It handles low-risk changes within 3 files and 50 lines without full development overhead.

What is the best way to fix minor lint and typecheck errors without full development overhead?▼

Fixing minor lint and typecheck errors efficiently uses a minimal quick-fix workflow that applies targeted patches and runs a verification chain. This avoids full development ceremony for small, low-risk changes like typos or minor UI tweaks.

When should I escalate a small code fix to a full development workflow?▼

You should escalate a small code fix to a full development workflow when changes exceed 3 files or 50 lines, require new dependencies, or involve major refactors. The quick-fix workflow automatically escalates when these limits are breached.

Does the quick-fix workflow align patches with existing project conventions?▼

Yes, the quick-fix workflow aligns patches with existing project conventions by checking configuration files like CLAUDE.md or AGENTS.md. This ensures the minimal bug-fix process respects established project standards during context sniffing and patch application.

What are the limitations of using a minimal workflow for bug fixes?▼

Limitations of a minimal bug-fix workflow include strict boundaries of 3 files and 50 lines, no new dependencies, and no major refactors. Exceeding these constraints triggers an automatic escalation to a full development process.