bug-report

Installation
SKILL.md

Phase 1: Parse Arguments

Determine the mode from the argument:

  • No keyword → Description Mode: generate a structured bug report from the provided description
  • analyze [path]Analyze Mode: read the target file(s) and identify potential bugs
  • verify [BUG-ID]Verify Mode: confirm a reported fix actually resolved the bug
  • close [BUG-ID]Close Mode: mark a verified bug as closed with resolution record

If no argument is provided, ask the user for a bug description before proceeding.


Phase 2A: Description Mode

  1. Parse the description for key information: what broke, when, how to reproduce it, and what the expected behavior is.

  2. Search the codebase for related files using Grep/Glob to add context (affected system, likely files).

Related skills
Installs
72
GitHub Stars
18.6K
First Seen
Mar 1, 2026