원클릭으로
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 직업 분류 기준
| 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.
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.