con un clic
pr-description
Draft a pull request description using the project's PR template
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Draft a pull request description using the project's PR template
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Identify and remediate CVEs in WILDS Docker images
Create a new Docker image for a bioinformatics tool
Update an existing WILDS Docker image to a new version
Basado en la clasificación ocupacional SOC
| name | pr-description |
| description | Draft a pull request description using the project's PR template |
| argument-hint | ["optional branch or description context"] |
| allowed-tools | Bash, Read, Glob, Grep |
Generate a PR description following the project's PR template at .github/PULL_REQUEST_TEMPLATE.md.
.github/PULL_REQUEST_TEMPLATE.md to get the template formatgit log --oneline main..HEAD to see all commits on the current branchgit diff --stat main..HEAD to understand what files changedFill in the PR template sections based on the changes:
make lint, make build_amd64, make validate)Present the draft PR description inside a single markdown code block (```markdown ... ```) so the user can easily copy the raw markdown directly into GitHub. Do NOT render it as formatted text outside a code block. Do NOT create any git commits or push to GitHub.