From sdlc-wizard
Submits bug reports, feature requests, SDLC patterns, or improvements to claude-sdlc-wizard GitHub repo via gh issue create. Privacy-first with opt-in scanning of SDLC setup.
npx claudepluginhub baseinfinity/claude-sdlc-wizard --plugin sdlc-wizardThis skill uses the workspace's default tool permissions.
$ARGUMENTS
Creates GitHub or GitLab issues with code references, media attachments, labels, and session context. Auto-detects repo from git remote for bug reports or feature requests.
Analyzes conversation for skill feedback and creates labeled GitHub issues for bugs, enhancements, and positive outcomes. Use when skills fail, suggest better patterns, or perform well.
Creates GitHub issues in WaterplanAI/agentic-config repo for bugs and feature requests using GitHub CLI. Handles templates, explicit args, or extracts from conversation context. Invoke via /ac-issue.
Share bugs, ideas, or general feedback.
$ARGUMENTS
Help users contribute back to the SDLC wizard: bug reports, feature requests, pattern sharing, and SDLC improvements. Privacy-first — never scan without explicit permission.
NEVER scan the user's repo without explicit consent. Always ask first:
"I can scan your SDLC setup to identify what you've customized vs wizard defaults. This helps me create a more specific report. May I scan? (Only file names and SDLC config are read — no source code, secrets, or business logic.)"
What IS scanned (with permission):
What is NEVER scanned:
SDLC.md metadata)Use gh issue create on the wizard repo:
gh issue create \
--repo BaseInfinity/claude-sdlc-wizard \
--title "[feedback-type]: Brief description" \
--body "$(cat <<'EOF'
## Feedback Type
bug / feature / pattern / improvement
## Description
[User's description]
## Context
- Wizard version: [from SDLC.md metadata]
- Setup type: [detected stack if permission granted]
## Evidence (if pattern sharing)
[What the user customized and why it worked]
---
Submitted via `/feedback` skill
EOF
)"
gh issue list --repo BaseInfinity/claude-sdlc-wizard --search "keywords" before creating