feat: add debug workflow commands and bump to v3.1.0 #80

Merged
lmiranda merged 1 commits from feat/debug-workflow-v3.1.0 into development 2026-01-21 22:46:13 +00:00
Owner

Summary

New debug workflow commands for structured plugin debugging:

/debug-report (for test projects)

  • Runs 5 diagnostic MCP tool tests with explicit repo parameter
  • Captures full project context (git remote, cwd, branch)
  • Generates structured issue with hypothesis and investigation steps
  • Creates issue in configured marketplace repository

/debug-review (for marketplace repo)

  • Lists open diagnostic issues for triage
  • Maps errors to relevant code files using error-to-file mapping
  • MANDATORY: Reads files before proposing any fix
  • Three human approval gates: investigation, fix approach, PR creation
  • Creates feature branch, commits, PR with proper linking

Other Changes

  • Dynamic label format detection in suggest_labels
  • Rewritten labels-sync.md with explicit execution steps
  • Version bump to v3.1.0

Test Plan

  • Run /debug-report in test project
  • Run /debug-review in marketplace
  • Verify structured issue creation
  • Verify human approval gates work

🤖 Generated with Claude Code

## Summary New debug workflow commands for structured plugin debugging: ### `/debug-report` (for test projects) - Runs 5 diagnostic MCP tool tests with explicit repo parameter - Captures full project context (git remote, cwd, branch) - Generates structured issue with hypothesis and investigation steps - Creates issue in configured marketplace repository ### `/debug-review` (for marketplace repo) - Lists open diagnostic issues for triage - Maps errors to relevant code files using error-to-file mapping - **MANDATORY**: Reads files before proposing any fix - Three human approval gates: investigation, fix approach, PR creation - Creates feature branch, commits, PR with proper linking ### Other Changes - Dynamic label format detection in `suggest_labels` - Rewritten `labels-sync.md` with explicit execution steps - Version bump to v3.1.0 ## Test Plan - [ ] Run `/debug-report` in test project - [ ] Run `/debug-review` in marketplace - [ ] Verify structured issue creation - [ ] Verify human approval gates work 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-01-21 22:45:56 +00:00
New commands for structured debugging workflow:

/debug-report (for test projects):
- Runs 5 diagnostic MCP tool tests
- Captures full project context (git remote, cwd, branch)
- Generates structured issue with hypothesis
- Creates issue in marketplace repo automatically

/debug-review (for marketplace repo):
- Lists open diagnostic issues for triage
- Maps errors to relevant code files
- MANDATORY: Reads files before proposing fixes
- Three human approval gates
- Creates feature branch, commits, PR with linking

Also includes:
- Dynamic label format detection in suggest_labels
- Rewritten labels-sync.md with explicit execution steps
- Version bump to 3.1.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit faafced061 into development 2026-01-21 22:46:13 +00:00
lmiranda deleted branch feat/debug-workflow-v3.1.0 2026-01-21 22:46:14 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#80