debugger

99.9k
ShubhamsabooShubhamsaboo

Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".

190 days ago

springboot-tdd

57.0k
affaan-maffaan-m

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

194 days ago

tdd-workflow

57.0k
affaan-maffaan-m

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

194 days ago

memory-safety-patterns

29.9k
wshobsonwshobson

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

193 days ago

code-review-excellence

29.9k
wshobsonwshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

194 days ago

e2e-testing-patterns

29.9k
wshobsonwshobson

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

193 days ago

debugging-strategies

29.9k
wshobsonwshobson

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

194 days ago

track-management

29.9k
wshobsonwshobson

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

194 days ago

scoutqa-test

23.2k
githubgithub

This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. IMPORTANT: Use this skill proactively after implementing web application features to verify they work correctly - don't wait for the user to ask for testing.

193 days ago

find-bugs

21.9k
davila7davila7

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

193 days ago

code-review

20.3k
shareAI-labshareAI-lab

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

194 days ago

find-bugs

18.3k
sickn33sickn33

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

193 days ago

code-review-excellence

18.0k
sickn33sickn33

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing...

194 days ago

e2e-testing-patterns

18.0k
sickn33sickn33

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky...

194 days ago

fix-review

18.0k
sickn33sickn33

Verify that fix commits address audit findings without introducing new bugs

193 days ago

debugging-strategies

18.0k
sickn33sickn33

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance iss...

193 days ago

track-management

18.0k
sickn33sickn33

Use this Skill when creating, managing, or working with Conductor tracks — the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

194 days ago

differential-fuzzer

17.6k
tursodatabasetursodatabase

Information about the differential fuzzer tool, how to run it and use it catch bugs in Turso. Always load this skill when running this tool

193 days ago

debug

10.1k
elie222elie222

Runtime debugging workflow with automated log collection. Use when fixing bugs that require runtime evidence (values, types, flow), when you'd otherwise ask user to "open DevTools, reproduce X, tell me what you see", or when bug depends on user interaction that can't be simulated. This skill automates log collection - logs are captured server-side and accessible programmatically.

193 days ago

code-review

5.8k
cockroachdbcockroachdb

Review code, PRs, diffs, and changes in the Pebble codebase for correctness issues including resource leaks, concurrency bugs, iterator misuse, and lint violations. Use when asked to review code, a pull request, diff, or changes.

194 days ago

systematic-debugging

5.4k
ChrisWilesChrisWiles

Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.

194 days ago

bug-fix

5.3k
monomono

Fix bugs in SkiaSharp C# bindings. Structured workflow for investigating, fixing, and testing bug reports. Triggers: Crash, exception, AccessViolationException, incorrect output, wrong behavior, memory leak, disposal issues, "fails", "broken", "doesn't work", "investigate issue", "fix issue", "look at #NNNN", any GitHub issue number referencing a bug. For adding new APIs, use `add-api` skill instead.

193 days ago

javascript-testing-expert

4.8k
dubzzzdubzzz

Expert-level JavaScript testing skill focused on writing high-quality tests that find bugs, serve as documentation, and prevent regressions. Advocates for property-based testing with fast-check and protects against indeterministic code in tests. Does not cover black-box e2e testing.

193 days ago

debug-cli

4.6k
antinomyhqantinomyhq

Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.

193 days ago

code-review-small

4.1k
breaking-brakebreaking-brake

Quick code review for small PRs (<100 lines). Focuses on basic code quality, naming conventions, and obvious bugs.

193 days ago

pr-code-review

3.8k
EvolvingLMMs-LabEvolvingLMMs-Lab

Review GitHub PRs for bugs and code quality. Use when user says "review PR", "check PR"

193 days ago

variant-analysis

3.0k
trailofbitstrailofbits

Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.

194 days ago

address-sanitizer

3.0k
trailofbitstrailofbits

AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.

193 days ago

fix-review

3.0k
trailofbitstrailofbits

Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the user asks to "verify these commits fix the audit findings", "check if TOB-XXX was addressed", "review the fix branch", "validate remediation commits", "did these changes address the security report", "post-audit remediation review", "compare fix commits to audit report", or when reviewing commits against security audit reports.

193 days ago

