ticket-scoping

仓库创建 2026年7月6日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

快速产出可追踪工单,适合产品与工程协同

这个 Skill 做什么

把想法或发现拆解成可追踪的工单并生成粘贴即用的内容

把想法、发现或 PR 评论拆成可追踪的工单,直接生成可粘贴到 Linear/Jira/GitHub 的标题、问题、解决方案、验收标准清单和估点。在需要把模糊需求、RCA 或史诗拆分成具体任务时用它,会判断是单票、epic+子票还是先做 spike。特别方便的是输出格式贴合 issue tracker,拿来就能贴、分配与执行。

▸ 展开 SKILL.md 英文原文

WHEN turning a finding, RCA, PR comment, or rough idea into trackable work. Triggers: 'file an issue', 'break this epic down', 'scope this work', 'sharpen this ticket', 'turn this finding into a ticket', 'what should the AC be?'. OUTPUT: paste-ready issue(s) for Linear/Jira/GitHub (title, problem, approach, AC checklist, size). PAIR AFTER: decision-review (file the chosen path). NOT FOR: writing an update on existing tickets (use status-update).

开发编程任务拆解Issue 生成需求定义通用
0
Stars
0
Forks
9
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ticket-scoping/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ticket-scoping/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ticket-scoping

Use when turning intent into trackable work artifacts. Different from `status-update` (reports on existing work).

## Workflow

1. Restate the outcome in one sentence. If the user gave a solution, recover the problem behind it.
2. Decide the shape:
   - single issue
   - epic + 2-5 children
   - spike (time-boxed investigation) before any of the above
3. For each issue, draft:
   - title (verb-led, concrete)
   - problem and observed evidence (link to memory / logs / dashboards)
   - proposed approach (one paragraph, not a design doc)
   - acceptance criteria (testable, not aspirational)
   - out of scope
   - dependencies / blockers
   - rough size: XS / S / M / L (L means
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有