en un clic
create-pr
Create a PR
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create a PR
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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 availableReview 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".