fix
Fixing
Unified skill for fixing issues of any complexity with intelligent routing.
Arguments
--auto- Activate autonomous mode (default)--review- Activate human-in-the-loop review mode--quick- Activate quick mode--parallel- Activate parallel mode: route to parallelfullstack-developeragents per issue
Workflow
Step 1: Mode Selection
First action: If there is no "auto" keyword in the request, use AskUserQuestion to determine workflow mode:
| Option | Recommend When | Behavior |
|---|---|---|
| Autonomous (default) | Simple/moderate issues | Auto-approve if score >= 9.5 & 0 critical |
| Human-in-the-loop Review | Critical/production code | Pause for approval at each step |
| Quick | Type errors, lint, trivial bugs | Fast debug → fix → review cycle |
See references/mode-selection.md for AskUserQuestion format.
Step 2: Debug
- Activate
debugskill. - Guess all possible root causes.
- Spawn multiple
Exploresubagents in parallel to verify each hypothesis. - Create report with all findings for the next step.
Step 3: Complexity Assessment & Fix Implementation
Classify before routing. See references/complexity-assessment.md.
| Level | Indicators | Workflow |
|---|---|---|
| Simple | Single file, clear error, type/lint | references/workflow-quick.md |
| Moderate | Multi-file, root cause unclear | references/workflow-standard.md |
| Complex | System-wide, architecture impact | references/workflow-deep.md |
| Parallel | 2+ independent issues OR --parallel flag |
Parallel fullstack-developer agents |
Step 4: Fix Verification & Prevent Future Issues
- Read and analyze all the implemented changes.
- Spawn multiple
Exploresubagents to find possible related code for verification. - Make sure these fixes don't break other parts of the codebase.
- Prevent future issues by adding comprehensive validation.
Step 5: Finalize (MANDATORY - never skip)
- Report summary: confidence score, changes, files
docs-managersubagent → update./docsif changes warrant (NON-OPTIONAL)TaskUpdate→ mark all Claude Tasks complete- Ask user if they want to commit via
git-managersubagent
IMPORTANT: Skill/Subagent Activation Matrix
See references/skill-activation-matrix.md for complete matrix.
Always activate: debug (all workflows)
Conditional: problem-solving, sequential-thinking, brainstorm, context-engineering
Subagents: debugger, researcher, planner, code-reviewer, tester, Bash
Parallel: Multiple Explore agents for scouting, Bash agents for verification
Output Format
Unified step markers:
✓ Step 0: [Mode] selected - [Complexity] detected
✓ Step 1: Root cause identified - [summary]
✓ Step 2: Fix implemented - [N] files changed
✓ Step 3: Tests [X/X passed]
✓ Step 4: Review [score]/10 - [status]
✓ Step 5: Complete - [action taken]
References
Load as needed:
references/mode-selection.md- AskUserQuestion format for modereferences/complexity-assessment.md- Classification criteriareferences/workflow-quick.md- Quick: debug → fix → reviewreferences/workflow-standard.md- Standard: full pipelinereferences/workflow-deep.md- Deep: research + brainstorm + planreferences/review-cycle.md- Review logic (autonomous vs HITL)references/skill-activation-matrix.md- When to activate each skillreferences/parallel-exploration.md- Parallel Explore/Bash subagents patterns
Specialized Workflows:
references/workflow-ci.md- GitHub Actions/CI failuresreferences/workflow-logs.md- Application log analysisreferences/workflow-test.md- Test suite failuresreferences/workflow-types.md- TypeScript type errorsreferences/workflow-ui.md- Visual/UI issues (requires design skills)
More from hotriluan/alkana-dashboard
frontend-design
Create polished frontend interfaces from designs/screenshots/videos. Use for web components, 3D experiences, replicating UI designs, quick prototypes, immersive interfaces, avoiding AI slop.
19ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
3frontend-dev-guidelines
Build React/TypeScript frontends with modern patterns. Use for components, Suspense, lazy loading, useSuspenseQuery, MUI v7 styling, TanStack Router, performance optimization.
3copywriting
Conversion copywriting formulas, headline templates, email copy patterns, landing page structures, CTA optimization, and writing style extraction. Activate for writing high-converting copy, crafting headlines, email campaigns, landing pages, or applying custom writing styles from assets/writing-styles/ directory.
3ui-styling
Style UIs with shadcn/ui components (Radix UI + Tailwind CSS). Use for accessible components, themes, dark mode, responsive layouts, design systems, color customization.
3media-processing
Process media with FFmpeg (video/audio), ImageMagick (images), RMBG (AI background removal). Use for encoding, format conversion, filters, thumbnails, batch processing, HLS/DASH streaming.
3