ワンクリックで
run-code-review
Perform a high-fidelity code review of the workspace or staged changes based on generated instructions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Perform a high-fidelity code review of the workspace or staged changes based on generated instructions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Initializes the workspace with self-evolving reviews configurations, templates, prompts, and report directories.
Audits the codebase and updates the root README.md to reflect the latest status, architectures, and guidelines.
Analyzes the codebase context to regenerate all workspace-specific review prompts using meta-prompts.
Perform a full-spectrum architectural audit of the system architecture, dependencies, and patterns.
Audits and harmonizes all configuration layers (GEMINI.md, Skills, docs, MCP servers) to resolve inconsistencies.
Updates documentation and guides, verifying the feature implementation before marking it complete.
| name | run-code-review |
| description | Perform a high-fidelity code review of the workspace or staged changes based on generated instructions. |
Performs a high-fidelity code review of the workspace based on the workspace-tailored review prompt. Produces a graded report with actionable recommendations.
Review the detailed, workspace-specific instructions in docs/prompts/code-review-prompt.md.
[!NOTE] If the file contains only a placeholder/disclaimer (i.e.,
/generate-review-promptshas not been run yet), stop and instruct the user to run/generate-review-promptsfirst to generate the workspace-specific prompt.
Execute the instructions in docs/prompts/code-review-prompt.md. Focus on:
as any type assertions and suggest proper type augmentationsSave the full review output to a new timestamped file:
docs/reports/code-review/code-review-report-{YYYY-MM-DD}.md
code-review-report-{YYYY-MM-DD}-{HH-MM}.md.Keep only the 5 most recent reports in docs/reports/code-review/.
docs/reports/archive/.Include a grading matrix (1–10) for:
For each item in the Recommended Actions table, specify the optimal Execution Environment (IDE vs. Application vs. CLI) according to the Antigravity 2.0 decision matrix.