create-pr
Installation
SKILL.md
Create PR Skill v7.0.0
Platform-agnostic automated PR workflow:
- Analyze code changes and detect logic changes (functions/classes + file stats)
- Auto-generate Issue + PR titles and descriptions
- Auto-commit with DCO sign-off (
Signed-off-by) - Auto-push
- Auto-create Issue (optional, via API)
- Auto-create PR with Issue linkage (
Fixes #id)
Quick Start
1) Configure Token (one time, for API features)
The script supports multiple platforms via configuration:
# For GitCode/GitLab
git config --global gitcode.token "your_token"