원클릭으로
cleanup
Review changed files for reuse, quality, and efficiency, then fix issues found.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review changed files for reuse, quality, and efficiency, then fix issues found.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reference for creating and configuring OCI container stacks using the mix.nix oci-stacks NixOS module. Use when writing virtualisation.oci-stacks definitions, Docker container orchestration in NixOS, or working with container networking/systemd integration.
Project-agnostic adversarial code review. Reads the project's conventions first (CLAUDE.md, AGENTS.md, comment-style, manifest), then dispatches a six-scope swarm of agents in parallel — Architecture Fit, Reuse, Idiom Compliance, Quality, Efficiency, Comment Style — and collapses all findings into a single severity- sorted card list. Use when users ask to "critically review", "critique", "find issues in", "what's wrong with", or "review this PR / diff / code". Severity tiers: Blocking, Required, Suggestion.
Toph's code commenting conventions and label system. Use whenever writing, reviewing, or generating code in any language — JavaScript, TypeScript, Svelte, Rust, Python, Go, Java, Nix, CSS, shell, fish, yuck, anything. Governs how comments are formatted and labeled. Trigger for any code generation, review, refactor, or file creation. Even when the user doesn't mention comments explicitly, follow these conventions.
Create a conventional commit from currently staged git changes. Use when the user wants to commit staged work without modifying files. Inspect the staged diff, write an appropriate conventional commit message, attempt the commit once, and stop immediately if it fails.
Expert Fish shell configuration including config files, functions, abbreviations, prompts, environment variables, and scripting. Use when setting up Fish, creating aliases/functions, writing Fish scripts, configuring prompts, or migrating from bash. Keywords: fish shell, fish config, alias, abbr, function, prompt, fish script, config.fish, autoload.
NeoForge 1.21.1 API and modding reference database. Consult this when working in a NeoForge project and you're uncertain about API specifics, method signatures, registration patterns, correct class names, JSON formats, or NeoForge-patched behaviors. Also consult when the user explicitly asks you to check the NeoForge docs. This is not needed for general knowledge you're already confident about -- only when you'd benefit from verifying details against the official documentation.
| name | cleanup |
| description | Review changed files for reuse, quality, and efficiency, then fix issues found. |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use the agent tool to launch all three agents concurrently in a single message. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize what was fixed (or confirm the code was already clean).