TopRank Skills

tools debugging Skills

Discover the best skills in this category.

close tools debugging close Sort: Stars
Showing 9258 results
mvillmow

analyze-simd-usage

by mvillmow

star 13

Analyze SIMD usage opportunities in Mojo code. Use to find performance optimization opportunities.

mvillmow

benchmark-functions

by mvillmow

star 13

Measure function performance and compare implementations. Use when optimizing critical code paths.

mvillmow

suggest-optimizations

by mvillmow

star 13

Identify performance optimization opportunities. Use when improving code efficiency.

mvillmow

generate-fix-suggestions

by mvillmow

star 13

Generate fix suggestions based on error patterns and best practices. Use when analyzing failures to get actionable remed...

mvillmow

calculate-coverage

by mvillmow

star 13

Measure test coverage and identify untested code. Use when assessing test completeness.

mvillmow

check-memory-safety

by mvillmow

star 13

Check Mojo code for memory safety issues (ownership violations, use-after-free, etc.). Use to catch memory bugs.

mvillmow

detect-code-smells

by mvillmow

star 13

Identify code quality issues and anti-patterns. Use when reviewing code for maintainability problems.

mvillmow

test-diff-analyzer

by mvillmow

star 13

Analyze test differences between runs to identify flaky tests and consistency issues. Use to find tests that fail interm...

mvillmow

profile-code

by mvillmow

star 13

Measure execution time and memory usage of code. Use when analyzing performance characteristics.

mvillmow

scan-vulnerabilities

by mvillmow

star 13

Detect security vulnerabilities in code and dependencies. Use when auditing security.

mvillmow

quality-coverage-report

by mvillmow

star 13

Generate test coverage reports showing which code paths are tested. Use to identify untested code and improve test cover...

mvillmow

mojo-memory-check

by mvillmow

star 13

Verify memory safety in Mojo code including ownership, borrowing, and lifetime management. Use when reviewing code or de...

ssdeanx

gemini

by ssdeanx

star 13

Execute Gemini CLI for AI-powered code analysis and generation. Use when you need to leverage Google's Gemini models for...

JosiahSiegel

debugging-troubleshooting...

by JosiahSiegel

star 13

Comprehensive bash script debugging and troubleshooting techniques for 2025

JosiahSiegel

react-testing

by JosiahSiegel

star 13

Complete React testing system. PROACTIVELY activate for: (1) Vitest/Jest setup and configuration, (2) React Testing Libr...

JosiahSiegel

react-performance

by JosiahSiegel

star 13

Complete React performance optimization system. PROACTIVELY activate for: (1) React.memo and memoization, (2) useMemo an...

JosiahSiegel

python-gotchas

by JosiahSiegel

star 13

Complete Python gotchas reference. PROACTIVELY activate for: (1) Mutable default arguments, (2) Mutating lists while ite...

JosiahSiegel

python-fundamentals-313

by JosiahSiegel

star 13

Complete Python 3.13+ fundamentals system. PROACTIVELY activate for: (1) Python 3.13 free-threading (no-GIL), (2) JIT co...

JosiahSiegel

react-hooks-complete

by JosiahSiegel

star 13

Complete React hooks reference system. PROACTIVELY activate for: (1) useState and useReducer patterns, (2) useEffect and...

kofttlcc

developer-growth-analysis

by kofttlcc

star 13

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement,...

kofttlcc

webapp-testing

by kofttlcc

star 13

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functional...

kofttlcc

langsmith-fetch

by kofttlcc

star 13

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavi...

esparkman

rubycritic-code-quality-a...

by esparkman

star 13

Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportun...

pevans

debug-a-graphics-problem

by pevans

star 12

Enable an agent to debug graphics problems