auto-bug-reporter
Installation
SKILL.md
Auto Bug Reporter
Automatically file GitHub issues when you encounter errors, crashes, or unexpected behavior in claude-mpm during a session.
Trigger Conditions
File an issue automatically when you encounter ANY of the following:
- Import errors in claude-mpm modules (e.g.,
ModuleNotFoundError,ImportErrorfrom claude-mpm source paths) - Hook errors — stop hook, start hook, or prompt hook failures
- Agent deployment failures — agent fails to start, crashes mid-task, or returns unexpected errors
- Skill deployment failures — skill fails to load, parse, or execute
- MCP tool errors from claude-mpm tools (e.g.,
mcp-ticketer,mpm-messaging,mcp-vector-searchwhen used within claude-mpm context) - Test failures in claude-mpm's own test suite (not user project tests)
- CLI errors from
claude-mpmcommands (e.g.,claude-mpm init,claude-mpm run,claude-mpm doctor) - Configuration errors — missing config, invalid YAML, malformed
.claude/settings.json - Orchestration errors — PM fails to delegate, agent routing breaks
Do NOT File Issues For
Related skills
More from bobmatnyc/claude-mpm
test-quality-inspector
Verify that a test is actually testing what it claims to test: semantic correctness, mutation-style reasoning, and mock hygiene for any language or framework
4mcp-builder
Create high-quality MCP servers that enable LLMs to effectively interact with external services. Use when building MCP integrations for APIs or services in Python (FastMCP) or Node/TypeScript (MCP SDK).
1build-mcp-server
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
1