create-pr-text

GitHub issue から PR のタイトルと説明文を作成する。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-pr-text" with this command: npx skills add tanabee/skills/tanabee-skills-create-pr-text

GitHub issue から PR のタイトルと説明文を作成する。$ARGUMENTS に issue 番号(123#123)または URL が渡される。$ARGUMENTS が空の場合はユーザーに issue 番号を質問する。

実際の PR は絶対に作成しない。 gh pr create は実行禁止。テキストの生成のみ行う。

  1. tmp/config.jsonpull_request_template_path を確認する。なければプロジェクト内の PR テンプレート(pull_request_template.md, .github/pull_request_template.md 等)を探し、見つかったパスを tmp/config.json に保存する。テンプレートがあればそのフォーマットに従う
  2. tmp/issues/<issue番号>/plan.mdtmp/issues/<issue番号>/checklist.md が既にある場合はその内容を活用する
  3. gh issue view で issue を取得する
  4. git log main..HEAD --stat でコミット単位の変更概要を確認し、必要に応じて git show <hash> で個別のコミット内容を把握する
  5. 結果を Write ツールで tmp/issues/<issue番号>/pr.md に書き込む(フォーマットは sample.md を参照)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

dev

No summary provided by upstream source.

Repository SourceNeeds Review
General

implement

No summary provided by upstream source.

Repository SourceNeeds Review
General

plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

notify-discord

No summary provided by upstream source.

Repository SourceNeeds Review