tools debugging Skills
Discover the best skills in this category.
explore
by yonatangross
Deep codebase exploration with parallel specialized agents. Use when exploring a repo, finding files, or discovering arc...
render-optimization
by yonatangross
React render performance patterns including React Compiler integration, memoization strategies, TanStack Virtual, and De...
run-tests
by yonatangross
Comprehensive test execution with parallel analysis and coverage reporting. Use when running test suites or troubleshoot...
biome-linting
by yonatangross
Biome 2.0+ linting and formatting for fast, unified code quality. Includes type inference, ESLint migration, CI integrat...
unity-scene-optimizer
by Dev-GOM
Analyzes scenes for performance bottlenecks (draw calls, batching, textures, GameObjects). Use when optimizing scenes or...
investigation-patterns
by takeokunn
This skill should be used when the user asks to "investigate code", "analyze implementation", "find patterns", "understa...
testing-patterns
by takeokunn
This skill should be used when the user asks to "write tests", "test strategy", "coverage", "unit test", "integration te...
execution-workflow
by takeokunn
This skill should be used when the user asks to "execute task", "implement feature", "delegate work", "run workflow", "r...
c-ecosystem
by takeokunn
This skill should be used when working with C projects, "C11", "C17", "C23", "Makefile", "gcc", "clang", "valgrind", "ge...
react-best-practices
by ahonn
Guide React development with best practices from react.dev and Vercel Engineering. Use when reviewing code, debugging pe...
smgrep
by can1357
Semantic code search using natural language queries. Use when users ask "where is X implemented", "how does Y work", "fi...
autoskill
by AI-Unleashed
Analyze coding sessions to detect corrections and preferences, then propose targeted improvements to Skills used in the...
debugging-with-tools
by withzombies
Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to fin...
analyzing-test-effectiven...
by withzombies
Use to audit test quality with Google Fellow SRE scrutiny - identifies tautological tests, coverage gaming, weak asserti...
root-cause-tracing
by withzombies
Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just sym...
Detect common technical and organizational anti-patterns in proposals, architectures, and plans. Use when strategic-cto-...
analytics-audit
by spences10
Audit local analytics for bot traffic, referrer spam, and data quality. Use when investigating discrepancies between Fat...
webapp-testing
by bobmatnyc
Automated webapp testing with Playwright. Server management, UI testing, visual debugging, and reconnaissance-first appr...
mpm-postmortem
by bobmatnyc
Analyze session errors and suggest improvements
systematic-debugging
by bobmatnyc
Methodical debugging instead of random changes
root-cause-tracing
by bobmatnyc
Systematically trace bugs backward through call stack to find original trigger
ui-preview
by ampcode
Preview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of story...
ast-grep
by ampcode
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases...