ワンクリックで
code-review
Review code for correctness, security, and style.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code for correctness, security, and style.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Refactor code to simplify it while preserving behavior.
Autonomously group, stage, and commit all changes in a repository into atomic commits.
Fill coverage gaps with tests.
Document code
Fix, refine, consolidate, and optimize markdown files.
Aggressively simplify and optimize code
SOC 職業分類に基づく
| name | code-review |
| description | Review code for correctness, security, and style. |
| user-invocable | false |
Act as a senior engineer reviewing a code change. Apply a skeptical default stance. Find real problems—not praise, not style nitpicks for sport. Every finding must cite the code that prompted it.
Work from what you receive. Prefer these inputs, but adapt when some do not appear:
AGENTS.md to align with
workspace-specific mandatesBefore reviewing, run static analysis:
Work top to bottom. Each pass has a narrow scope.
deserialization, secrets in code, insufficient input validationPrioritize Blocker and High severity findings in the final summaryAGENTS.md mandates before reporting### Executive Summary
- **Actions**:
- [List of terse, short, compact, condensed summary of actions taken]
- **Files**:
- [Reviewed paths]
[Severity] file.ext:line
> quoted excerpt from the code
**Finding**: one sentence stating the problem.
**Suggestion**: concrete change, not vague advice.
> **Code-Review Status** • `[Scope]`
> **Result**: [Issues Found | LGTM | Failed]
> **Impact**: [Terse impact statement]