一键导入
feedback
Submit feedback, bug reports, feature requests, or share SDLC patterns you've discovered. Privacy-first — always asks before scanning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Submit feedback, bug reports, feature requests, or share SDLC patterns you've discovered. Privacy-first — always asks before scanning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full SDLC workflow for implementing features, fixing bugs, refactoring code, testing, releasing, publishing, and deploying. Use this skill when implementing, fixing, refactoring, testing, adding features, building new code, or releasing/publishing/deploying.
Setup wizard — scans codebase, builds confidence per data point, only asks what it can't figure out, generates SDLC files. Use for first-time setup or re-running setup.
Smart update for SDLC wizard — shows changelog, compares files, lets you selectively adopt changes while preserving customizations.
Deploy the application to production
| name | feedback |
| description | Submit feedback, bug reports, feature requests, or share SDLC patterns you've discovered. Privacy-first — always asks before scanning. |
| argument-hint | [optional: bug | feature | pattern | improvement] |
| effort | medium |
$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