بنقرة واحدة
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 "..."