cookbook-bug

File GitHub bug reports for the cookbook repository with severity labels.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/agentic-cookbook/tools --skill cookbook-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cookbook-bug
Source: https://github.com/agentic-cookbook/tools/tree/main/skills/cookbook-bug
Command: npx skills add https://github.com/agentic-cookbook/tools --skill cookbook-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about cookbook-bug

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

FAQPage Schema
How do I file a bug report against the agentic cookbook repository?

To file a bug report, run the skill locally to answer a structured questionnaire collecting the category, affected files, description, and severity, then preview and submit the generated GitHub issue.

Do I need GitHub CLI installed to submit cookbook issues?

Yes, you need the gh CLI installed and authenticated, along with access to a local checkout of the cookbook git repository to determine the owner/repo slug and call gh issue create.

Can I edit a generated GitHub issue before submitting it?

Yes, after the skill generates a formatted title and body from your structured inputs, it allows you to edit or cancel the submission before calling gh issue create.

What is the best way to add severity labels to GitHub issues automatically?

The skill maps your specified severity to corresponding labels during issue creation, using gh issue create with a fallback mechanism if the target labels are missing from the repository.

How does the skill determine the correct GitHub repository slug?

The skill derives the GitHub repository owner and repo slug by reading the git remotes configured within your local checkout of the cookbook repository to ensure the issue is filed correctly.