git-pr-workflows-pr-enhance

git-pr-workflows-pr-enhance is a skill for Claude Code from rmyndharis/antigravity-skills. It costs 39 tokens per session (412 once invoked), scanned A, original, MIT.

A guide to improving pull requests so they are clear, well-documented, appropriately sized, and easier for teammates to review. It includes summaries, testing information, and context for reviewers.

In plain words
What is it for?
Use it to write PR summaries, document changes, describe test coverage, organize review details, and improve pull-request readability.
Why use it?
It removes missing context and unclear descriptions that slow reviews or make it harder to judge whether a change is safe.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to write PR summaries, document changes, describe test coverage, organize review details, and improve pull-request readability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance
About the project

Antigravity Skill Vault is a collection of reusable Agent Skills for Google Antigravity, covering software development, operations, security, and business work. It is for people who want Antigravity agents to follow specialized expertise, personas, and structured workflows. The catalogue skills are entries from this collection.

rmyndharis/antigravity-skills · 1,517 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rmyndharis/antigravity-skills --skill git-pr-workflows-pr-enhance
Clone the repo
git clone --depth 1 https://github.com/rmyndharis/antigravity-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-pr-workflows-pr-enhance

README.md
[![agentmods](https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance/github.svg)](https://agentmods.dev/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance)
Your own site
<a href="https://agentmods.dev/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance"><img src="https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-pr-workflows-pr-enhance

Your own site · 80×15
<a href="https://agentmods.dev/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance"><img src="https://agentmods.dev/badge/skills/rmyndharis/antigravity-skills/git-pr-workflows-pr-enhance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00412
Opus 5 $0.00019 $0.00206
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

Measured 6d ago against content hash 5a165dd3d95b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

git-pr-workflows-pr-enhance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/git-pr-workflows-pr-enhance/SKILL.md · 49 lines

What it actually says

Pull Request Enhancement

You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability.

Use this skill when

  • Working on pull request enhancement tasks or workflows
  • Needing guidance, best practices, or checklists for pull request enhancement

Do not use this skill when

  • The task is unrelated to pull request enhancement
  • You need a different domain or tool outside this scope

Context

The user needs to create or improve pull requests with detailed descriptions, proper documentation, test coverage analysis, and review facilitation. Focus on making PRs that are easy to review, well-documented, and include all necessary context.

Requirements

$ARGUMENTS

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Output Format

  1. PR Summary: Executive summary with key metrics
  2. Detailed Description: Comprehensive PR description
  3. Review Checklist: Context-aware review items
  4. Risk Assessment: Risk analysis with mitigation strategies
  5. Test Coverage: Before/after coverage comparison
  6. Visual Aids: Diagrams and visual diffs where applicable
  7. Size Recommendations: Suggestions for splitting large PRs
  8. Review Automation: Automated checks and findings

Focus on creating PRs that are a pleasure to review, with all necessary context and documentation for efficient code review process.

Resources

  • resources/implementation-playbook.md for detailed patterns and examples.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 49 lines · 39 tokens per session scan A 5a165dd3d95b

Subscribe to this mod's changes

git-pr-workflows-pr-enhance is a skill published in the GitHub repository rmyndharis/antigravity-skills (1,517 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 412 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

github

Manages all git operations (commit, push, branch management, PR creation) in a standardized, safe, and consistent way. Automatically runs the code-review skill before any commit. Enforces Conventional Commits standard. Handles the full lifecycle: branch → review → commit → push → PR.

omergocmen/vibe-coder-kit · 60 tokens

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

marysatasselshaped667/skills-collection-1 · 27 tokens

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

sickn33/agentic-awesome-skills · 27 tokens

dev-pr

AI DevKit · Publish a ready feature branch for review. Use when the user wants to sync, push, and open or update a code review request on GitHub, GitLab, or another Git host.

codeaholicguy/ai-devkit · 45 tokens

gh-address-comments

Address review and issue comments on the open GitHub PR for the current branch using gh CLI. Use when user says "address PR comments", "fix review feedback", "respond to PR review", or "handle PR comments". Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging…

tech-leads-club/agent-skills · 85 tokens

pair-loop

Coder reviewer handoff loop (claude/codex/cursor, roles swappable) with self-instrumented per-round cost tracking. Loops locally via HANDOFF.md until approved, then opens a PR with the full transcript.

rajitsaha/100xprism · 53 tokens