create-pr
How to Install
This skill comes from a community source. Check the original listing for install instructions.
General Claude Code install: copy SKILL.md to ~/.claude/skills/
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.
Details
| Category | Productivity → Workflow |
| Source | community |
| Stars | N/A |
| Risk Level | N/A |
Related Skills
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpo
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the wor
iterate-pr
Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or c
address-github-comments
Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CL