원클릭으로
fix-errors
Fix all ESLint and TypeScript errors with parallel processing using snipper agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix all ESLint and TypeScript errors with parallel processing using snipper agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Complete SaaS ideation to implementation workflow - from idea discovery to task breakdown
Run structured APEX implementation (Analyze, Plan, Execute, eXamine) with parallel agents, tests, adversarial review, and proof-backed verification. Use for features, bug fixes, or code changes that need disciplined execution and real-flow evidence.
Deep iterative research using progressive flow psychology (diverge-analyze-converge-execute) with parallel agents, skeptical analysis, and multi-perspective synthesis. Use for thorough topic exploration, decision-making research, or when you need battle-tested conclusions.
Automated CI/CD pipeline fixer - watches CI, fixes errors locally, commits, and loops until green. Use when CI is failing and you want to automatically fix and verify changes.
Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use.
| name | fix-errors |
| description | Fix all ESLint and TypeScript errors with parallel processing using snipper agents |
| allowed-tools | Bash(pnpm :*), Bash(tsc :*), Bash(npm :*), Read, Task, Grep |
| disable-model-invocation | true |
| allow_implicit_invocation | false |
Fix all ESLint and TypeScript errors by breaking them into areas and processing in parallel.
DISCOVER COMMANDS: Check package.json for exact script names
lint, typecheck, type-check, tsc, eslint, prettier, formatRUN DIAGNOSTICS:
pnpm run lint (or equivalent)pnpm run typecheck or tsc --noEmitANALYZE ERRORS:
CREATE ERROR AREAS:
Area 1: [file1, file2, file3, file4, file5]PARALLEL PROCESSING: Launch snipper agents for each area
VERIFICATION: Re-run diagnostics after fixes
FORMAT CODE: Apply Prettier (if available)
pnpm run format or equivalentFix all ESLint and TypeScript errors in these files:
[list of files with their specific errors]
Focus only on these files. Make minimal changes to fix errors while preserving functionality.
User: $ARGUMENTS