一键导入
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 页面并帮你完成安装。
基于 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.
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.
| 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: