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