スキル一覧に戻る
thomasmol

pr-creation

by thomasmol

Personal OpenCode config

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: pr-creation description: Create (draft) pull requests on GitHub. Use when user requests to create a pr, pull request, draft pr, draft pull request.

What I do

  • Create draft pull requests to the main or master branch on GitHub for code changes using the GitHub CLI (gh pr create --draft).
  • Add a relevent title with proper prefixes (choose from: "feat:", "fix:", "chore:", "refactor:") based on the type of changes made.
  • If currently on the main or master branch, create a new branch with relevant name and prefix (choose from: "feat/", "fix/", "chore/", "refactor/") and commit before creating the draft PR.
  • Add a description with a summary of the changes made. Do not add generic titles or headers like "Draft PR" or "Changes made" or "Summary". Just list the changes and refer to methods, files, classes for references where needed.
  • Link (Linear) issues by ids if specified by adding "Closes ISSUE_ID ISSUE_ID_2" in the description. Ask for issue ids if not provided.
  • Return the URL of the created draft pull request.

When to use me

  • Use me when you want to create a (draft) pull request on GitHub for your code changes.
  • If my current branch is the main or master branch, create a new branch with relevant name and prefix (choose from: "feat/", "fix/", "chore/", "refactor/") before creating the draft PR.

スコア

総合スコア

45/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

レビュー

💬

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