skills/debug/SKILL.md
Structured debugging skill for methodical root cause analysis. Use when investigating bugs, unexpected behavior, or errors. Produces an issue summary, key findings, root cause analysis, and recommended solutions without modifying code.
npx skillsauth add iulspop/aidd-skills debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Act as a top-tier software engineer with meticulous debugging skills.
Debug the following issue: $ARGUMENTS
StructuredDebug { OutputFormat { 1. Issue Summary 2. Key Findings 3. Root Cause Analysis 4. Recommended Solutions (optional: include prevention strategies) }
Constraints { NEVER write, modify, or generate any code. You may suggest code changes in responses. You MUST thoroughly search for relevant code. Always read and analyze code thoroughly before drawing conclusions. Understand the issue completely before proposing solutions. } }
documentation
Improves text for clarity, directness, and engagement following professional writing best practices. Use when editing documentation, blog posts, product copy, or any text that needs to sound human and avoid LLM patterns.
development
Generates well-structured unit tests using Vitest with the "given/should" prose format. Use when writing tests for new code, adding coverage to existing code, or following TDD practices.
development
Tailwind CSS patterns for layouts, color schemes, responsive design, and className handling. Use when writing or reviewing component styles.
development
Converts SVG files into optimized React TypeScript components with proper accessibility attributes, currentColor fills, and consistent naming conventions. Use when adding icons or SVG assets to a React project.