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.
git status
git diff main...HEAD
git log main..HEAD --oneline
Ignore all commit messages — only look at the diff.
Draft PR using the template from .github/PULL_REQUEST_TEMPLATE.md if it exists.
Create the PR:
gh pr create --title "Short title under 70 chars" --body "$(cat <<'EOF'
## TLDR;
...
## What Does This Do?
...
## Brief Details?
...
## How Do The Tests Prove The Change Works?
...
EOF
)"