ホーム/AI 開発ツール・ワークフロー/create-github-pull-request-from-specification
C

create-github-pull-request-from-specification

by @githubv
4.5(296)

仕様ファイルと`pull_request_template.md`テンプレートに基づいて、機能リクエストのGitHubプルリクエストを作成します。

github-apipull-requestsgit-workflowsspecification-automationGitHub
インストール方法
npx skills add github/awesome-copilot --skill create-github-pull-request-from-specification
compare_arrows

Before / After 効果比較

1
使用前

GitHubプルリクエストを手動で作成する際、重要な情報が欠落したり、規範に準拠していなかったりすることがよくあります。これにより、レビュー効率が低下し、コミュニケーションコストが高くなり、コードマージの速度に影響を与えます。

使用後

規範ファイルとテンプレートに基づいてGitHubプルリクエストを自動作成します。これにより、リクエスト情報が完全でフォーマットが統一され、コードレビューの効率とマージ速度が大幅に向上します。

SKILL.md

Create GitHub Pull Request from Specification

Create GitHub Pull Request for the specification at ${workspaceFolder}/.github/pull_request_template.md .

Process

  1. Analyze specification file template from '${workspaceFolder}/.github/pull_request_template.md' to extract requirements by 'search' tool.
  2. Create pull request draft template by using 'create_pull_request' tool on to ${input:targetBranch}. and make sure don't have any pull request of current branch was exist get_pull_request. If has continue to step 4, and skip step 3.
  3. Get changes in pull request by using 'get_pull_request_diff' tool to analyze information that was changed in pull Request.
  4. Update the pull request body and title created in the previous step using the 'update_pull_request' tool. Incorporate the information from the template obtained in the first step to update the body and title as needed.
  5. Switch from draft to ready for review by using 'update_pull_request' tool. To update state of pull request.
  6. Using 'get_me' to get username of person was created pull request and assign to update_issue tool. To assign pull request
  7. Response URL Pull request was create to user.

Requirements

  • Single pull request for the complete specification
  • Clear title/pull_request_template.md identifying the specification
  • Fill enough information into pull_request_template.md
  • Verify against existing pull requests before creation

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数9.0K
評価4.5 / 5.0
バージョン
更新日2026年5月19日
比較事例1 件

ユーザー評価

4.5(296)
5
23%
4
51%
3
23%
2
2%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年5月19日