بنقرة واحدة
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.