بنقرة واحدة
pr
Generate PR description and automatically create pull request on GitHub
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate PR description and automatically create pull request on GitHub
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Helps discover, evaluate, and install agent skills using the `gh skill` command (GitHub CLI). Use when the user asks "is there a skill for X", "find a skill that does Y", "how do I do X" where X might already exist as a skill, or expresses interest in extending agent capabilities.
Prepare topics for the next 1on1 session based on past logs and pending items.
Create a new 1on1 session note in Obsidian vault with person selection.
Summarize recent 1on1 sessions for a specific person from Obsidian vault.
Creates git commits with well-formatted messages. Checks for .gitmessage template in project root and follows its format, otherwise uses conventional commits. Analyzes existing commit history to match tone and style.
計画やデザインについて、共通理解に達するまでユーザーに徹底的にインタビューし、意思決定ツリーの各分岐を解決する。
| name | pr |
| description | Generate PR description and automatically create pull request on GitHub |
| disable-model-invocation | true |
| allowed-tools | Bash(gh:*), Bash(git:*) |
git statusgit diff master...HEADgit log --oneline master..HEADBased on the provided option, perform one of the following actions:
gh pr create --draft with the generated title and descriptiongit push -u origin <current-branch>gh pr create --draft with the generated title and descriptiongh pr edit --body <description>Generate the PR description and create the pull request automatically.