mit einem Klick
create-pr
Create a PR
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create a PR
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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