create-pr
Installation
SKILL.md
Create Pull Request
Create a PR with proper conventions: local verification, Conventional Commits title, a templated body, and an optional linked ticket. This skill is language- and framework-agnostic — substitute your project's actual build, lint, test, and format commands where examples are shown.
Prerequisites
Before starting, verify:
- Current branch has commits not on the base branch (
git log origin/<base-branch>..HEAD --oneline) - Branch is pushed to remote (
git push -u origin HEADif not) - No uncommitted changes that should be included (
git status)
Workflow
1. Understand the Changes
Run in parallel:
git log origin/<base-branch>..HEAD --oneline
git diff origin/<base-branch>..HEAD --stat
Related skills
More from factory-ai/factory-plugins
no-use-effect
>-
283human-writing
|
126simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
90frontend-design
|
85security-review
Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.
73visual-design
|
71