ワンクリックで
theme-review
[pr-review-focus-area: Theming & Tokens] Review design token usage, dark/light mode implementation, and styling consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
[pr-review-focus-area: Theming & Tokens] Review design token usage, dark/light mode implementation, and styling consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Research a work item, draft an implementation plan, and begin work after approval.
Guided one-shot install — discover installed plugins (or help install new ones), pick install scope, calibrate risk tolerance into a concrete allowlist + hooks, scaffold or merge CLAUDE.md, and sanity-check the result.
Finalize work — commit via /commit, push, and create PRs on feature branches.
Reviewer-side PR workflow — checks out the branch in a worktree, runs focus-area reviews plus a senior-engineering pass, optionally cross-checks against an autonomous reviewer, and posts inline findings only on explicit approval. Read-only — never edits, commits, or pushes.
Fetch PR review comments, classify by severity and confidence, and fix the selected subset.
Triage CVE and SBOM scanner output (Trivy, Grype, Snyk, Docker Scout, Dependabot) into a ranked, deduplicated action list.
| name | theme-review |
| description | [pr-review-focus-area: Theming & Tokens] Review design token usage, dark/light mode implementation, and styling consistency. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Read","Grep","Glob"] |
Review code for correct usage of the project's design token system and theme implementation.
/theme-review — reviews changed files for theme and styling issues.
Read CLAUDE.md to identify the project's design token system (CSS variables, theme config, token file locations).
#fff, rgb(...), hsl(...)) in component styles. Use semantic tokens from the project's design system.isDark ? 'color-a' : 'color-b' in component code.dark: prefix classes) if the project uses CSS variable-based theming instead of utility-class dark mode.List findings per file with the specific hardcoded value and the recommended token. Provide a summary count.