tools debugging Skills
Discover the best skills in this category.
browser-automation-debugg...
by liauw-media
Use when debugging web applications or automating browser tasks. Leverage Chrome DevTools MCP for inspection, performanc...
root-cause-tracing
by liauw-media
Use when symptoms don't reveal the cause. Trace backward through call chains to find where problems originate. Follow: O...
lighthouse-performance-op...
by liauw-media
Use when optimizing website performance. Run Google Lighthouse audits via MCP to measure metrics, identify bottlenecks,...
systematic-debugging
by liauw-media
Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Ide...
dig
by tomfordrumm
Investigation-only mode for understanding bugs, features, or system behavior without making changes. Use when the user s...
code-standards
by hculap
This skill should be used when the user asks about "code quality", "file size limits", "function length", "KISS", "DRY",...
performance-patterns
by hculap
Use when user asks about N+1 queries, performance optimization, query optimization, reduce API calls, improve render per...
react-best-practices
by JoaquinCampo
React and Next.js performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring...
webapp-testing
by JoaquinCampo
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functional...
codex-skill
by Shakes-tzd
HtmlGraph session tracking and work continuity for Codex. Ensures proper activity attribution, feature awareness, and co...
strategic-planning
by Shakes-tzd
Use HtmlGraph analytics to make smart work prioritization decisions. Activate when recommending work, finding bottleneck...
code-search
by 1ambda
Token-efficient codebase exploration using MCP-first approach. Locates functions, classes, patterns, and traces dependen...
test-structure-analysis
by 1ambda
Analyzes test directory structure, coverage gaps, and helper consolidation opportunities. Produces coverage reports and...
mcp-efficiency
by 1ambda
Token-efficient codebase exploration using MCP servers (Serena, Context7, JetBrains, Claude-mem). Reduces token usage by...
debugging
by 1ambda
Hypothesis-driven debugging with systematic investigation. Identifies root causes, creates minimal reproductions, and im...
performance
by 1ambda
Performance optimization and bottleneck detection. Identifies N+1 queries, memory leaks, async issues, and caching oppor...
code-review
by 1ambda
Systematic code review with security, performance, and architecture analysis. Provides actionable fix suggestions and Gi...
debugging
by 1ambda
Hypothesis-driven debugging with systematic investigation. Identifies root causes, creates minimal reproductions, and im...
benchmark
by z3d
Run BenchmarkDotNet performance tests and analyze results. Use when the user mentions benchmarks, performance testing, m...
go-testing-benchmarks
by JamesPrial
Benchmark patterns for performance testing
metaprogramming
by bastos
This skill should be used when the user asks about "metaprogramming", "DSL", "domain-specific language", "method_missing...
performance
by bastos
This skill should be used when the user asks about "Ruby performance", "optimization", "profiling", "benchmarking", "mem...
spec-performance
by bastos
This skill should be used when the user asks about "slow specs", "test performance", "parallel tests", "spec profiling",...