원클릭으로
generate-review-prompts
Analyzes the codebase context to regenerate all workspace-specific review prompts using meta-prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyzes the codebase context to regenerate all workspace-specific review prompts using meta-prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Perform a full-spectrum architectural audit of the system architecture, dependencies, and patterns.
Perform a high-fidelity code review of the workspace or staged changes based on generated instructions.
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.
SOC 직업 분류 기준
| name | generate-review-prompts |
| description | Analyzes the codebase context to regenerate all workspace-specific review prompts using meta-prompts. |
This skill reads all meta-prompt files from docs/prompts/_meta/ and executes each one to regenerate the corresponding workspace-tailored review prompt. Run this after setting up a new workspace or after making changes to the meta-prompts themselves.
List all markdown files in docs/prompts/_meta/. Verify the following meta-prompts are present:
| Meta Prompt File | Target Output File |
|---|---|
optimize-code-review.md | docs/prompts/code-review-prompt.md |
optimize-spring-cleaning.md | docs/prompts/spring-cleaning-prompt.md |
optimize-readme.md | docs/prompts/readme-generation-prompt.md |
optimize-architecture-review.md | docs/prompts/architecture-review.md |
optimize-feature-complete.md | docs/prompts/feature-complete.md |
optimize-feature-plan.md | docs/prompts/feature-plan-prompt.md |
If any meta-prompt is missing, warn the user and skip only that target.
For each meta-prompt file found:
[!NOTE] The meta-prompts are independent of each other. Parallelizing their execution is encouraged for efficiency when possible.
After executing all meta-prompts:
Report to the user: