Debugging

Find and fix bugs, error analysis

Showing 889-912 of 5004 skills
dadbodgeoff

anomaly-detection

by dadbodgeoff

Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert storms, and error pattern tracking for repeated failures.

Code Gen 784 6mo ago
dadbodgeoff

logging-observability

by dadbodgeoff

Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing decorators, and worker metrics collection.

Processing 784 6mo ago
dadbodgeoff

ai-generation-client

by dadbodgeoff

External AI API integration with retry logic, rate limiting, content safety detection, and multi-turn conversation support for image generation.

Code Gen 784 6mo ago
dadbodgeoff

leader-election

by dadbodgeoff

Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover when leader dies.

Code Gen 784 6mo ago
dadbodgeoff

job-state-machine

by dadbodgeoff

Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach terminal states with proper error handling.

Code Gen 784 6mo ago
dadbodgeoff

graceful-degradation

by dadbodgeoff

Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses when dependencies fail.

Processing 784 6mo ago
dadbodgeoff

dead-letter-queue

by dadbodgeoff

Store failed jobs for replay or manual inspection. Track failure patterns, enable manual intervention, and prevent data loss from processing errors.

Code Gen 784 6mo ago
NeverSight

testing-best-practices

by NeverSight

Test layering, execution, and CI guidance across unit, integration, and e2e. Use when designing tests, writing test cases, or planning test strategy for a module.

Debugging 203 6mo ago
NeverSight

yellow-best-practices

by NeverSight

Yellow Network and Nitrolite (ERC-7824) development best practices for building state channel applications. Use when building apps with Yellow SDK, implementing state channels, connecting to ClearNodes, managing off-chain transactions, or working with application sessions.

Auth 203 7mo ago
shinpr

testing-principles

by shinpr

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

Debugging 670 6mo ago
chainloop-dev

custom-builtin-functions

by chainloop-dev

Create a custom builtin function to be used in the Rego policy engine

Code Gen 583 9mo ago
P4nda0s

rev-unicorn-debug

by P4nda0s

Debug and emulate specific code fragments or functions using the Unicorn engine. Activate when the user wants to emulate a function with Unicorn, trace binary execution without running the full program, decrypt or decode data by emulating the algorithm, or bypass environment dependencies (JNI, syscalls, libc) during emulation.

Debugging 2K 5mo ago
Xe

templ-http

by Xe

Integrate templ components with Go HTTP server using net/http. Use when connecting templ to web server, creating HTTP handlers, mentions 'templ server', 'HTTP routes', or 'serve templ components'.

API Dev 729 6mo ago
Xe

templ-syntax

by Xe

Learn and write templ component syntax including expressions, conditionals, loops, and Go integration. Use when writing .templ files, learning templ syntax, or mentions 'templ component', 'templ expressions', or '.templ file syntax'.

Debugging 729 6mo ago
adobe

testing-blocks

by adobe

Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how

Debugging 170 7mo ago
wasintoh

🔧 Debug Protocol Skill

by wasintoh

```

Code Review 94 9mo ago
gmh5225

llvm-learning

by gmh5225

Comprehensive learning resources and tutorials for LLVM, Clang, and compiler development. Use this skill when helping users learn LLVM internals, find educational resources, or understand compiler concepts.

Debugging 876 7mo ago
astronomer

authoring-dags

by astronomer

Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill.

CLI Tools 428 6mo ago
aiskillstore

python-best-practices

by aiskillstore

Provides Python patterns for type-first development with dataclasses, discriminated unions, NewType, and Protocol. Must use when reading or writing Python files.

Processing 414 7mo ago
aiskillstore

zig-best-practices

by aiskillstore

Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.

Debugging 414 7mo ago
aiskillstore

typescript-best-practices

by aiskillstore

Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.

Processing 414 7mo ago
phodal

test-gen

by phodal

Generate comprehensive unit tests for code files

Code Gen 4.5K 8mo ago
rstackjs

rspack-debugging

by rstackjs

Helps Rspack users and developers debug crashes or deadlocks/hangs in the Rspack build process using LLDB. Use this Skill when users encounter "Segmentation fault" errors during Rspack builds or when the build progress gets stuck.

CLI Tools 90 7mo ago
NeverSight

e2e

by NeverSight

Run e2e tests, fix flake and outdated tests, identify bugs against spec. Use when running e2e tests, debugging test failures, or fixing flaky tests. Never changes source code logic or API without spec backing.

API Dev 203 6mo ago