BU

Automates the bug reporting process for the Phoenix Command Center, providing root cause analysis and GitHub issue creation.

Install

mkdir -p .claude/skills/bug-report && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10297" && unzip -o skill.zip -d .claude/skills/bug-report && rm skill.zip

Installs to .claude/skills/bug-report

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Investigate a bug and create a high-quality GitHub bug issue with reproducible steps and code-level findings for the Command Center extension. Use when user asks to report a bug, file an issue, document a regression, or write an investigation-backed bug report.
261 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Reproduce bugs
  • Locate code paths
  • Analyze root causes
  • File GitHub issues

How it works

It reproduces the bug, analyzes the code, and uses GitHub tools to file a detailed report.

Inputs & outputs

You give it
Bug description
You get back
Structured GitHub bug report

When to use bug-report

  • Documenting extension regressions
  • Reporting bugs in Phoenix Command Center
  • Creating reproducible bug reports for developers

About this skill

Bug Report — Phoenix Command Center

Repo Context

FieldValue
Reporivie13/Phoenix-Agentic-VSCode-CommandCenter
Ownerrivie13
VisibilityPublic
StackVS Code Extension · TypeScript CommonJS · vitest

Investigation workflow

  1. Reproduce the bug — identify exact steps, extension commands, or webview interactions
  2. Locate the relevant code path in src/ (extension host) or media/ (webview)
  3. Read the source to understand the expected behavior
  4. Identify the root cause or narrow down the suspect area
  5. Search for related issues using GitHub MCP tools
  6. Write the bug report issue

CRITICAL — Use GitHub MCP tools only

NEVER use gh CLI. Always use:

  • mcp_github_github_issue_write — create the issue
  • mcp_github_github_search_issues — check for duplicates
  • mcp_github_github_list_issues — list open issues

Load tools first:

tool_search_tool_regex({ pattern: "mcp_github" })

Bug report template

## Bug Description
<clear one-line summary>

## Steps to Reproduce
1. <step>
2. <step>
3. <step>

## Expected Behavior
<what should happen>

## Actual Behavior
<what actually happens>

## Code-Level Findings
- **File**: `src/...` or `media/...`
- **Function**: `handleIncomingMessage()` / `render()` etc.
- **Root cause**: <analysis>

## Environment
- VS Code version: <version>
- Extension version: 0.1.0
- OS: Windows / macOS / Linux
- Supervisor mode: workspace / embedded / direct

## Screenshots / Logs
<if applicable>

Valid areas for labels

extension, controller, webview, services, utils, jarvis, supervisor, agent, board, actions, prs, tests, docs

When not to use it

  • Non-extension bugs

Prerequisites

GitHub MCP tools

Limitations

  • Requires GitHub MCP tools

How it compares

It provides investigation-backed bug reports instead of simple descriptions.

Compared to similar skills

bug-report side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
bug-report (this skill)05moNo flagsIntermediate
security-scan16moReviewIntermediate
dependency-upgrade265moReviewIntermediate
chrome-devtools417moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry