pm-bugfix

Automate bug-fix workflows from reproduction to regression verification.

3|3|Updated Aug 19, 2024
One-click install
npx skills add https://github.com/AMDResearch/dh_comms --skill pm-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-bugfix
Source: https://github.com/AMDResearch/dh_comms/tree/main/.agents/skills/pm-bugfix
Command: npx skills add https://github.com/AMDResearch/dh_comms --skill pm-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or manage a bug-fix workflow packet. This skill standardizes defect handling by guiding reproduction steps, root cause analysis, minimal code changes, and regression verification, ensuring consistent and auditable fixes.

Core Features & Use Cases

  • Dossier-driven workflow: generates a structured packet using the prescribed template to capture objective, background, and acceptance criteria.
  • Reproduction-first approach: emphasizes reproducing the bug with clear steps and evidence to isolate root cause.
  • Plan of record & handoff: defines a sequence (reproduce, diagnose, fix, test, verify) and updates relevant state manifests (.agents/state/active-workflows.md) when launched.
  • Traceability & regression: ensures changes are tracked, tested, and regression tests are contemplated and added.

Quick Start

Draft a new bf_<slug> bug-fix workflow under .agents/workflows/draft/bf_<slug>/ and begin by gathering the bug report.

Frequently Asked Questions about pm-bugfix

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

FAQPage Schema
How do I standardize bug-fix workflows from initial report to resolution?

Standardize a bug-fix workflow by generating a structured dossier packet that captures the objective, background, and acceptance criteria, then enforcing a sequence of reproduction, root cause analysis, minimal fix, and regression verification.

What is the best way to document root cause analysis and bug reproduction steps?

Document root cause analysis and bug reproduction using a dossier-driven template that emphasizes capturing clear reproduction steps and evidence first, ensuring consistent and auditable defect handling.

How do I track active bug-fix workflows and maintain handoff notes?

Track active bug-fix workflows by defining a plan of record and updating relevant state manifests, such as active-workflows.md, when launched, while maintaining structured handoff notes and run logs throughout the process.

Does this bugfix workflow approach ensure traceability and regression testing?

Yes, the bugfix workflow ensures traceability and regression by tracking all code changes, testing them, and contemplating or adding regression tests to verify the minimal fix resolves the defect without side effects.

How do I start a new bug-fix workflow packet for a reported software defect?

Start a new bug-fix workflow packet by drafting a new bug-fix workflow directory under the drafts folder, then begin by gathering the bug report to populate the initial dossier template.