agentsclimarketplace

Pr description

Skill vaibhavsaxena022/skills/pr-description

AI-agent skills for software engineering — works with Claude Code, Codex, Cursor

Install
npx -y skills add vaibhavsaxena022/skills --skill pr-description

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a structured pull-request description from the diff between the current branch and its base. Use when opening a PR or when asked to write a PR description. Produces Summary, Changes, Testing, and Risks sections.

SKILL.md

1.4 KB, 236 tokens by cl100k_base, as published. Nobody here has run it

PR Description

Write a clear, reviewer-friendly pull-request description from the branch's changes.

Steps

  1. Determine the base branch (usually main). Run:
    • git log <base>..HEAD --oneline — the commits in scope
    • git diff --stat <base>...HEAD — the files touched
  2. Read the actual diff of the most significant files to understand intent, not just lines.
  3. Produce these sections:
    ## Summary
    1–3 sentences: what this PR does and why.
    
    ## Changes
    - grouped by area/module, behavior-focused
    
    ## Testing
    - tests added/updated, and manual verification steps
    
    ## Risks / Rollout
    - DB migrations, new env vars, config, backward-compat, feature flags
    

Rules

  • Describe behavior and intent — not a file-by-file dump.
  • Explicitly call out DB migrations, breaking changes, and new environment variables.
  • Keep it skimmable. If the branch name references an issue, link it; don't invent one.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.