fix
npx skills add https://github.com/duc01226/easyplatform --skill fix
Agent 安装分布
Skill 文档
Analyze issues and route to specialized fix command: $ARGUMENTS
Decision Tree
1. Check for existing plan:
- If markdown plan exists â
/code <path-to-plan>
2. Route by issue type:
A) Type Errors (keywords: type, typescript, tsc, type error)
â /fix-types
B) UI/UX Issues (keywords: ui, ux, design, layout, style, visual, button, component, css, responsive)
â /fix-ui <detailed-description>
C) CI/CD Issues (keywords: github actions, pipeline, ci/cd, workflow, deployment, build failed)
â /fix-ci <github-actions-url-or-description>
D) Test Failures (keywords: test, spec, jest, vitest, failing test, test suite)
â /fix-test <detailed-description>
E) Log Analysis (keywords: logs, error logs, log file, stack trace)
â /fix-logs <detailed-description>
F) Multiple Independent Issues (2+ unrelated issues in different areas)
â /fix-parallel <detailed-description>
G) Complex Issues (keywords: complex, architecture, refactor, major, system-wide, multiple components)
â /fix-hard <detailed-description>
H) Simple/Quick Fixes (default: small bug, single file, straightforward)
â /fix-fast <detailed-description>
Notes
detailed-description= enhanced prompt describing issue in detail- If unclear, ask user for clarification before routing
- Can combine routes: e.g., multiple type errors + UI issue â
/fix-parallel
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed