ワンクリックで
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: