スキル一覧に戻る
uhyo

create-pr

by uhyo

A React framework without a server

34🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: create-pr description: A skill to create a pull request on a GitHub repository. Use this skill when the user wants to create a pull request for the changes you have made. allowed-tools:

  • Read
  • Bash(gh:*)
  • Bash(git:*)

Create Pull Request Skill

To satisfy the user's request to create a pull request on a GitHub repository, follow these steps:

  1. Create a new branch for the changes (if not already done).
  2. Commit the changes to the new branch.
  3. Push the branch to the remote repository.
  4. Use the gh CLI to create a pull request. The target branch is master unless specified otherwise.

Then inform the user that the pull request has been created successfully, providing the URL to the pull request.

Merging the Pull Request

After the user reviews the pull request and requests to merge it, you can use the gh CLI to merge the pull request. Confirm with the user before merging.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です