From compound-engineering-feat-python
Report a bug in the compound-engineering-feat-python plugin
npx claudepluginhub weorbitant/compound-engineering-feat-python-plugin --plugin compound-engineering-feat-python[optional: brief description of the bug]# Report a Compounding Engineering feat. Python Bug Report bugs encountered while using the compound-engineering-feat-python plugin. This command gathers structured information and creates a GitHub issue for the maintainer. ## Step 1: Gather Bug Information Use the AskUserQuestion tool to collect the following information: **Question 1: Bug Category** - What type of issue are you experiencing? - Options: Agent not working, Command not working, Skill not working, MCP server issue, Installation problem, Other **Question 2: Specific Component** - Which specific component is affected? - As...
/report-bugGathers structured bug details for compound-engineering plugin via questions, collects environment info, formats markdown report, and creates GitHub issue.
/report-bugGathers structured bug details via questions, collects environment info, formats Markdown report, and creates GitHub issue in lavra repo.
/report-bugCollects bug details via questions for beads-compound plugin, gathers environment info, formats Markdown report, and creates GitHub issue with gh CLI.
Report bugs encountered while using the compound-engineering-feat-python plugin. This command gathers structured information and creates a GitHub issue for the maintainer.
Use the AskUserQuestion tool to collect the following information:
Question 1: Bug Category
Question 2: Specific Component
Question 3: What Happened (Actual Behavior)
Question 4: What Should Have Happened (Expected Behavior)
Question 5: Steps to Reproduce
Question 6: Error Messages
Automatically gather:
# Get plugin version
cat ~/.claude/plugins/installed_plugins.json 2>/dev/null | grep -A5 "compound-engineering" | head -10 || echo "Plugin info not found"
# Get Claude Code version
claude --version 2>/dev/null || echo "Claude CLI version unknown"
# Get OS info
uname -a
Create a well-structured bug report with:
## Bug Description
**Component:** [Type] - [Name]
**Summary:** [Brief description from argument or collected info]
## Environment
- **Plugin Version:** [from installed_plugins.json]
- **Claude Code Version:** [from claude --version]
- **OS:** [from uname]
## What Happened
[Actual behavior description]
## Expected Behavior
[Expected behavior description]
## Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Error Messages
[Any error output]
## Additional Context
[Any other relevant information]
---
*Reported via `/report-bug` command*
Use the GitHub CLI to create the issue:
gh issue create \
--repo BaronVonSario/compound-engineering-feat-python \
--title "[compound-engineering-feat-python] Bug: [Brief description]" \
--body "[Formatted bug report from Step 3]" \
--label "bug"
Note: If labels don't exist, create without labels:
gh issue create \
--repo BaronVonSario/compound-engineering-feat-python \
--title "[compound-engineering-feat-python] Bug: [Brief description]" \
--body "[Formatted bug report]"
After the issue is created:
✅ Bug report submitted successfully!
Issue: https://github.com/BaronVonSario/compound-engineering-feat-python/issues/[NUMBER]
Title: [compound-engineering-feat-python] Bug: [description]
Thank you for helping improve the compound-engineering-feat-python plugin!
The maintainer will review your report and respond as soon as possible.
gh CLI is not authenticated: Prompt user to run gh auth login firstThis command does NOT collect:
Only technical information about the bug is included in the report.