← スキル一覧に戻る

beads-pr-prepare
by dikini
⭐ 0🍴 0📅 2025年12月25日
SKILL.md
name: beads-pr-prepare description: Prepare a pull request title/body from a Beads task (optionally using gh)
Beads: prepare PR
Goal
Given a Beads task id (e.g. bd-a3f8), prepare a PR title and markdown body that references the task.
Inputs
bead_id(required)- Whether to use
ghto create/update PR (optional; only if available + authenticated)
Procedure
- Fetch task details:
bd show <bead_id> --json
- Draft PR metadata:
- Title: keep it short; include bead id prefix (e.g.
bd-a3f8: <title>) - Body: use the template at:
./.goose/skills/beads-pr-prepare/templates/pr-body.md
- If
ghis available and authorized, offer optional automation:
- Create PR (example):
gh pr create --title "<title>" --body-file <path-to-generated-body>
Output
- Always return:
- PR title
- PR body markdown
- If
ghautomation is used, also return:- PR URL
Notes
- If
--jsonisn’t supported, fall back tobd show <bead_id>and extract details from text. - Running
ghshould be explicit: only do it when the user asks to create the PR.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です