bug-tracking

Community

Track bugs effortlessly, keep development flowing.

AuthorZate
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing non-critical bugs discovered during development can disrupt workflow if not properly tracked. This Skill provides a lightweight, integrated system to capture and manage these issues without stopping current work.

Core Features & Use Cases

  • File-Based Tracking: Store bugs as Markdown files (.claude/bugs/BUG-NNN.md) directly within your project.
  • Standardized Format: Ensure consistent bug reporting with required frontmatter (ID, title, status, priority, reporter, tags) and detailed sections (description, steps to reproduce, expected/actual behavior).
  • Index File: Maintain an index.md overview of all bugs, categorized by status, for quick reference.
  • Integration Points: Seamlessly integrate with code reviews, Definition of Done validation, and plan management.
  • Use Case: Log a minor UI glitch found during code review, track a formatting issue for later fixing, or get an overview of all open bugs in a project.

Quick Start

Create a new bug entry for a minor UI issue: 'Button text truncated on mobile devices'. Set priority to medium and tag it 'ui'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bug-tracking
Download link: https://github.com/Zate/cc-plugins/archive/main.zip#bug-tracking

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository