bug

Create GitHub issues from conversational bug reports using the GitHub CLI.

10|3|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/microsoft/MCS-Agent-Builder --skill bug-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug
Source: https://github.com/microsoft/MCS-Agent-Builder/tree/main/.claude/skills/bug
Command: npx skills add https://github.com/microsoft/MCS-Agent-Builder --skill bug-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reporting bugs by allowing users to describe issues conversationally, automating the gathering of necessary details and the creation of GitHub issues.

Core Features & Use Cases

  • Conversational Bug Reporting: Describe bugs in natural language.
  • Automated Context Gathering: Automatically collects relevant session and environment details.
  • GitHub Issue Creation: Creates well-formatted GitHub issues with titles, bodies, and labels using the GitHub CLI.
  • Use Case: Encounter an error while building an agent? Use this Skill to quickly file a detailed bug report on GitHub without leaving your current workflow.

Quick Start

Use the bug skill to report a problem with the agent build process.

Frequently Asked Questions about bug

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

FAQPage Schema
How do I report a bug conversationally and create a GitHub issue from it?

Conversational bug reporting translates your natural language issue descriptions into formatted GitHub issues, automatically gathering relevant environment details and submitting them via the GitHub CLI.

Do I need the GitHub CLI to automate issue creation from bug reports?

Yes, the GitHub CLI is required for authenticated repository access and to automate the submission of bug reports as properly formatted issues with titles, bodies, and labels.

Can I file detailed bug reports on GitHub without leaving my development workflow?

Yes, you can describe bugs in natural language during your software development workflow, and the tool will automatically collect session context and create well-formatted GitHub issues.

What is the best way to ensure my bug report includes all necessary environment details?

Automated context gathering captures relevant environment and session details automatically when you describe the bug conversationally, ensuring well-formatted GitHub issues include necessary troubleshooting data.

Does this approach to bug reporting work with existing GitHub issue labels?

Yes, the automated GitHub issue creation applies appropriate labels along with titles and bodies, integrating directly with your repository's existing issue tracking and labeling conventions.