agent-native-audit
Run comprehensive agent-native architecture review with scored principles
Report a bug in the compound-engineering plugin
$ npx -y skills add davekilleen/Dex --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/report-bugContext preview
What this command does when you run it.
Report a bug in the compound-engineering plugin
name: report-bug description: Report a bug in the compound-engineering plugin argument-hint: "[optional: brief description of the bug]"
Report bugs encountered while using the compound-engineering 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 EveryInc/compound-engineering-plugin \ --title "[compound-engineering] Bug: [Brief description]" \ --body "[Formatted bug report from Step 3]" \ --label "bug,compound-engineering"
**Note:** If labels don't exist, create without labels:
gh issue create \ --repo EveryInc/compound-engineering-plugin \ --title "[compound-engineering] Bug: [Brief description]" \ --body "[Formatted bug report]"
After the issue is created: 1. Display the issue URL to the user 2. Thank them for reporting the bug 3. Let them know the maintainer (Kieran Klaassen) will be notified
✅ Bug report submitted successfully! Issue: https://github.com/EveryInc/compound-engineering-plugin/issues/[NUMBER] Title: [compound-engineering] Bug: [description] Thank you for helping improve the compound-engineering plugin! The maintainer will review your report and respond as soon as possible.
This command does NOT collect:
Only technical information about the bug is included in the report.
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Run comprehensive agent-native architecture review with scored principles
Create or edit Claude Code skills with expert guidance on structure and best practices
Enhance a plan with parallel research agents for each section to add depth, best practices, and implementation details
Record a video walkthrough of a feature and add it to the PR description