create-pr
Redirects legacy PR creation requests to the standard repository workflow.
Install
mkdir -p .claude/skills/create-pr-tjsndhu && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17741" && unzip -o skill.zip -d .claude/skills/create-pr-tjsndhu && rm skill.zipInstalls to .claude/skills/create-pr-tjsndhu
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.Key capabilities
- →Redirect to the canonical PR writing workflow
- →Handle requests for 'create-pr' or legacy skill names
- →Ensure consistent pull request creation processes
- →Execute the same workflow as `sentry-skills:pr-writer`
- →Manage the writing or updating of pull requests
How it works
This skill acts as an alias, redirecting any invocation of 'create-pr' or its legacy name to the `sentry-skills:pr-writer` workflow. It ensures that the canonical process for pull request creation is followed.
Inputs & outputs
When to use create-pr
- →Creating pull requests
- →Updating PR descriptions
About this skill
Alias: create-pr
This skill name is kept for compatibility.
When to Use
- The user explicitly asks for
create-pror refers to the legacy skill name. - You need to redirect pull request creation work to the canonical
sentry-skills:pr-writerworkflow. - The task is specifically about writing or updating a pull request rather than general git operations.
Use sentry-skills:pr-writer as the canonical skill for creating and editing pull requests.
If invoked via create-pr, run the same workflow and conventions documented in sentry-skills:pr-writer.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
When not to use it
- →When the task is not related to creating or updating pull requests
- →When general git operations are required
- →When the user does not explicitly ask for 'create-pr' or its legacy name
Limitations
- →The skill is an alias for `sentry-skills:pr-writer`
- →The skill is only for creating or editing pull requests
How it compares
This skill serves purely as a compatibility layer, ensuring that older or alternative invocations of the PR creation command are routed to a single, standardized workflow, unlike a direct PR creation tool.
Compared to similar skills
create-pr side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| create-pr (this skill) | 0 | 2mo | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 4mo | Review | Intermediate |
| openspec-onboard | 10 | 5mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TJSNDHU
View all by TJSNDHU →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices