quick-fix

Diagnose bug reports, classify severity, and plan minimal corrective fixes.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mikall/FactoryX --skill quick-fix-mikall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-fix
Source: https://github.com/mikall/FactoryX/tree/main/.claude/skills/quick-fix
Command: npx skills add https://github.com/mikall/FactoryX --skill quick-fix-mikall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lean process for bug fixes and corrective maintenance. Does NOT change specs, corrects the operational interpretation and implementation.

Core Features & Use Cases

  • Diagnosis phase, severity classification, escalation decisions
  • Phase-driven workflow: diagnosis -> fix -> code review -> test -> documentation
  • Risk and traceability through documentation and change records

Quick Start

Provide a minimal, safe bug-fix plan by diagnosing the issue, proposing a targeted fix, and outlining steps for review, testing, and documentation.

Frequently Asked Questions about quick-fix

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

FAQPage Schema
What is the best way to handle a bug fix without changing the project specification?

The best way to handle a bug fix without spec changes is to follow a phase-driven workflow of diagnosis, targeted fix, code review, testing, and documentation. This ensures the operational interpretation is corrected while maintaining strict scope discipline and traceability.

How do I determine the minimal corrective action for a production bug?

To determine the minimal corrective action for a production bug, run a diagnostic phase to classify its severity and identify the root cause. This prevents feature creep by aligning the fix strictly with the current specification before applying any code changes.

When should I escalate a bug report during code review?

You should escalate a bug report during code review when the specifications are ambiguous and the required corrective action is unclear. Escalation decisions are explicitly triggered during the diagnosis phase to ensure risk logging and proper traceability.

How do I structure a safe bug-fix process for testing and production codebases?

Structure a safe bug-fix process by applying explicit phases: diagnosis, fix, code review, test, and documentation. This enforces strict scope discipline across testing and production codebases, yielding documented change records and logged risks without altering features.

Can I use this bug-fix workflow for corrective maintenance on existing codebases?

Yes, you can use this workflow for corrective maintenance on existing codebases. It provides a lean process that corrects the implementation and operational interpretation, explicitly avoiding specification changes while ensuring all modifications are fully traceable.