Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts Create-PR Alias Redirect to PR Writer

agent operations skill risk: low

Create-PR Alias Redirect to PR Writer

Defines an alias skill named create-pr that redirects requests to the sentry-skills:pr-writer workflow when users ask for create-pr or reference the legacy name.

SKILL 1 file

SKILL.md
---
name: antigravity-awesome-skills-create-pr-13e84b0e
description: "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."
---
# 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`.

## 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.

REQUIRED CONTEXT

  • user explicitly asks for create-pr or references legacy skill name

ROLES & RULES

  1. Redirect pull request creation work to the canonical sentry-skills:pr-writer workflow.
  2. Use sentry-skills:pr-writer as the canonical skill for creating and editing pull requests.
  3. If invoked via create-pr, run the same workflow and conventions documented in sentry-skills:pr-writer.
  4. Use this skill only when the task clearly matches the scope described above.
  5. Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  6. Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

EXPECTED OUTPUT

Format
unknown
Constraints
  • redirect to sentry-skills:pr-writer
  • stop and ask for clarification if inputs missing

SUCCESS CRITERIA

  • Redirect to sentry-skills:pr-writer when user asks for create-pr or legacy name
  • Apply only to tasks about writing or updating a pull request

CAVEATS

Dependencies
  • sentry-skills:pr-writer workflow and conventions
Missing context
  • Details or summary of the canonical pr-writer workflow
  • Expected inputs or parameters for the redirected skill
Ambiguities
  • References 'sentry-skills:pr-writer' and its workflow without providing or linking the actual steps or conventions.

QUALITY

OVERALL
0.64
CLARITY
0.82
SPECIFICITY
0.68
REUSABILITY
0.55
COMPLETENESS
0.52

IMPROVEMENT SUGGESTIONS

  • Add a one-sentence summary of what sentry-skills:pr-writer does so the alias can stand alone.
  • Specify the exact trigger phrases or user inputs that should activate the redirect.

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT