create-pr
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.
About this skill
The `create-pr` skill serves as a compatibility alias within the `antigravity-awesome-skills` collection, specifically within the `antigravity-awesome-skills-claude` plugin. Its core function is to capture and redirect user requests that explicitly use the name "create-pr" or reference a legacy skill name. Instead of duplicating logic, it efficiently channels these requests to the canonical `sentry-skills:pr-writer` workflow. This ensures that AI agents can seamlessly handle older prompts or user habits while centralizing the actual Pull Request creation and editing logic in a single, well-maintained skill. By using this alias, agents can effectively manage code contributions and maintain backward compatibility without overhead.
Best use case
To ensure backward compatibility when users, or legacy systems, explicitly request a pull request creation using the `create-pr` identifier. It serves as an entry point for PR creation, which then delegates to the more comprehensive `sentry-skills:pr-writer` skill.
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.
Successful initiation of the Pull Request writing and editing workflow, as defined and executed by the `sentry-skills:pr-writer` skill. The AI agent will either present prompts for PR details or directly generate a PR based on available context, consistent with the canonical workflow.
Practical example
Example input
Hey AI, can you create-pr for my latest changes in the `feature/new-button` branch?
Example output
Understood. I will initiate the Pull Request creation process using the `sentry-skills:pr-writer` workflow. Please provide details such as the base branch, title, description, and any reviewers you'd like to add, or I can infer them from the context if available.
When to use this skill
- Use this skill when an AI agent receives a user prompt asking to "create a PR" and the agent's internal mapping or user intent matches the `create-pr` skill name. It is particularly useful when migrating from an older system that referenced a skill named `create-pr` and you want to maintain functionality without rewriting existing prompts, or as a robust entry point that delegates to a more specialized PR management skill.
When not to use this skill
- When directly accessing the most up-to-date and feature-rich Pull Request creation workflow, it is recommended to invoke `sentry-skills:pr-writer` directly. If the goal is to only write or edit specific parts of an existing PR, rather than initiating a new one, the canonical skill `sentry-skills:pr-writer` might offer more granular options directly.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/create-pr/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How create-pr Compares
| Feature / Agent | create-pr | Standard Approach |
|---|---|---|
| Platform Support | Claude | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is designed for Claude.
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Alias: create-pr This skill name is kept for compatibility. ## When to Use - The user explicitly asks for `create-pr` or refers to the legacy skill name. - You need to redirect pull request creation work to the canonical `sentry-skills:pr-writer` workflow. - 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`.
Related Skills
create-branch
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.
n8n-expression-syntax
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
mermaid-expert
Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling.
mcp-builder-ms
Use this skill when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
makepad-deployment
CRITICAL: Use for Makepad packaging and deployment. Triggers on: deploy, package, APK, IPA, 打包, 部署, cargo-packager, cargo-makepad, WASM, Android, iOS, distribution, installer, .deb, .dmg, .nsis, GitHub Actions, CI, action, marketplace
macos-menubar-tuist-app
Build, refactor, or review SwiftUI macOS menubar apps that use Tuist.
kaizen
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
issues
Interact with GitHub issues - create, list, and view issues.
hugging-face-tool-builder
Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool.
git-pushing
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes ("push this", "commit and push"), mentions saving work to remote ("save to github", "push to remote"), or completes a feature and wants to share it.
git-hooks-automation
Master Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint. Automate code quality gates, formatting, linting, and commit message enforcement before code reaches CI.
gh-review-requests
Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".