create-issue
GitHub协助用户在VibeSys仓库中创建规范的GitHub Issue。流程涵盖去重检查、模板选择、内容起草及安全脱敏,确保Issue独立可关闭且符合项目元数据规范,最终提交并验证关联信息。
Trigger Scenarios
Install
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.
Version History
- 87e4103 Current 2026-07-22 15:46


