원클릭으로
pr-description
Draft a pull request description using the project's PR template
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft a pull request description using the project's PR template
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a new WILDS WDL module for a bioinformatics tool following project conventions
Create a new WILDS WDL pipeline that combines existing modules into a workflow
Add a new test data download task to the ww-testdata module for use in module/pipeline testruns
Run WDL linting on a WILDS module or pipeline and fix any issues found
Run the testrun.wdl for a WILDS module or pipeline using sprocket or miniwdl
| 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:
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.