← Back to list

beads-task-create
by dikini
⭐ 0🍴 0📅 Dec 25, 2025
SKILL.md
name: beads-task-create description: Create a new Beads task (issue) with priority and (optional) type
Beads: create task
Inputs to confirm
- Title (required)
- Priority (optional; default: 2)
- Type (optional; e.g. task/bug/epic if your bd supports
-t)
Procedure
- Prefer JSON output:
bd create "<title>" -p <priority> --json
- If you need a type and your bd supports it, use:
bd create "<title>" -t <type> -p <priority> --json
- Return to the user:
- The new task ID (e.g.
bd-a1b2) - A suggested next step (e.g. add deps, show details)
Notes
- If
--jsonis not available, fall back tobd create "<title>" -p <priority>. - Keep titles specific and action-oriented.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon