tools debugging Skills
Discover the best skills in this category.
Explain Cairo references, snapshots (`@`), `ref` parameters, and desnap (`*`); use when a request involves borrowing, av...
Explain Cairo unrecoverable errors, `panic`, `panic!`, `panic_with_felt252`, `nopanic`, and `panic_with`; use when a req...
Official coding standards and best practices derived from Xcode's internal AI chat templates.
obra-systematic-debugging
by faulkdev
Use when errors are unclear, flaky, or regressions occur; apply a disciplined debugging loop in VS Code Copilot Agent mo...
gsd-debugger
by ctsstc
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrat...
typescript-coding
by otrebu
Expert TypeScript/JavaScript development guidance. Use when planning or writing TypeScript/JavaScript code, setting up T...
Research-backed code review skill with OWASP Top 10 security checks, SAST tool integration (SonarQube, CodeQL, Snyk), pe...
analyze-size
by otrebu
Analyze codebase size and language distribution using cloc. Use when user wants to understand codebase scale, primary la...
code-review
by otrebu
Expert code review specialist. Reviews for quality and intent alignment. Use immediately after writing or modifying code...
static-vulnerability-anal...
by macaugh
Methodical approach to finding security vulnerabilities through source code review and static analysis
web-application-reconnais...
by macaugh
Systematic methodology for mapping web application attack surface, discovering hidden endpoints, and identifying technol...
binary-analysis-and-rever...
by macaugh
Systematic approach to analyzing compiled binaries, understanding program behavior, and identifying vulnerabilities with...
revalidation-strategy-pla...
by hopeoverture
Evaluates Next.js routes and outputs optimal revalidate settings, cache tags for ISR, SSR configurations, or streaming p...
performance-budget-enforc...
by hopeoverture
Monitors Lighthouse scores and JavaScript bundle sizes across deployments with automated alerts when performance thresho...
sentry-and-otel-setup
by hopeoverture
This skill should be used when adding error tracking and performance monitoring with Sentry and OpenTelemetry tracing to...
spec-driven-development
by brightdata
Generate comprehensive specifications for software projects using spec-driven development methodology. Leverages Bright...
reflect-on-work
by dtinth
Systematic reflection process to analyze recent work and extract learnings. Evaluates what went well, what failed, what...
Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for inv...
Interactive code review through conversation. HOUSTON guides review, spawns specialized agents, and helps create Beads f...
Explain how components are expanded under the hood, including HasComponent and ComponentState; use when a request involv...
gleam-javascript-interop
by renatillas
Guides Claude through integrating Gleam with JavaScript code using FFI, external functions, and NPM packages. Use when b...
locating-code
by samjhecht
Finds WHERE code lives in a codebase - locates files by topic/feature, categorizes by purpose, organizes findings. Super...
root-cause-tracing
by samjhecht
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces...
analyzing-implementations
by samjhecht
Documents HOW code works with surgical precision - traces data flow, explains implementation details, provides file:line...