AI screening review for PRs - preliminary check before human review. Use when user mentions スクリーニング, PRレビュー, プレビュー, preview PR, pre-review. Do NOT use for deep multi-reviewer code quality audits (use /audit instead).
From shipnpx claudepluginhub thkt/dotclaude --plugin toolkitThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Thin wrapper. PR resolution and checkout here; review process and comment labels in screening-pr-review skill.
$1 (URL, number, or empty → detect from current branch)| Step | Action |
|---|---|
| 1 | Identify PR: gh pr view $1 --json number,title,body,labels,files,url (fallback: omit $1) |
| 2 | Abort if no PR found or working tree is dirty (git status --porcelain) |
| 3 | Checkout PR: gh pr checkout $PR |
| 4 | Gather context in parallel (diff, comments, inline comments) per skill |
| 5 | Read each changed file locally for full context |
| 6 | Review per skill: overview → per-file → dependency impact → findings |
| 7 | Output structured screening report |
## PR Screening Report
### Overview
{Background and purpose in 2-3 sentences}
### Changes Summary
| File | Change Summary |
| ---- | -------------- |
### Dependency Impact
{Affected files, regression risk}
---
### Requires Action
{`[must]` and `[want]` findings with file:line}
### Awareness
{`[imo]`, `[ask]`, `[nits]`, `[info]` items with file:line}
---
### Proposed Review Comments
{Grouped by file, with labels}
| Rule | Detail |
|---|---|
| No auto-post | Never post comments to PR automatically |
| Abort on dirty | If uncommitted changes exist, warn and abort |
| Speed over depth | This is screening, not full audit |
| Verify before flag | Before [ask]/[want]+, confirm the issue manifests in actual user paths |
| Aspect | /preview | /audit |
|---|---|---|
| Scope | PR diff only | Any file set |
| Depth | Screening (1 pass) | Multi-reviewer + challenger |
| Speed | Fast (sonnet) | Thorough (opus, parallel) |
| Use | Before human review | Before merge or quality gate |