pr
Installation
SKILL.md
Pull Request
Create pull requests with proper templates and metadata.
Requirements
- PR should use the PR template of the current repository
- Assignee is automatically set by CI (random CODEOWNER)
- Labels are automatically applied by CI based on changed files
Issue Detection
If the branch name contains an issue number (e.g., feat/123-add-feature,
fix/45-parser-crash), extract it and fetch the issue details:
gh issue view <number> --json title,body,labels