agentsclimarketplace

Pr summarizer

Skill kuntal-r-d/my-skills/skills/pr-summarizer

Install
npx -y skills add kuntal-r-d/my-skills --skill pr-summarizer

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

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 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

Summarizes GitHub pull requests into a changelog-friendly bullet list. Use when the user asks to summarize a PR, generate release notes, or describe diffs.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.0 KB, as published. Nobody here has run it

PR Summarizer

When to use

Activate when the user mentions "summarize PR", "release notes", or pastes a PR URL.

Steps

  1. Fetch the PR with gh pr view <number> --json title,body,files.
  2. Group changes by directory.
  3. Produce 3–7 bullets in the imperative mood.

Examples

Input: PR #42 touching src/auth/ Output:

  • Add OAuth refresh-token rotation
  • ...

See references/STYLE.md for tone guidance.

<!-- Use the conventional folders the spec recognizes: scripts/ for executable helpers (Python, Bash, JS), references/ for deeper docs the agent loads on demand, and assets/ for templates or data files. Reference them with relative paths like scripts/extract.py from inside SKILL.md. -->

Keep looking

Skills are one crate of 328,083. 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.