Debugging

Find and fix bugs, error analysis

Showing 1129-1152 of 5004 skills
existential-birds

review-feedback-schema

by existential-birds

Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.

Code Review 79 7mo ago
existential-birds

pydantic-ai-common-pitfalls

by existential-birds

Avoid common mistakes and debug issues in PydanticAI agents. Use when encountering errors, unexpected behavior, or when reviewing agent implementations.

Agents 79 7mo ago
TheBushidoCollective

cypress-advanced

by TheBushidoCollective

Use when advanced Cypress features including custom commands, plugins, and network stubbing.

Debugging 190 6mo ago
TheBushidoCollective

cypress-fundamentals

by TheBushidoCollective

Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.

Debugging 190 6mo ago
TheBushidoCollective

absinthe-resolvers

by TheBushidoCollective

Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.

Code Gen 190 6mo ago
TheBushidoCollective

apollo-client-patterns

by TheBushidoCollective

Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.

Processing 190 6mo ago
vercel-labs

next-best-practices

by vercel-labs

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

Debugging 975 7mo ago
sd0xdev

code-explore

by sd0xdev

"Pure Claude code investigation. Use when: tracing execution paths, understanding architecture, diagnosing issues. Not for: dual-perspective review (use code-investigate), code review (use codex-code-review). Output: analysis report with findings."

Processing 188 7mo ago
sd0xdev

bug-fix

by sd0xdev

"Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate."

Code Review 188 7mo ago
sd0xdev

codex-implement

by sd0xdev

"Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop."

Code Review 188 6mo ago
sd0xdev

issue-analyze

by sd0xdev

"GitHub Issue deep analysis. Use when: analyzing issue root cause, classifying problems, investigation planning. Not for: fixing bugs (use bug-fix), code exploration (use code-explore). Output: classified analysis + investigation strategy."

Analytics 188 7mo ago
sd0xdev

skill-health-check

by sd0xdev

"Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills, checking skill health, reviewing skill design. Not for: code review (use codex-code-review) or doc review (use doc-review). Output: health report with per-skill ratings + Gate."

Code Review 188 6mo ago
sd0xdev

security-review

by sd0xdev

"Security review via Codex MCP. Use when: OWASP Top 10 audit, dependency vulnerability check, security-sensitive changes. Not for: code review (use codex-code-review), test review (use test-review). Output: security findings + audit report."

Code Review 188 7mo ago
sammcj

testing-anti-patterns

by sammcj

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behaviour, production pollution with test-only methods, and mocking without understanding dependencies

Debugging 159 7mo ago
Dean151

swiftui-async-button

by Dean151

Use ButtonKit's AsyncButton for SwiftUI button actions that start a Task, call async/await, use do/catch, or need built-in loading/progress/error feedback. Trigger when replacing custom Button+Task wrappers or when a button action can throw or is async.

Automation 531 7mo ago
rominirani

always-verify-gcp

by rominirani

A workflow skill for all Google Cloud resource management tasks (create, delete, modify). This skill ensures that the correct CLI tool (gcloud, bq, gsutil) is chosen and that its commands are verified against the latest official documentation before execution.

CLI Tools 566 6mo ago
denolfe

markdown-formatting

by denolfe

Format and lint markdown and MDX files using markdownlint with comprehensive rule knowledge for automated and manual fixes. Use when working with .md or .mdx files, formatting documentation, linting markdown/MDX, or when user mentions markdown issues, formatting problems, or documentation standards.

Code Review 86 10mo ago
ed3dai

coding-effectively

by ed3dai

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

Debugging 248 7mo ago
PsiACE

friendly-python

by PsiACE

Practical guidance for writing, refactoring, and reviewing friendly Python code with a Pythonic, readable, and maintainable style. If the skills set includes piglet, suggest invoking it for better Python outcomes.

Code Review 170 7mo ago
base44

base44-troubleshooter

by base44

Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.

CLI Tools 88 6mo ago
hookdeck

clerk-webhooks

by hookdeck

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created.

Processing 82 7mo ago
hookdeck

elevenlabs-webhooks

by hookdeck

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events.

Processing 82 7mo ago
hookdeck

cursor-webhooks

by hookdeck

Receive and verify Cursor Cloud Agent webhooks. Use when setting up Cursor webhook handlers, debugging signature verification, or handling Cloud Agent status change events (ERROR, FINISHED).

Agents 82 7mo ago
Lubu-Labs

langgraph-error-handling

by Lubu-Labs

Implement LangGraph error handling with current v1 patterns. Use when users need to classify failures, add RetryPolicy for transient issues, build LLM recovery loops with Command routing, add human-in-the-loop with interrupt()/resume, handle ToolNode errors, or choose a safe strategy between retry, recovery, and escalation.

CLI Tools 104 7mo ago