[Enhancement] /debug-report: Add user-reported issue mode #139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently
/debug-reportis focused on running automated MCP tool tests and reporting pass/fail results. However, users often need to report issues they experience while using plugin commands - not issues caught by automated tests.Example scenario from #137:
virt_update_vmto update a VM's descriptionidparameter, notdescriptionCurrent Flow
Proposed Enhancement
Add a user feedback mode to
/debug-reportthat:Step 1: Ask for issue type
Step 2 (if user-reported): Gather context
What were you trying to do?
What went wrong?
Expected vs Actual
Reproduction steps (optional)
Step 3: Auto-capture context
Still capture automatically:
Step 4: Create structured issue
Generate issue with:
Benefits
Implementation Notes
/debug-reportto select modeRelated