This skill frames a code review request with scope, risks, artifacts, and reviewer instructions.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add alo-exp/silver-bullet --skill silver:review-request --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Silver:Review Request?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/alo-exp-silver-review-request-e3235dfd)More formats (shields.io, HTML) on the badges page.
---
name: silver:review-request
description: This skill frames a code review request with scope, risks, artifacts, and reviewer instructions.
argument-hint: "<review scope>"
version: 0.1.0
---
# /silver:review-request - Review Framing
SB-owned review framing defines scope, risk, evidence, and blocker criteria
before review begins.
## Output
Write or update the review request section in `.planning/REVIEW.md`.
## Process
1. Display `SILVER BULLET > REVIEW REQUEST`.
2. Identify changed files, intended behavior, non-goals, high-risk areas,
tests run, and artifacts to inspect.
3. State reviewer focus areas:
- correctness and regressions;
- security and privacy;
- test gaps;
- maintainability and architecture;
- docs and operational impact.
4. Include known tradeoffs and constraints so reviewers do not rediscover them.
5. Explicitly list what would block ship.
## Exit Gate
The request is complete when a reviewer can start without asking what changed,
why it changed, what to test, or what risk matters most.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!