with one click
create-pr
Create a PR
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a PR
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Review code changes on the current branch or a given PR/branch. Use when the user asks for a code review, wants feedback on a diff, or wants to check changes for security, quality, or bugs.
Analyze metrics, logs, or other data in Datadog. Use this skill when investigating issues or handling incidents
Collaborative thinking partner that explores complex problems through questioning rather than jumping to solutions. Use when the user wants to think through a topic, brainstorm, or have a discussion.
Debug and fix CI failures from a PR link. Fetches failing job/step logs from GitHub Actions or CircleCI, identifies the root cause, then proposes and applies a fix. Use when the user provides a PR URL and wants to investigate and fix CI failures.
Summarizes things into Obsidian Vault. Use when user mentions "document" or "obsidian".
| name | create-pr |
| description | Create a PR |
| allowed-tools | ["Bash(git switch *)","Bash(git symbolic-ref *)","Bash(sed *)","Bash(git status *)","Bash(git add *)","Bash(git commit *)","Bash(git push *)"] |
git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'git switch -c <branch-name> <default-branch-name>git add <files-to-add>git commit -m <commit-message>git push -u origin HEADgh pr create --title "{replace with actual PR Title}" --body "{replace with actual PR description}" --base {replace with confirmed base branch} --draft
.github.com/pull_request_template.md if available