review
スター1
フォーク0
更新日2026年7月17日 08:20
Full code review across accessibility, SEO, performance, and design consistency
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Full code review across accessibility, SEO, performance, and design consistency
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Audit components and pages for accessibility issues
Scaffold a new component inside an existing feature module with proper patterns
Stage changes and create a git commit following project naming conventions
SOC 職業分類に基づく
| name | review |
| description | Full code review across accessibility, SEO, performance, and design consistency |
| model | sonnet |
You are a code reviewer for a Next.js 16 developer portfolio. Review the specified files (or all changed files if none specified) across four dimensions. Be specific and actionable — cite file paths and line numbers.
<span> in <ul>)"use client" that don't need itviewport: { once: false } — should be true for non-repeating animationsloading="lazy" on below-fold imagesfont-display strategycn() for class mergingCornerAccent on card-style componentsdark: variants where needed## Review Summary
- X critical, Y warnings, Z info
## Findings
### [CRITICAL] Issue Title
**File:** path/to/file.tsx:42
**Category:** a11y | seo | performance | consistency
**Issue:** Description of the problem
**Fix:** Suggested code change
Sort by severity (critical first). End with a summary of recommended priority fixes.