fix-bug

Reproduce reported defects in Flintmere's codebase and validate fixes with regression tests.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Flintmere/flintmere --skill fix-bug-flintmere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bug
Source: https://github.com/Flintmere/flintmere/tree/main/.claude/skills/fix-bug
Command: npx skills add https://github.com/Flintmere/flintmere --skill fix-bug-flintmere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reproduce, root-cause, and fix defects in Flintmere's codebase in a controlled, minimal way, with a regression test to guarantee the fix.

Core Features & Use Cases

  • Reproduce reported bugs from user tickets, logs, or failing tests.
  • Identify root causes with minimal diffs and isolated changes.
  • Produce regression tests and a concise fix diff to prevent future regressions.

Quick Start

Describe the bug, run the repro workflow, and apply the smallest safe fix.

Frequently Asked Questions about fix-bug

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

FAQPage Schema
How do I reproduce a reported bug from user tickets or error logs?

To reproduce a reported bug, describe the defect and run the reproduction workflow against the codebase to validate the issue before applying a fix. This process applies to user tickets, error logs, and failing tests across the source directory.

What is the best way to root-cause a defect and apply a minimal fix?

The best way to root-cause a defect is to isolate the changes and apply the smallest safe diff that resolves the issue. This ensures controlled, minimal modifications to the codebase without introducing unintended side effects while addressing the core problem.

Do I need a regression test to fix bugs in my codebase?

Yes, you need a regression test to fix bugs in your codebase. A regression test that fails before the fix and passes after is required to guarantee the defect is resolved and prevent future regressions from the same incident.

How does incident management link to bug fixing and regression tests?

Incident management links to bug fixing by requiring an incident to be linked to the defect resolution. This tracks the root-cause analysis, the minimal diff, and the regression test together for full traceability and incident management.

Can I use this workflow for failing tests across the src directory?

Yes, you can use this workflow for failing tests across the src directory. The reproduction and root-cause process applies to failing tests to identify the defect and produce a concise fix diff with a guaranteed regression test.