to-issues
仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
把大任务拆成可执行的 tracer-bullet 式 issue,便于分工与跟踪。
▸ 风险提示
需要 issue 追踪器的写权限(如 GitHub token)
这个 Skill 做什么
把计划/规格分解成可独立抓取的 issue 并发布到项目追踪器上。
把一份计划、规格或 PRD 拆成可以独立拿去做的小 issue,按 tracer-bullet 的垂直切片写出每个任务并发布到项目追踪器。在要把大任务分配给多人、做迭代交付或把计划变成可执行任务时用。特别之处是产出的 issue 可直接 triage,保持每个条目都能独立完成并遵循项目的标签和词汇表。
▸ 展开 SKILL.md 英文原文
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/to-issues/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/to-issues/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# To Issues Break a plan into independently-grabbable issues using vertical slices (tracer bullets). The issue tracker and triage label vocabulary should have been provided to you — run `/setup-matt-pocock-skills` if not. ## Process ### 1. Gather context Work from whatever is already in the conversation context. If the user passes an issue reference (issue number, URL, or path) as an argument, fetch it from the issue tracker and read its full body and comments. ### 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. Issue titles and descriptions should use the project's domain glossary vocabulary, and res
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有