ワンクリックで
code-cleanup
Automated code cleanup for linting, formatting, and dead code removal
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated code cleanup for linting, formatting, and dead code removal
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Full autonomous execution from idea to working code. Handles the full lifecycle - requirements, planning, parallel implementation, QA cycling, and multi-perspective validation.
Web browser automation for testing and data extraction
Self-improvement from development sessions
Automated documentation generation and maintenance
Token-efficient execution modifier. Optimizes droid routing to prefer simpler, cheaper tiers while maintaining quality.
Git expertise for atomic commits, rebasing, and history analysis
| name | code-cleanup |
| description | Automated code cleanup for linting, formatting, and dead code removal |
| user-invocable | true |
Automated code cleanup and maintenance for improved code quality.
// Before
const x= 1;
// After
const x = 1;
import { a } from './a';
import { b } from './b';
import { z } from 'external';
function add(a: number, b: number): number {
return a + b;
}
/code-cleanup to invoke this skill.