reproduce-reduce-regress

2.4k
facet-rsfacet-rs

Systematic workflow for debugging by reproducing bugs with real data, reducing test cases to minimal examples, and adding regression tests

193 days ago

1k-patching-native-modules

2.3k
OneKeyHQOneKeyHQ

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

193 days ago

evaluate-presets

2.0k
mikeyobrienmikeyobrien

Use when testing Ralph's hat collection presets, validating preset configurations, or auditing the preset library for bugs and UX issues.

193 days ago

fix-bug

1.9k
JamieMasonJamieMason

Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.

193 days ago

Defense-in-Depth Validation

1.8k
mrgooniemrgoonie

Validate at every layer data passes through to make bugs impossible

193 days ago

debugging

1.8k
mrgooniemrgoonie

Systematic debugging frameworks for finding and fixing bugs - includes root cause analysis, defense-in-depth validation, and verification protocols

193 days ago

Root Cause Tracing

1.8k
mrgooniemrgoonie

Systematically trace bugs backward through call stack to find original trigger

193 days ago

ez-cronjob

1.8k
openclawopenclaw

Fix common cron job failures in Clawdbot/Moltbot - message delivery issues, tool timeouts, timezone bugs, and model fallback problems.

194 days ago

clawdhub-contributor

1.8k
openclawopenclaw

Contribute to the ClawdHub ecosystem by scouting unknown skills, reporting bugs, and sharing skill recipes. Three modes (passive/active/full) let you control how much you contribute.

194 days ago

auto-animate

1.8k
openclawopenclaw

Zero-config animations for React, Vue, Solid, Svelte, Preact with @formkit/auto-animate (3.28kb). Prevents 15 documented errors including React 19 StrictMode bugs, SSR imports, conditional parents, viewport issues, drag & drop conflicts, and CSS transform bugs. Use when: animating lists/accordions/toasts, troubleshooting SSR animation errors, React 19 StrictMode issues, or need accessible drop-in transitions with auto prefers-reduced-motion.

194 days ago

better-auth

1.8k
openclawopenclaw

Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.

194 days ago

test-specialist

1.8k
openclawopenclaw

This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.

193 days ago

action-creator

1.6k
anthropicsanthropics

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when the user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).

193 days ago

conducting-browser-compatibility-tests

1.5k
jeremylongshorejeremylongshore

This skill enables cross-browser compatibility testing for web applications using BrowserStack, Selenium Grid, or Playwright. It tests across Chrome, Firefox, Safari, and Edge, identifying browser-specific bugs and ensuring consistent functionality. It is used when a user requests to "test browser compatibility", "run cross-browser tests", or uses the `/browser-test` or `/bt` command to assess web application behavior across different browsers and devices. The skill generates a report detailing compatibility issues and screenshots for visual verification. Activates when you request "conducting browser compatibility tests" functionality.

194 days ago

sentry-migration-deep-dive

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Sentry Migration Deep DiveJeremylongshore Claude Code Plugins Plus Skills Sentry Migration Deep Dive

Execute migrate to Sentry from other error tracking tools. Use when migrating from Rollbar, Bugsnag, Raygun, or other error tracking solutions. Trigger with phrases like "migrate to sentry", "sentry migration", "switch from rollbar to sentry", "replace bugsnag with sentry".

194 days ago

alignment-review

1.2k
meta-pytorchmeta-pytorch

Review code changes for bugs and alignment with OpenEnv principles and RFCs. Use when reviewing PRs, checking code before commit, or when asked to review changes. Implements two-tier review model.

193 days ago

trace

1.1k
udecodeudecode

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through the call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

194 days ago

tdd-workflow (Test-Driven Development Workflow)

1.1k
cfrs2005cfrs2005

Use this skill when writing new features, fixing bugs, or refactoring code. Enforce Test-Driven Development (TDD), including unit tests, integration tests, and end-to-end (E2E) tests, ensuring coverage exceeds 80%.

193 days ago

bug-detective

1.0k
Galaxy-DawnGalaxy-Dawn

This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem", "something is broken", "this isn't working", "why is this failing", or reports errors/exceptions/bugs. Provides systematic debugging workflow and common error patterns.

194 days ago