create-pr
Create Sentry-Style Pull Requests
Pull request descriptions often miss the context reviewers need. This skill helps Claude, Codex, or Claude Code prepare concise PRs with Sentry-style titles, rationale, and reviewer guidance.
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/davila7-create-pr.md and its manifest at https://skillstore.io/api/skills/davila7-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 PR for my completed Slack notification branch.
Expected outcome:
A concise feature PR title, a description explaining why threaded notifications help, and a GitHub CLI command ready for confirmation.
Using "create-pr". Draft a PR body for this null response bug fix.
Expected outcome:
A bug fix description that explains the crash, the null handling change, and the issue reference without adding a test checklist.
Using "create-pr". Help me request the right reviewers for this change.
Expected outcome:
A recommendation to keep reviewers limited, plus a GitHub CLI reviewer command when specific users or teams are known.
Security Audit
SafeStatic analysis flagged Markdown backticks, shell examples, and documentation links, but the skill is a transparent pull request workflow guide. I found no prompt injection, credential access, data exfiltration, or hidden command execution beyond user-visible git and GitHub CLI examples.
Risk Factors
โ๏ธ External commands (25)
๐ Network access (2)
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/davila7-create-pr/audits/13?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-create-pr?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-create-pr?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-create-pr/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-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
davila7. (2026). create-pr security audit report (audit version 13) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-create-pr/audits/13BibTeX citation
@techreport{davila7-davila7-create-pr-2026,
author = {davila7},
title = {create-pr security audit report (audit version 13)},
institution = {Skillstore},
year = {2026},
number = {13},
url = {https://skillstore.io/skills/davila7-create-pr/audits/13},
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 13)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/davila7-create-pr/audits/13"
identifiers:
- type: other
value: "skillstore:davila7-create-pr:audit:13"
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
Draft a feature pull request that explains motivation, scope, and reviewer context before opening it.
Standardize Bug Fix Reviews
Create a bug fix PR with a clear failure explanation, issue reference, and focused review guidance.
Coach New Contributors
Help contributors follow team PR conventions without memorizing title formats and description rules.
Try These Prompts
Use the create-pr skill to inspect my branch and draft a Sentry-style pull request.
Use the create-pr skill to analyze my diff and propose the PR title and body before running gh pr create.
Use the create-pr skill to create a bug fix PR for this branch. Include the relevant issue reference and explain the user impact.
Use the create-pr skill to create a PR that highlights risky areas, alternatives considered, and specific files reviewers should inspect closely.
Best Practices
- Commit and review all branch changes before asking the skill to create the PR.
- Include the issue or ticket reference so the PR description has business context.
- Review the generated title and body before allowing commands that publish the PR.
Avoid
- Do not use it to bundle unrelated fixes into one pull request.
- Do not ask it to skip branch status or diff review before PR creation.
- Do not add long test-plan checklists when your team convention excludes them.