ticket-write

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

提升交付清晰度,减少实现前沟通成本。

这个 Skill 做什么

为工程任务生成或完善用户故事、需求与验收标准。

把需求写成工程师能直接做的 ticket:先写清用户故事,再列出需求和验收标准,确保能交付一个小而完整的工作单元。用在需要创建新功能、拆分大任务或把模糊需求交给开发者实现时最合适。特色是把意图、上下文和完成定义都写清楚,让读到的人不用当面问就能开始开发并知道何为“完成”。

▸ 展开 SKILL.md 英文原文

Create and update engineering tickets — a user story, then requirements, then acceptance criteria, written for the engineer who'll build it. Use when the user wants to write, create, or file a ticket, or to update or edit an existing one.

开发编程工单编写技术需求验收标准通用
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/juff17/docify/master/skills/ticket-write/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/juff17/docify/master/skills/ticket-write/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
A ticket is a single, self-contained **unit of work** — small enough that an
engineer can hold it in their head. It might be one slice of a larger feature
or stand on its own. Tickets are consumed by software engineers, often
asynchronously — the person who reads it can't lean over and ask what you meant.
So a good ticket carries enough intent, context, and a clear definition of done
that an engineer can start without a meeting, while still leaving room for their
judgement on *how* to build it.

Right-size the ticket to the work. A small change gets a short ticket — don't
pad it to look thorough. Some work genuinely needs a long ticket, but that's the
exception, not the default: a wall of te
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有