create-bug-report
Installation
SKILL.md
Create Bug Report
Overview
Create a comprehensive, actionable bug report with all the information needed for a developer to reproduce, understand, and fix the issue. Every bug report must include reproduction steps, environment details, and a clear distinction between expected and actual behavior.
Workflow
- Read project context — Check
.chalk/docs/for:- Architecture docs (to identify the affected component)
- Previous bug reports (to match format and conventions)
- Any known issues or recent changes that might be related
- Version information from
package.json,pyproject.toml, etc.