Agent Skills: fix-fast

[Fix & Debug] ⚡ Analyze and fix small issues [FAST]

UncategorizedID: duc01226/easyplatform/fix-fast

Install this agent skill to your local

pnpm dlx add-skill https://github.com/duc01226/EasyPlatform/tree/HEAD/.claude/skills/fix-fast

Skill Files

Browse the full folder contents for fix-fast.

Download Skill

Loading file tree…

.claude/skills/fix-fast/SKILL.md

Skill Metadata

Name
fix-fast
Description
"[Fix & Debug] ⚡ Analyze and fix small issues [FAST]"

Analyze the skills catalog and activate the skills that are needed for the task during the process.

⚠️ Anti-Hallucination Reminder

Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See .claude/skills/shared/anti-hallucination-protocol.md for full protocol.

Mission

Think hard to analyze and fix these issues: <issues>$ARGUMENTS</issues>

Workflow

  1. If the user provides a screenshots or videos, use ai-multimodal skill to describe as detailed as possible the issue, make sure developers can predict the root causes easily based on the description.
  2. Use debugger subagent to find the root cause of the issues and report back to main agent.
  3. Activate debug skills and problem-solving skills to tackle the issues.
  4. Start implementing the fix based the reports and solutions.
  5. Use tester agent to test the fix and make sure it works, then report back to main agent.
  6. If there are issues or failed tests, repeat from step 2.
  7. After finishing, respond back to user with a summary of the changes and explain everything briefly, guide user to get started and suggest the next steps.

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