ワンクリックで
review
Review code changes, diffs, or files for correctness, architecture, security, quality, testing, and dependency risks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes, diffs, or files for correctness, architecture, security, quality, testing, and dependency risks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fetch and read web pages using Lightpanda headless browser, or automate full browser interactions using agent-browser. Use when you need to read articles, documentation, any web content, or interact with web pages.
Fetch transcripts from YouTube videos for summarization and analysis.
Create an implementation spec and/or execution plan for a task. Self-discovers context before asking questions, then writes to docs/specs/ and/or docs/exec-plans/active/.
Grilling session that challenges a plan against the existing domain model, sharpens terminology, and updates documentation (`CONTEXT.md`, `CONTEXT-MAP.md`, ADRs) inline as decisions crystallize. Use when the user wants to stress-test a plan against the repo's language and documented decisions.
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Sets up repo-local methodology docs so shared engineering skills know this repo's issue tracker, triage label vocabulary, and domain doc layout. Run before first use of `grill-with-docs`, `zoom-out`, `improve-codebase-architecture`, future issue-workflow skills, or whenever those skills appear to be missing repo-local context.
| name | review |
| description | Review code changes, diffs, or files for correctness, architecture, security, quality, testing, and dependency risks. |
Use this skill when asked to review code changes, a diff, staged work, a branch comparison, or specific files.
references/report-format.md. Group findings by lens and omit empty sections.| Lens | Use when reviewing for | Reference |
|---|---|---|
| Architecture | boundaries, coupling, abstraction fit, pattern drift | references/lenses/architecture.md |
| Correctness | logic errors, edge cases, state handling, failure modes | references/lenses/correctness.md |
| Security | trust boundaries, auth, secrets, unsafe input handling | references/lenses/security.md |
| Quality | clarity, maintainability, docs, observability, accessibility | references/lenses/quality.md |
| Testing | missing coverage, weak assertions, regression gaps | references/lenses/testing.md |
| Dependencies | new packages, version bumps, supply-chain and maintenance risk | references/lenses/dependencies.md |