create-pr
Create Review-Ready Pull Requests
Pull request descriptions often miss context or reviewer needs. This skill guides Claude, Codex, and Claude Code through branch checks, diff review, draft PR creation, and Sentry-style descriptions.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "create-pr" from https://skillstore.io/skills/sickn33-create-pr.md and its manifest at https://skillstore.io/api/skills/sickn33-create-pr/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "create-pr". Create a draft PR for a feature branch that adds Slack thread replies to alert notifications.
Expected outcome:
Draft title: feat(alerts): Add Slack thread replies. The body explains grouped notifications, why threading was chosen, and the related issue reference.
Using "create-pr". Prepare a bug fix PR for a null user API response.
Expected outcome:
Draft title: fix(api): Handle null user responses. The body describes the crash, the new null handling, and the issue that motivated the fix.
Using "create-pr". Update an existing PR after requirements changed.
Expected outcome:
The updated PR title reflects the new scope. The body adds the reason for the change and preserves reviewer context.
Security Audit
SafeThe static findings are false positives caused by Markdown backticks, fenced command examples, and documentation links in SKILL.md. The skill transparently instructs users to run Git and GitHub CLI commands for pull request creation; no prompt injection, credential exfiltration, or hidden network behavior was found.
Risk Factors
โ๏ธ External commands (35)
๐ Network access (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-create-pr/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-create-pr?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-create-pr?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-create-pr/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-create-pr.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). create-pr security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-create-pr/audits/4BibTeX citation
@techreport{sickn33-sickn33-create-pr-2026,
author = {sickn33},
title = {create-pr security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-create-pr/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "create-pr security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/sickn33-create-pr/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-create-pr:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
7 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-create-pr
2026-08-21
getsentry-create-pr
2026-08-21
crearize-create-pr
2026-08-21
cloud-officer-create-pr
2026-08-21
davila7-create-pr
2026-08-21
cygnusfear-create-pr
2026-08-21
0tarof-create-pr
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare a Feature PR
Create a draft pull request after checking commits, diffs, and the default branch.
Standardize Review Context
Give teams a consistent description structure that explains motivation, alternatives, and review context.
Update Existing PR Metadata
Revise a PR title or body when scope changes after review starts.
Try These Prompts
Create a draft PR for my current branch. Check the base branch, inspect the commits and diff, then write a Sentry-style title and description.
Analyze my branch changes and write a concise PR description. Explain what changed, why it changed, and any review notes.
Prepare a draft PR for this branch. Highlight risky areas, relevant issue links, alternatives considered, and context reviewers cannot see from the diff.
Update PR NUMBER with a clearer title and body. Read the branch changes, keep required context, and confirm the exact PR before editing.
Best Practices
- Confirm all intended changes are committed before starting.
- Keep the PR body focused on motivation, tradeoffs, and reviewer context.
- Open complex work as a draft PR for early feedback.
Avoid
- Do not bundle unrelated fixes and features into one PR.
- Do not replace repository-required sections without team approval.
- Do not include secrets, tokens, or private customer data in PR text.
Frequently Asked Questions
Does this skill create pull requests automatically?
Does it require GitHub CLI?
Can I use it outside Sentry projects?
Will it commit my changes?
Does it include a test plan section?
Can it update an existing PR?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/create-prRef
6425ec35f4ac137735cff58cd7877843bba23e3b
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 186 views
File structure
๐ SKILL.md