一键导入
run-spring-cleaning
Run a Spring Cleaning analysis to find dead code, unused dependencies, and outdated logic, generating a timestamped report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a Spring Cleaning analysis to find dead code, unused dependencies, and outdated logic, generating a timestamped report.
用 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.
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.
| name | run-spring-cleaning |
| description | Run a Spring Cleaning analysis to find dead code, unused dependencies, and outdated logic, generating a timestamped report. |
Performs a comprehensive Spring Cleaning analysis of the workspace, identifying dead code, orphaned files, unused dependencies, and stale patterns. Generates a timestamped report and applies the retention policy.
Review the workspace-tailored instructions in docs/prompts/spring-cleaning-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.
Execute the instructions found in docs/prompts/spring-cleaning-prompt.md in full. Adhere to the following constraints:
skills/ directory as dead code.git log --oneline -n 10 -- <filepath>
git log --since="6 months ago" --oneline -- <filepath>
Save the full analysis output to a new timestamped file:
docs/reports/spring-cleaning/spring-cleaning-report-{YYYY-MM-DD}.md
spring-cleaning-report-{YYYY-MM-DD}-{HH-MM}.md.Keep only the 3 most recent reports in docs/reports/spring-cleaning/.
docs/reports/archive/.Summarize key findings and confirm the report location to the user. Include: