bug-fix

Enforce root-cause confirmation before fixes and generate regression tests for Notion bug workflows.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill bug-fix-mark22013333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix
Source: https://github.com/mark22013333/crew/tree/main/plugins/bug-workflow/skills/bug-fix
Command: npx skills add https://github.com/mark22013333/crew --skill bug-fix-mark22013333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces disciplined Bug-Fix workflows by ensuring root-cause analysis is completed before fixes, and by generating regression tests and verification guidance to maintain quality.

Core Features & Use Cases

  • Enforce iron law: require root-cause content before fixing.
  • Generate recommended fixes and regression tests based on Notion root-cause analysis.
  • Provide a structured flow from bug discovery to verification and knowledge capture.

Quick Start

To start a bug fix, describe the root cause in the Notion page and invoke /bug-fix to begin the disciplined repair process.

Frequently Asked Questions about bug-fix

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

FAQPage Schema
How do I enforce root-cause analysis before fixing software bugs?

To enforce root-cause analysis before fixing bugs, use a workflow that requires documented root-cause content in your Notion bug tracker before initiating any repair actions. This ensures traceable defect handling and prevents superficial patches.

What is the best way to generate regression tests after a bug fix?

The best way to generate regression tests is to derive them directly from the confirmed root-cause analysis. This workflow automatically generates recommended fixes and corresponding verification guidance to maintain software quality assurance.

Can I use Notion for bug-tracking and regression testing workflows?

Yes, you can use Notion for bug-tracking by documenting root causes on Notion pages and invoking an automated workflow that processes the data to generate regression tests and guide your verification steps.

How do I capture knowledge after resolving a software defect?

To capture knowledge after resolving a software defect, follow a structured workflow that guides engineers from bug discovery through root-cause analysis to final verification, ensuring all defect handling steps and test validations are traceably recorded.

Why does my bug-fix workflow require root-cause confirmation before applying fixes?

A bug-fix workflow requires root-cause confirmation to enforce disciplined repair and prevent recurring issues. By mandating root-cause analysis first, it ensures fixes address the actual defect rather than just treating symptoms.