tools debugging Skills
Discover the best skills in this category.
analyze-simd-usage
by mvillmow
Analyze SIMD usage opportunities in Mojo code. Use to find performance optimization opportunities.
benchmark-functions
by mvillmow
Measure function performance and compare implementations. Use when optimizing critical code paths.
suggest-optimizations
by mvillmow
Identify performance optimization opportunities. Use when improving code efficiency.
generate-fix-suggestions
by mvillmow
Generate fix suggestions based on error patterns and best practices. Use when analyzing failures to get actionable remed...
calculate-coverage
by mvillmow
Measure test coverage and identify untested code. Use when assessing test completeness.
check-memory-safety
by mvillmow
Check Mojo code for memory safety issues (ownership violations, use-after-free, etc.). Use to catch memory bugs.
detect-code-smells
by mvillmow
Identify code quality issues and anti-patterns. Use when reviewing code for maintainability problems.
test-diff-analyzer
by mvillmow
Analyze test differences between runs to identify flaky tests and consistency issues. Use to find tests that fail interm...
profile-code
by mvillmow
Measure execution time and memory usage of code. Use when analyzing performance characteristics.
scan-vulnerabilities
by mvillmow
Detect security vulnerabilities in code and dependencies. Use when auditing security.
quality-coverage-report
by mvillmow
Generate test coverage reports showing which code paths are tested. Use to identify untested code and improve test cover...
mojo-memory-check
by mvillmow
Verify memory safety in Mojo code including ownership, borrowing, and lifetime management. Use when reviewing code or de...
gemini
by ssdeanx
Execute Gemini CLI for AI-powered code analysis and generation. Use when you need to leverage Google's Gemini models for...
debugging-troubleshooting...
by JosiahSiegel
Comprehensive bash script debugging and troubleshooting techniques for 2025
react-testing
by JosiahSiegel
Complete React testing system. PROACTIVELY activate for: (1) Vitest/Jest setup and configuration, (2) React Testing Libr...
react-performance
by JosiahSiegel
Complete React performance optimization system. PROACTIVELY activate for: (1) React.memo and memoization, (2) useMemo an...
python-gotchas
by JosiahSiegel
Complete Python gotchas reference. PROACTIVELY activate for: (1) Mutable default arguments, (2) Mutating lists while ite...
python-fundamentals-313
by JosiahSiegel
Complete Python 3.13+ fundamentals system. PROACTIVELY activate for: (1) Python 3.13 free-threading (no-GIL), (2) JIT co...
react-hooks-complete
by JosiahSiegel
Complete React hooks reference system. PROACTIVELY activate for: (1) useState and useReducer patterns, (2) useEffect and...
developer-growth-analysis
by kofttlcc
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement,...
webapp-testing
by kofttlcc
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functional...
langsmith-fetch
by kofttlcc
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavi...
rubycritic-code-quality-a...
by esparkman
Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportun...
debug-a-graphics-problem
by pevans
Enable an agent to debug graphics problems