plan-fixes

Analyze bug reports from .claude/issues/ and produce a structured work plan.

9|3|Updated Jan 29, 2022
One-click install
npx skills add https://github.com/I194/PMTools_2.0 --skill plan-fixes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-fixes
Source: https://github.com/I194/PMTools_2.0/tree/main/.claude/skills/plan-fixes
Command: npx skills add https://github.com/I194/PMTools_2.0 --skill plan-fixes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads bug reports from .claude/issues/, analyzes and deduplicates them, and produces a prioritized, actionable work plan for generate and evaluate agents.

Core Features & Use Cases

  • Deduplicate and classify bug reports into bugs, improvements, and features.
  • Build structured work plans with reproduction steps, related files, and suggested fix directions.
  • Save and version plans for traceability and audit in test-data paths.

Quick Start

Provide the path to bug reports or use the default .claude/issues/ directory to generate a complete plan.

Frequently Asked Questions about plan-fixes

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

FAQPage Schema
How do I turn bug reports into a prioritized work plan?▼

To turn bug reports into a prioritized work plan, provide a directory of issue files for automated classification, deduplication, and severity assignment, generating a structured action plan with reproduction steps and suggested fixes.

What is the best way to deduplicate and classify issue reports for bug triage?▼

Bug triage deduplication and classification is handled by cross-referencing reports to identify duplicates, then categorizing each issue as a bug, improvement, or feature within a comprehensive structured work plan.

Do I need to format bug reports in a specific way to generate a structured fix plan?▼

You do not need special formatting to generate a structured fix plan; simply place raw bug reports in the default issues directory to trigger automated analysis, deduplication, and severity-based prioritization.

Can I save and version generated work plans for audit traceability?▼

Yes, you can save and version work plans for audit traceability by outputting the finalized fix plan file directly into the repository's designated test-data path.

How does issue management automation handle severity and reproduction details?▼

Issue management automation handles severity and reproduction details by applying a structured workflow that evaluates raw reports, assigns priority levels, and extracts specific reproduction steps for each classified issue.

What limitations exist when processing feature requests alongside bug fixes?▼

Feature requests and bug fixes are classified together without limitation, but the output remains a suggested work plan containing fix directions and verification steps rather than executable code changes.