Debugging

Find and fix bugs, error analysis

Showing 1585-1608 of 4982 skills
rysweet

code-smell-detector

by rysweet

Identifies anti-patterns specific to amplihack philosophy. Use when reviewing code for quality issues or refactoring. Detects: over-abstraction, complex inheritance, large functions (>50 lines), tight coupling, missing all exports. Provides specific fixes and explanations for each smell.

Code Review 75 7mo ago
rysweet

dynamic-debugger

by rysweet

Interactive debugging via DAP-MCP for multiple languages with natural language commands

Auth 75 7mo ago
openharmonyinsight

ohos-app-build-debug

by openharmonyinsight

"Build, install, launch, and debug HarmonyOS/OpenHarmony applications using DevEco Studio toolchain. Use when Claude needs to: (1) Build OHOS apps with hvigorw, (2) Install HAP files to devices via hdc, (3) Launch or debug OHOS applications, (4) Parse crash stacks with hstack, (5) Take device screenshots, or (6) Detect DevEco Studio environment and SDK tools. Automatically detects DevEco Studio installation and configures JAVA_HOME, PATH, and toolchain."

CLI Tools 32 6mo ago
sherdotsh

sher-deploy

by sherdotsh

Deploy frontend projects to instant preview URLs using sher. After building a project, run sher link to get a live, shareable URL in seconds.

CI/CD 161 6mo ago
wix

wix-cli-app-validation

by wix

Use when testing app readiness, verifying runtime behavior, or validating before releases and after changes in the code. Triggers include validate, test, verify, check readiness, preview validation, build verification, TypeScript compilation.

Code Review 27 6mo ago
HeshamFS

convergence-study

by HeshamFS

Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification

CLI Tools 64 6mo ago
HeshamFS

differentiation-schemes

by HeshamFS

Select and apply numerical differentiation schemes for PDE/ODE discretization. Use when choosing finite difference/volume/spectral schemes, building stencils, handling boundaries, estimating truncation error, or analyzing dispersion and dissipation.

CLI Tools 64 8mo ago
aj-geddes

background-job-processing

by aj-geddes

Implement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when handling long-running tasks, sending emails, generating reports, and processing large datasets asynchronously.

Automation 324 10mo ago
Gentleman-Programming

sdd-explore

by Gentleman-Programming

Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.

Code Gen 1.3K 6mo ago
AltimateAI

debugging-dbt-errors

by AltimateAI

Debugs and fixes dbt errors systematically. Use when working with dbt errors for: (1) Task mentions "fix", "error", "broken", "failing", "debug", "wrong", or "not working" (2) Compilation Error, Database Error, or test failures occur (3) Model produces incorrect output or unexpected results (4) Need to troubleshoot why a dbt command failed Reads full error, checks upstream first, runs dbt build (not just compile) to verify fix.

Code Review 121 7mo ago
AltimateAI

optimizing-query-text

by AltimateAI

Optimizes Snowflake SQL query performance from provided query text. Use when optimizing Snowflake SQL for: (1) User provides or pastes a SQL query and asks to optimize, tune, or improve it (2) Task mentions "slow query", "make faster", "improve performance", "optimize SQL", or "query tuning" (3) Reviewing SQL for performance anti-patterns (function on filter column, implicit joins, etc.) (4) User asks why a query is slow or how to speed it up

Database 121 7mo ago
davis7dotsh

better-result-adopt

by davis7dotsh

Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.

Code Gen 1.2K 6mo ago
organvm-iv-taxis

backend-implementation-patterns

by organvm-iv-taxis

Production-ready backend API implementation patterns including REST, GraphQL, authentication, error handling, and data validation

API Dev 16 7mo ago
MooseGoose0701

trace-qa

by MooseGoose0701

Analyze and answer questions about agent execution traces. Use this skill when the user asks about a trace, wants to debug a failed agent run, understand what an agent did, analyze token usage or efficiency, or asks "what happened in trace X". Triggers: trace analysis, trace debugging, trace QA, execution review, agent run review.

Debugging 1.1K 6mo ago
Terryc21

plain-talk-reportcard

by Terryc21

'Codebase analysis with A-F grades explained in plain language for non-technical stakeholders. Self-contained iOS/Swift audit. Triggers: "plain talk report card", "stakeholder report", "non-technical audit".'

Debugging 49 6mo ago
rhuss

Slide Management

by rhuss

MANDATORY USE - ALWAYS INVOKE THIS SKILL when the user mentions ANY of these actions: "delete slide", "remove slide", "add slide", "insert slide", "create new slide", "new slide between", "get rid of slide", "fix gaps", "renumber slides", OR when they confirm/answer questions about slide deletion/addition (e.g., "yes delete slide 6", "add a slide after 5"). CRITICAL - NEVER manually edit slides.md or rename slide files yourself - this skill uses the manage-slides.py script which handles automatic renumbering, gap detection/fixing, git-aware operations, and slide number vs position conversion. AUTO-TRIGGER IMMEDIATELY when user wants to modify slide count, order, or numbering. This skill is the ONLY correct way to add/delete slides.

CLI Tools 49 9mo ago
rhuss

Slide Quality Assessment

by rhuss

This skill should be used when the user asks to "analyze slide quality", "review slide", "check slide design", "optimize slide", "improve slide content", "assess slide clarity", or needs evidence-based quality evaluation using the 12-point checklist for presentation slides.

Analytics 49 9mo ago
Terryc21

enhanced-commands

by Terryc21

Enhanced list of custom Claude commands for iOS and macOS Swift projects with examples and output locations.

Code Review 49 6mo ago
peterbamuhigire

form-ux-design

by peterbamuhigire

Cross-platform form UX/UI patterns for web (Bootstrap 5/Tabler) and Android (Jetpack Compose). Covers field anatomy, validation, error states, multi-step wizards, accessibility, touch-friendly inputs, and submission workflows. Use when building any form — registration, data entry, settings, checkout, search, filters, or clinical forms. Companion to webapp-gui-design, healthcare-ui-design, pos-sales-ui-design, and jetpack-compose-ui skills.

Accessibility 25 6mo ago
peterbamuhigire

api-error-handling

by peterbamuhigire

"Comprehensive, standardized error response system for PHP REST APIs with SweetAlert2 integration. Use when building REST APIs that need consistent error formatting, specific error message extraction from database exceptions, validation error handling, and seamless frontend integration. Includes PDOException parsing, business rule extraction, and complete SweetAlert2 error display patterns."

API Dev 25 6mo ago
freenet

pr-review

by freenet

Executes comprehensive PR reviews following Freenet standards. Performs four-perspective review covering code-first analysis, testing, skeptical review, and big-picture assessment.

Code Review 25 6mo ago
peterbamuhigire

ai-error-handling

by peterbamuhigire

Validation and error handling for AI-generated code. Use when verifying AI output, building production code, or ensuring code correctness. Enforces automatic quality checks and validation loops.

Debugging 25 6mo ago
peterbamuhigire

ai-error-prevention

by peterbamuhigire

Error prevention strategies for AI-assisted development. Use when working with Claude to minimize hallucinations, incomplete solutions, and wasted tokens. Enforces "trust but verify" workflow.

Debugging 25 6mo ago
Mic92

screenshot-cli

by Mic92

Take screenshots. Use when needing to see the screen or debug graphical issues.

CLI Tools 25 7mo ago