ワンクリックで
cleanup
Clean up code in current branch - simplify, remove AI artifacts, challenge decisions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Clean up code in current branch - simplify, remove AI artifacts, challenge decisions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Produce a read-only code review report from a diff. Runs parallel reviewers, folds their findings through adjudication and humanization, and saves the report under docs/superpowers/reviews/. Shadows the built-in /review command.
Save session context to ferrex before context clear
Delete ferrex memories by ID
Search ferrex memory
Audit ferrex memory health
Store in ferrex memory (no args = session summary, with args = store that info)
| name | cleanup |
| description | Clean up code in current branch - simplify, remove AI artifacts, challenge decisions |
Review and clean up all added/changed code in the current git branch compared to main.
Steps:
git diff main...HEAD to see all changesRemove:
Simplify:
Make Idiomatic:
Check Consistency:
Security Review:
Performance:
Error Handling:
Naming:
Dependencies:
Challenge: