원클릭으로
update-pr-description
Update the PR's title and description to accurately reflect the changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update the PR's title and description to accurately reflect the changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show a sorted list of incomplete tasks from TODO.md.
Interactively walk through and address PR review comments one at a time. Accepts an optional PR number argument; defaults to the current branch's PR.
Review a pull request for issues and feedback.
Deep PR review that runs `code-review:code-review` and `pr-review-toolkit` agents in parallel, then hands off to `review-pr` for fix or post.
Use when working with Jira or Confluence from command line, including authentication, searching issues with JQL, bulk operations, sprint reports, or creating/updating work items using acli
Update project documentation based on recent changes and current codebase state.
| name | update-pr-description |
| description | Update the PR's title and description to accurately reflect the changes. |
| when_to_use | Use when the user says 'update pr description', 'fix the pr title', 'update the PR body', 'rewrite pr description', 'the pr description is wrong', 'update pr details', or any variation of wanting to refresh or correct a pull request's title or description. |
| disable-model-invocation | true |
Update the PR's title and description to accurately reflect the changes.
gh pr view --json title,body,commits,filesgh pr diff[] (e.g., [Build], [Azure Function]), preserve it exactly and only update the rest of the title.[]:
e.g., "[Azure Function] Add feature"pull_request_template.md.github/pull_request_template.mddocs/pull_request_template.md"[joke here]" — Claude 🤖 If the existing PR description already has a joke, keep the existing one.
gh pr view --json body --jq .body > "$(mktemp)"gh pr edit PR_NUMBER --title "..." --body-file <temp-file>gh pr edit PR_NUMBER --title "..." --body "..."