pr-review-skill web-review.instructions.md

pr-review-skill web-review.instructions.md is an instructions file for GitHub Copilot from junyoung2015/pr-review-skill. It costs 208 tokens per session, scanned A, original, MIT.

Repository-specific instructions for reviewing the web-v2 application.

In plain words
What is it for?
Use them when reviewing web-v2 changes involving React hooks, Next.js server actions, API schemas, asynchronous operations, project boundaries, accessibility, or tests.
Why use it?
They direct reviewers toward production risks such as unsafe React behavior, broken authentication or server actions, missing error handling, accessibility regressions, and contract mismatches.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/junyoung2015/pr-review-skill/web-review
Clone the repo
git clone --depth 1 https://github.com/junyoung2015/pr-review-skill

Made for: GitHub Copilot.

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 pr-review-skill web-review.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/junyoung2015/pr-review-skill/web-review.svg)](https://agentmods.dev/instructions/junyoung2015/pr-review-skill/web-review)
Your own site
<a href="https://agentmods.dev/instructions/junyoung2015/pr-review-skill/web-review"><img src="https://agentmods.dev/badge/instructions/junyoung2015/pr-review-skill/web-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 208 This file is loaded in full into every session.
When invoked 208 The same file — it is already loaded in full.
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 $0.00208 $0.00208
Opus 5 $0.00104 $0.00104
Sonnet 5 $0.00042 $0.00042
Haiku 4.5 $0.00021 $0.00021

Measured 5d ago against content hash 14a6269606a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pr-review-skill web-review.instructions.md 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.

.github/instructions/web-review.instructions.md · 13 lines

What it actually says

For apps/web-v2 reviews, focus on issues that matter in production:

  • Verify React hooks are safe: dependency arrays, stale closures, useWatch vs watch, and concurrent actions.
  • Check Next.js server actions, auth/session flows, and schema-driven API calls for contract drift. If a request body adds a field, confirm the generated schema/types were updated too.
  • Look for missing null guards, loading states, and error handling around async data and mutations.
  • Pay attention to FSD boundaries and public API exports. Shared utilities should not be hidden inside feature/view files if reused or cross-cutting.
  • Accessibility matters: icon-only controls need labels, semantic structure should remain intact, and keyboard behavior should not regress.
  • Test feedback should target real gaps only. Prefer missing assertions, missing error-path coverage, or commented-out test files over minor test style nits.
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 · 13 lines · 208 tokens per session scan A 14a6269606a3

Subscribe to this mod's changes

pr-review-skill web-review.instructions.md is an instructions file published in the GitHub repository junyoung2015/pr-review-skill (4 stars, last pushed 5mo ago), licensed MIT. It adds 208 tokens to every session, about $0.0010 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 instructions, from other repositories

SeekMoney-ai CLAUDE.md

Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.

zykooooooooo/SeekMoney-ai · 2,178 tokens

sentry-instrumentation AGENTS.md

Instructions for tortastudios/sentry-instrumentation, covering agents guide — sentry-instrumentation, what this repo is, this repo has no "skill registry", if you're a codex agent asked to install this skill and skill-enable block (copy into consumer agents.md).

tortastudios/sentry-instrumentation · 1,038 tokens

Cerebro AGENTS.md

Instructions for AgenticFirst/Cerebro, covering cerebro — agent context, read before touching integrations, project layout, conventions a fresh agent would otherwise miss and running locally.

AgenticFirst/Cerebro · 1,287 tokens

critical-thinking AGENTS.md

Instructions for Johna2an/critical-thinking, covering agents.md, repo map, install (for a user asking "should i install this?"), working in this repo and running an eval round.

Johna2an/critical-thinking · 731 tokens

idd-skill idd-resume.instructions.md

Instructions for kurone-kito/idd-skill, covering idd — resume phase, required inputs, step 0 — route classifier, operator-present release and step 1 — identify claim state.

kurone-kito/idd-skill · 3,747 tokens

hometax-doum AGENTS.md

AGENTS.md instructions for lbiz-partners/hometax-doum, covering claude.md — hometax-doum 개발 규칙 (하네스와 쌍), 규칙 ↔ 강제 장치 and 운용 메모.

lbiz-partners/hometax-doum · 1,202 tokens