create-issue
GitHub用于调查、起草并创建符合 VibeSys 规范的 GitHub Issue。涵盖 Bug、工程变更、扩展场景及实验。需确认非重复后,按模板撰写内容,通过工具创建并关联项目,严格保护敏感信息,由维护者决定优先级。
触发场景
安装
npx skills add uw-syfi/vibesys --skill create-issue -g -y
SKILL.md
Frontmatter
{
"name": "create-issue",
"description": "Investigate, draft, and file well-scoped VibeSys GitHub issues using the repository issue forms and project conventions. Use when a user asks to create, open, or file a bug report, engineering change, expansion scenario or harness, or research experiment issue, or asks to turn findings, TODOs, or proposed work into GitHub issues."
}
Create Issue
Overview
Create issues only after confirming that the work is not already tracked or implemented. Use the same schemas as human reporters, preserve project metadata, and leave prioritization to maintainers.
Workflow
- Resolve the repository and requested write scope. If the user asks only for a draft, do not create or modify GitHub state.
- Read
docs/issue-authoring.mdcompletely. - Select exactly one matching form and read it completely:
.github/ISSUE_TEMPLATE/01-bug.yml.github/ISSUE_TEMPLATE/02-engineering-change.yml.github/ISSUE_TEMPLATE/03-expansion-work.yml.github/ISSUE_TEMPLATE/04-experiment.yml
- Search the codebase and both open and closed issues. Check related pull requests when they may show that the behavior is already implemented.
- If the request is a duplicate or already implemented, stop before creating an issue. Report the supporting issue, pull request, and code evidence.
- Draft an outcome-oriented title and a body with the form's rendered section headings. Keep acceptance criteria observable and testable.
- Create the issue through the connected GitHub tooling. Apply the form's labels and redact credentials, tokens, private paths, and sensitive logs.
- Add the native parent/sub-issue relationship when a parent is known. A body reference alone is not a substitute for the native relationship.
- Verify membership in organization project
uw-syfi/1. If auto-add did not add the issue and project write access is available, add it explicitly. - Set
Workstreamonly when the mapping is unambiguous. Do not set Priority, Effort, assignee, Target date, or milestone unless the user explicitly asks or an established maintainer decision already exists. - Re-read the created issue and verify its title, body, labels, project membership, and parent relationship. Return its URL and any metadata that remains for triage.
Authoring Rules
- Make one issue represent one independently closable outcome.
- Lead with the problem, evidence, or research question rather than a proposed implementation.
- State non-goals for work that could otherwise expand without a clear bound.
- Use checkboxes for acceptance or success criteria.
- For expansion work, specify externally observable semantics and correctness checks without prescribing an optimization strategy.
- For experiments, require a decision, baseline, metric, protocol, stopping condition, and retained artifacts.
- Link related work using native parents, dependencies, and closing keywords where supported.
GitHub Boundaries
Prefer connected GitHub tooling for issue search and creation. Use local gh
only for project or hierarchy operations the connector cannot perform. Resolve
field and option IDs dynamically; never hard-code project item IDs in reusable
commands.
Do not claim that duplicate searches, code inspection, reproduction, or verification occurred unless they actually did.
版本历史
- 87e4103 当前 2026-07-22 15:46


