Agent Skills
› NeverSight/learn-skills.dev
› ship
ship
GitHub该技能指导用户基于 Beads 系统,采用测试驱动开发(TDD)模式逐步解决未阻塞的议题。通过读取规范、更新状态、执行红绿重构循环并同步代码,实现高效的问题闭环处理。
Trigger Scenarios
用户有未解决的 beads 议题且准备开始编码
在 raise 操作后需要启动 TDD 开发流程
Install
npx skills add NeverSight/learn-skills.dev --skill ship -g -y
SKILL.md
Frontmatter
{
"name": "ship",
"description": "Implement beads issues using test-driven development. Use after 'raise'. Use when the user has open beads issues and wants to start coding."
}
Follow these steps in order, one at a time.
Input
- Read the cheat sheet to understand how beads works.
- Run
br list
Output
- Run
br readyto see which issues are unblocked. - Pick the next unblocked issue and run
br update <id> --status in_progress. - Implement the issue using the red, green refactor loop.
- Run
br close <id> --reason "<what changed>". - Run
br sync --flush-only, thengit add .beads/and commit. - Repeat from step 1 until all issues are completed.
Version History
- e0220ca Current 2026-07-05 21:38


