github-resume-assistant: Skill for Claude Code

.claude/skills/review-pr/SKILL.md

review-pr is a skill for Claude Code from justomsharma/github-resume-assistant. It costs 51 tokens per session (440 once invoked), scanned A, original, MIT.

A pull-request review checklist for checking proposed code changes before they are merged into the main branch. A pull request is a request for teammates to review and add a branch’s changes to the shared codebase.

In plain words
What is it for?
Use it to inspect a PR’s description and diff, report specific file-and-line findings, and decide whether to approve it or request changes.
Why use it?
It provides a final check for bugs, unnecessary scope, coding-rule violations, missing tests, and unclear code before merging.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is justomsharma/github-resume-assistant's own configuration. It tells Claude Code how to work on github-resume-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything github-resume-assistant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to justomsharma/github-resume-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/justomsharma/github-resume-assistant/main/.claude/skills/review-pr/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/justomsharma/github-resume-assistant

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 review-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/justomsharma/github-resume-assistant/review-pr.svg)](https://agentmods.dev/skills/justomsharma/github-resume-assistant/review-pr)
Your own site
<a href="https://agentmods.dev/skills/justomsharma/github-resume-assistant/review-pr"><img src="https://agentmods.dev/badge/skills/justomsharma/github-resume-assistant/review-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 440 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00051 $0.00440
Opus 5 $0.00026 $0.00220
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

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

Security

Grade A, and why

review-pr 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 5d 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.

.claude/skills/review-pr/SKILL.md · 50 lines

What it actually says

review-pr

Review a PR before it merges. Follow docs/GIT_WORKFLOW.md. Review as a skeptic, even on your own PR — it catches bugs and builds the exact habit that impresses senior engineers.

Get the diff

gh pr view <number>
gh pr diff <number>

Review dimensions (in order)

  1. Correctness — Does it do what the PR says? Trace edge cases, especially the empty-GitHub path. Any bug, missed branch, or wrong assumption?
  2. Scope — Stays within one ROADMAP item? Any creep or unrelated changes?
  3. Practices (CODING_PRACTICES.md) — Types, error handling, no secrets, core/ free of MCP imports, no dead code?
  4. Tests (TESTING.md) — Adequate coverage? External calls mocked? Empty-GitHub case tested where relevant?
  5. Clarity — Could someone else maintain this in six months?

Leave findings

  • Specific and actionable: file:line + the problem + a suggested fix.
  • Be direct and kind. Distinguish must-fix (correctness, secrets, tests) from nits.

Decision

  • Request changes if correctness, secrets, or tests fail → send the author back to /plan-first or /implement as appropriate.
  • Approve only when correctness holds and tests pass.

Merge

  • Squash-merge to keep main history clean (GIT_WORKFLOW.md).
  • Confirm the ROADMAP.md checkbox is ticked if the item is complete.

Handoff

This is the end of the chain. After merge, the next unit of work starts fresh at /plan-first.

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. 5d ago First seen · 50 lines · 51 tokens per session scan A 95d3e7485033

Subscribe to this mod's changes

review-pr is a skill published in the GitHub repository justomsharma/github-resume-assistant (0 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 440 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories