to-tickets
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
能自动产出有阻塞关系的垂直切片票据,便于多会话协同交付。
▸ 风险提示
会在问题追踪器上创建/修改项,需授权访问。
这个 Skill 做什么
把规格分解为可执行的 agent 票据并带出阻塞关系并发布到追踪器。
把已批准的计划或规格拆成一串可执行的 agent 票据,每张票明确写出它被哪些票阻塞,然后发布到项目追踪器。适合需求已稳定、需要多会话或多人并行推进的建设阶段,用来生成可交付的小切片和依赖图。特别强调只在拆解合理且用户已同意时使用,避免把小任务复杂化。
▸ 展开 SKILL.md 英文原文
Break an approved plan or specification into agent-sized tracer-bullet tickets with explicit blocking edges and publish them to the configured tracker. Use when a multi-session build needs executable work units after the specification is sufficiently settled, including when ask-matt or to-spec routes the work here. Do not use for a small task that fits one implementation session or before the user approves the breakdown.
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/to-tickets/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/to-tickets/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# To Tickets Break a plan, spec, or conversation into a set of **tickets** — tracer-bullet vertical slices, each declaring the tickets that **block** it. 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 a reference (a spec path, an issue number or URL) as an argument, fetch it 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. Ticket titles and descriptions should use the project's do
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有