Pr summarizer
npx -y skills add kuntal-r-d/my-skills --skill pr-summarizerAssembled 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
- Fetch the PR with
gh pr view <number> --json title,body,files. - Group changes by directory.
- 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. -->