bug-phase-classification

Classify bugs by detected and injected phases in bug logs.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Luis-ERP/dev-agent-crew --skill bug-phase-classification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-phase-classification
Source: https://github.com/Luis-ERP/dev-agent-crew/tree/main/skills/bug-phase-classification
Command: npx skills add https://github.com/Luis-ERP/dev-agent-crew --skill bug-phase-classification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams consistently classify bugs by the detected phase (when the problem was first noticed) and the injected phase (where the bug could have been prevented), enabling reliable quality metrics.

Core Features & Use Cases

  • Detected & Injected Phase tagging: Assign the first observed phase and the earliest responsible phase for each bug.
  • Audit-ready logging: Integrates with docs/quality/BUG_LOG.md to maintain traceable records.
  • Use Case: When a bug is logged, classify it to capture precise phases and improve root-cause analysis.

Quick Start

Use the bug-phase-classification skill to tag a new bug entry in the bug log with the detected and injected phases.

Frequently Asked Questions about bug-phase-classification

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

FAQPage Schema
What is bug detected and injected phase classification in issue management?

Bug detected and injected phase classification tags issues by when the problem was first noticed and where it could have been prevented. This phase tracking enables reliable quality metrics and improves root-cause analysis.

How do I classify bugs by detected and injected phases for quality metrics?

To classify bugs by detected and injected phases, enforce selecting the earliest applicable phases according to defined rules. Apply this classification during bug-logging workflows to capture precise phase data for root-cause analysis.

Why does consistent bug defect classification matter for root-cause analysis?

Consistent bug defect classification matters because it enables reliable quality metrics by standardizing phase tracking. Without uniform classification, root-cause analysis data becomes unreliable, making it difficult to identify prevention gaps.

Can I use phase tracking for bugs logged outside of a markdown bug log?

Yes, phase tracking applies to bug-logging workflows across docs/quality/BUG_LOG.md and similar issue-tracking scenarios. The classification enforces selecting the earliest applicable detected and injected phases regardless of the specific tracking format.

What is the best way to tag a new bug entry with detected and injected phases?

The best way to tag a new bug entry is to apply the classification skill during the bug-logging workflow. This enforces selecting the earliest applicable detected and injected phases to maintain audit-ready records for quality metrics.

When do I need to assign the earliest responsible phase during bug classification?

You need to assign the earliest responsible phase during bug classification to identify where the bug could have been prevented. The classification enforces selecting the earliest applicable injected phase according to defined rules for accurate issue management.