用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lhohan/tiny-cli --skill using-beads-for-task-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | using-beads-for-task-management |
| description | Use when managing tasks and long-term memory with Beads in a repository or workspace. |
IMPORTANT: Use this skill only in repositories/workspaces that intentionally use bd (beads) for issue tracking. Do NOT use markdown TODOs, task lists, or other tracking methods.
Check for ready work:
bd ready --json
Create new issues:
bd create "Issue title" --description="Detailed context" -t bug|feature|task -p 0-4 --json
bd create "Issue title" --description="What this issue is about" -p 1 --deps discovered-from:bd-123 --json
Claim and update:
bd update <id> --claim --json
bd update bd-42 --priority 1 --json
Complete work:
bd close bd-42 --reason "Completed" --json
bug - Something brokenfeature - New functionalitytask - Work item (tests, docs, refactoring)epic - Large feature with subtaskschore - Maintenance (dependencies, tooling)0 - Critical (security, data loss, broken builds)1 - High (major features, important bugs)2 - Medium (default, nice-to-have)3 - Low (polish, optimization)4 - Backlog (future ideas)bd ready shows unblocked issuesbd update <id> --claimbd create "Found bug" --description="Details about what was found" -p 1 --deps discovered-from:<parent-id>bd close <id> --reason "Done"--acceptance and --design fields when creating issues--validate to check description completenessbd defer <id> / bd supersede <id> for issue managementbd stale / bd orphans / bd lint for hygienebd human <id> to flag for human decisionsbd formula list / bd mol pour <name> for structured workflowsbd automatically syncs via Dolt:
bd dolt push/bd dolt pull for remote sync--json flag for programmatic usediscovered-from dependenciesbd ready before asking "what should I work on?"For more details, see README.md and docs/QUICKSTART.md.