Documentation
README
Auto-update PR description and labels from changes
Overview
A command that automatically updates Pull Request descriptions and labels. Analyzes Git changes to generate and set appropriate descriptions and labels.
Usage
/pr-auto-update [options] [PR number]
Options
--pr <number>: Specify target PR number (automatically detected from current branch if omitted)--description-only: Update only the description (keep labels unchanged)--labels-only: Update only labels (keep description unchanged)--dry-run: Show generated content without making actual updates--lang <language>: Specify language (en)
Basic Examples
This is the opening of the README. Read the full README on GitHub.