Back to list
dikini

beads-pr-prepare

by dikini

0🍴 0📅 Dec 25, 2025

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 gh to create/update PR (optional; only if available + authenticated)

Procedure

  1. Fetch task details:
bd show <bead_id> --json
  1. 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
  1. If gh is 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 gh automation is used, also return:
    • PR URL

Notes

  • If --json isn’t supported, fall back to bd show <bead_id> and extract details from text.
  • Running gh should be explicit: only do it when the user asks to create the PR.

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