Agent skill · Security

pr

Use when reviewing an incoming GitHub pull request — runs the multi-level (L1-L5) audit against the PR's real diff range, posts findings as one batched review (inline, summary, or local-only), offers the standard fix chain on NEEDS_FIX, and optionally merges. The maintainer-side counterpart to /hyperflow:issue. Trigger with /hyperflow:pr, "review PR #N", "review this pull request <url>", "audit the PR", "check this contribution".

jeremylongshoregithub.com/jeremylongshoreGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill pr --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadWriteEditBash(git:*)Bash(gh:*)GlobGrepAgentSkillAskUserQuestion
Requires: Claude Code, Codex, OpenCode, Antigravity (needs gh CLI + git remote); Desktop/web via pasted diff (lossy)
Path: plugins/ai-agency/hyperflow/skills/pr/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,596
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PR GitHub-native **inbound** review: point it at a pull request and the existing L1-L5 audit machinery runs over the PR's real code — then the verdict flows back to GitHub as one batched review, behind a gate. This skill owns ingestion, the untrusted-code boundary, posting, and the merge exit; the review itself is [`/hyperflow:audit`](../audit/SKILL.md) unchanged. The outbound counterpart is [`/

More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the pr skill do?

Use when reviewing an incoming GitHub pull request — runs the multi-level (L1-L5) audit against the PR's real diff range, posts findings as one batched review (inline, summary, or local-only), offers the standard fix chain on NEEDS_FIX, and optionally merges. The maintainer-side counterpart to /hyperflow:issue. Trigger with /hyperflow:pr, "review PR #N", "review this pull request <url>", "audit the PR", "check this contribution".

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill pr --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going