pr-description
Installation
SKILL.md
Update a GitHub pull request description based on the changes in the PR.
Arguments
/pr-description <PR_NUMBER> [--fixes <ISSUE_NUMBERS>]
PR_NUMBER(required): The pull request number to update--fixes(optional): Comma-separated issue numbers that this PR fixes (e.g.,--fixes 123,456)
Examples:
/pr-description 3534/pr-description 3534 --fixes 123/pr-description 3534 --fixes 123,456,789