Skip to main content
ClaudeWave
Skill822 repo starsupdated 5d ago

to-issues

This skill converts high-level plans into executable issues for project trackers by decomposing work into independent, deliverable tasks. Use it when breaking down large requirements into manageable slices, organizing work with triage labels and priorities, or translating planning documents into actionable items with clear objectives, boundaries, acceptance criteria, and dependencies.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/to-issues && cp -r /tmp/to-issues/api/internal/core/skills/catalog/to-issues ~/.claude/skills/to-issues
Then start a new Claude Code session; the skill loads automatically.

skill.md

# 转成问题单

这是一个把计划拆成可执行问题单的技能。

## 适用场景

- 用户希望把方案落到 issue tracker
- 需要把一个大需求拆成若干个可交付 slice
- 需要给 issue 加 triage 标签并排序

## 工作方式

1. 理解当前目标和范围。
2. 把工作拆成互相独立、可以单独推进的小问题。
3. 用项目已有的 issue tracker 语言输出问题单。
4. 给每个问题单写清楚目标、边界、验收标准和优先级。

## 约束

- 不要把 implementation 细节混成 issue 目标。
- 不要让一个 issue 太大。
- 不要遗漏依赖关系和风险。