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
Instructions
Related skills
More from pipecat-ai/pipecat
docstring
Document a Python module and its classes using Google style
62changelog
Create changelog files for important commits in a PR
50update-docs
Update documentation pages to match source code changes on the current branch
32pr-submit
Create and submit a GitHub PR from the current branch
29code-review
Automated code review for pull requests using multiple specialized agents
28