Guided pull request creation that enforces repository templates and safety standards.
Works with
Enforces branch safety with critical checks to prevent commits and pushes to main
Locates and applies repository-specific PR templates from .github/ directories, supporting multiple template variants
Guides description drafting with template structure preservation, checklist completion, and issue linking
Includes preflight validation via npm run preflight to catch build, lint, and test failures b
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpr-creatorExecute the skills CLI command in your project's root directory to begin installation:
Fetches pr-creator from google-gemini/gemini-cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate pr-creator. Access via /pr-creator in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
100.4K
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
100.4K
stars
This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards.
Follow these steps to create a Pull Request:
Branch Management: CRITICAL: Ensure you are NOT working on the
main branch.
git branch --show-current.main, you MUST create and switch to a new
descriptive branch:
git checkout -b <new-branch-name>
Commit Changes: Verify that all intended changes are committed.
git status to check for unstaged or uncommitted changes.main.
git add .
git commit -m "type(scope): description"
Locate Template: Search for a pull request template in the repository.
.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/),
ask the user which one to use or select the most appropriate one based on
the context (e.g., bug_fix.md vs feature.md).Read Template: Read the content of the identified template file.
Draft Description: Create a PR description that strictly follows the template's structure.
[x] if completed. If an item
is not applicable, leave it unchecked or mark as [ ] (depending on the
template's instructions) or remove it if the template allows flexibility
(but prefer keeping it unchecked for transparency).Preflight Check: Before creating the PR, run the workspace preflight script to ensure all build, lint, and test checks pass.
npm run preflight
If any checks fail, address the issues before proceeding to create the PR.
Push Branch: Push the current branch to the remote repository.
CRITICAL SAFETY RAIL: Double-check your branch name before pushing.
NEVER push if the current branch is main.
# Verify current branch is NOT main
git branch --show-current
# Push non-interactively
git push -u origin HEAD
Create PR: Use the gh CLI to create the PR. To avoid shell escaping
issues with multi-line Markdown, write the description to a temporary file
first.
# 1. Write the drafted description to a temporary file
# 2. Create the PR using the --body-file flag
gh pr create --title "type(scope): succinct description" --body-file <temp_file_path>
# 3. Remove the temporary file
rm <temp_file_path>
feat(ui): add new button,
fix(core): resolve crash).main. This is your highest priority.Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
pr-creator has been reliable in day-to-day use. Documentation quality is above average for community skills.
pr-creator fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
pr-creator has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: pr-creator is the kind of skill you can hand to a new teammate without a long onboarding doc.
Solid pick for teams standardizing on skills: pr-creator is focused, and the summary matches what you get after install.
I recommend pr-creator for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: pr-creator is focused, and the summary matches what you get after install.
pr-creator reduced setup friction for our internal harness; good balance of opinion and flexibility.
pr-creator is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added pr-creator from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 62