What problem does it solve?
Makes filing reproducible, actionable bug reports against the agentic cookbook fast and reliable by guiding contributors through a short, structured questionnaire and submitting a reviewed GitHub issue.
Core Features & Use Cases
- Guided data collection: Prompts for category, affected file(s), a clear description, and severity to produce a consistent issue body.
- Local validation and safety checks: Verifies the gh CLI is installed and authenticated, locates the cookbook repository, and derives the GitHub repo slug from git remotes.
- Preview and controlled submission: Generates a title and formatted body, allows editing or cancellation, maps severity to labels, and uses gh issue create with fallback when labels are missing.
- Use case: A contributor who finds a broken guideline link or incorrect recipe can run the skill locally to produce a clear, labeled GitHub issue without manually crafting the post.
Quick Start
Run /cookbook-bug, describe the problem when prompted, preview the generated issue, and confirm submission to create it on GitHub.