ワンクリックで
generate-readme
Audits the codebase and updates the root README.md to reflect the latest status, architectures, and guidelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audits the codebase and updates the root README.md to reflect the latest status, architectures, and guidelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Initializes the workspace with self-evolving reviews configurations, templates, prompts, and report directories.
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.
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-readme |
| description | Audits the codebase and updates the root README.md to reflect the latest status, architectures, and guidelines. |
Analyzes the current workspace and regenerates the README.md to reflect the latest tech stack, features, and developer context.
Review the workspace-tailored instructions in docs/prompts/readme-generation-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.
Scan the workspace to gather:
package.json[!IMPORTANT] Source of Truth Principle: All documentation must be driven by what exists in the codebase — not by what the AI remembers from conversation. Verify all version numbers, file paths, and tech references against actual source files before writing.
Create a comprehensive README.md following the workspace-tailored prompt template.
Always include:
If a hybrid or native mobile app is detected (e.g., Capacitor, React Native, or another mobile framework), include a Mobile App section covering:
Overwrite the README.md file in the project root with the newly generated content.
Show the user a summary of the updated README structure (section headings and line count).