원클릭으로
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).