skills/vibe-issue/SKILL.md
Use when the user wants to create or refine a GitHub issue. This is a human-facing intake entrypoint, not an automated workflow.
npx skillsauth add jacobcy/vibe-coding-control-center vibe-issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
该技能负责人机协作的 Issue 创建:澄清、查重、规范化。
只负责人机交互:
不承担的职责:
/vibe-issue 或 /vibe-issue create "<标题>".github/ISSUE_TEMPLATE/*.mdgh issue list --search "<标题>" --state all --json number,title,state
扫描草稿中的依赖引用(#<数字>、Depends on):
## Dependencies section- Depends on #<id> — <短描述>bug、enhancement、priority/*)vibe-task 标签(自动镜像)扫描是否为 epic 候选:
审查、总览、清理、重构所有>N 个文件、列出 >3 个子任务建议拆分为主 issue + sub-issues,或记录 ## Scope estimate。
对照以下 5 条反模式特征,检查 issue 是否存在反模式风险(定义详见 roadmap-common.md):
检查清单:
风险评估:
如果命中 >= 2 条未通过项,向用户展示警告:
⚠️ 反模式风险提示
此 issue 可能被标记为反模式并关闭。建议补充痛点描述、验证证据,或说明为何现有能力无法满足需求。
详见 反模式识别标准。
注意:此步骤只提供警告,不阻止创建(vibe-issue 是 human-facing,不自动拒绝)。
gh issue create --title "<标题>" --body "<内容>" --label "<labels>"
输出 Issue 链接,建议下一步:
vibe-roadmapvibe-newdevelopment
Use after `vibe init` to verify project configuration completeness. Interactively prompts user to fill missing items. Orchestrates existing commands without adding Python code. Do not use for system-level installation issues (use vibe-onboard instead).
development
Use when the user wants a comprehensive review using the multi-agent team workflow. Applies to PRs, code changes, architecture decisions, and any task requiring team-based analysis.
development
Use when manager has signaled flow terminal state cleanup via handoff indicate. Reads cleanup instructions and executes FlowCleanupService. Do not use for code changes or PR creation.
testing
Use for handling blocked and RFC issues, making decisions that may form ADRs (Architecture Decision Records). Processes problem issues requiring human judgment, dependency resolution, and architectural decisions. Do not use for routine issue monitoring (use vibe-orchestra) or roadmap planning (use vibe-roadmap).