Debugging

Find and fix bugs, error analysis

Showing 937-960 of 5004 skills
JamieMason

front-loading

by JamieMason

Put the answer first, then context and details follow. Use when writing documentation, tutorials, error messages, or any communication where readers need to decide quickly if something is relevant to them.

Debugging 2.1K 7mo ago
JamieMason

add-feature

by JamieMason

Add new features to Syncpack including commands and validation logic. Use when implementing new CLI commands, adding InstanceState variants, or extending version group behaviour.

CLI Tools 2.1K 7mo ago
JamieMason

write-code

by JamieMason

Rust code style and conventions for Syncpack. Use when writing or modifying Rust code. Covers functional patterns, imports, naming, and quality standards.

CLI Tools 2.1K 7mo ago
yonatangross

ci-debug

by yonatangross

"Diagnose a failing CI run against an 11-pattern playbook. Classifies the failure, cites the relevant memory entry, proposes the exact fix command — but NEVER applies without explicit user approval. Use when a specific PR check or GitHub Actions run failed and you want a diagnosis instead of speculation. Don't use for org-wide CI sweeps (that's /status) or for app-level test failures (the playbook is CI-infra-specific)."

Debugging 224 1mo ago
yonatangross

errors

by yonatangross

"Error pattern analysis and troubleshooting for Claude Code sessions. Categorizes errors (network, auth, model, tool, memory, permission) with known resolution patterns, searches memory for prior occurrences, and suggests recovery steps. Delegates to debug-investigator agent for complex root cause analysis. Use when handling errors, fixing failures, or troubleshooting session issues."

Debugging 224 1mo ago
osovv

grace-refresh

by osovv

"Synchronize the GRACE knowledge graph with the actual codebase. Use after manual code changes, refactoring, or when you suspect drift between the knowledge graph and the code — scans all source files, detects missing/orphaned modules and stale CrossLinks, and proposes fixes."

Analytics 240 6mo ago
aws-samples

code-agent

by aws-samples

Autonomous coding agent. Delegate any task that involves understanding, writing, or running code — from a GitHub issue, a bug report, or a user request. It explores, implements, and verifies on its own.

Agents 190 6mo ago
colonelpanic8

release

by colonelpanic8

Use when user asks to release, publish, bump version, or prepare a new version for deployment

Debugging 221 7mo ago
openakita

skill-creator

by openakita

创建和改进 OpenAkita 技能。当需要:(1) 为重复性任务创建新技能,(2) 改进现有技能,(3) 将临时脚本封装为可复用技能时使用。技能是 OpenAkita 自进化的核心机制。

Debugging 2K 6mo ago
openakita

add-memory

by openakita

Record important information to long-term memory for learning user preferences, successful patterns, and error lessons. When you need to remember user preferences, save successful patterns, or record lessons from errors.

Debugging 2K 7mo ago
Senpi-ai

condor-strategy

by Senpi-ai

CONDOR v4.0.1 — One Amazing Trade per Day. Top 50 HL assets, pure trend continuation, apex confluence only. 3TF alignment hard gate + MACRO_TREND_GATE + SM consensus >=70%, MIN_SCORE 12, score-scaled sizing (50%/70%/80%), 10x leverage cap, 6-tier DSL ladder from Kodiak SOL empirical wins. v4.0.1 ships a race-window dedup cache that eliminates the ENGINE_FAILURE retry noise on already-held assets, plus a doubled DSL exit interval to throttle REDUCE_ONLY spam when runtime position-state lags HL.

Code Gen 118 3mo ago
Dicklesworthstone

ubs

by Dicklesworthstone

"Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate."

Debugging 284 4mo ago
mohitmishra786

make

by mohitmishra786

GNU Make skill for C/C++ build systems. Use when writing or debugging Makefiles, understanding pattern rules and automatic dependency generation, managing CFLAGS/LDFLAGS, converting ad-hoc compile commands into maintainable Makefiles, or diagnosing incremental build issues. Activates on queries about Makefiles, make targets, pattern rules, phony targets, dependency tracking, recursive make, or make errors.

Debugging 186 6mo ago
secondsky

Bun HTTP Server

by secondsky

Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.

Code Gen 210 8mo ago
secondsky

Bun Macros

by secondsky

Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files, inlining environment variables, or executing code during the bundling process.

Processing 210 8mo ago
regenrek

debug-lldb

by regenrek

Capture and analyze thread backtraces with LLDB/GDB to debug hangs, deadlocks, UI freezes, IPC stalls, or high-CPU loops across any language or project. Use when an app becomes unresponsive, switching contexts stalls, or you need thread stacks to locate lock inversion or blocking calls.

Automation 140 8mo ago
secondsky

api-error-handling

by secondsky

Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.

Code Gen 210 8mo ago
iterate

architect-diagnose-test-flakes

by iterate

Diagnose flaky tests and unstable CI behavior.

CI/CD 199 6mo ago
iterate

architect-diagnose-errors

by iterate

Diagnose error spikes and exception clusters with Cloudflare + PostHog evidence.

Cloud 199 6mo ago
iterate

architect-diagnose-performance

by iterate

Diagnose latency, saturation, and throughput regressions.

Debugging 199 6mo ago
iterate

debug-os-worker

by iterate

Debug failures in the Cloudflare os worker using the Cloudflare MCP server (events, keys, values, and targeted queries). Use when diagnosing 500s, missing logs, daemon/control-plane issues, or request-level regressions in production.

Cloud 199 7mo ago
NeverSight

claude-code-hooks

by NeverSight

"Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool validation, audit logging."

CLI Tools 203 7mo ago
NeverSight

go-best-practices

by NeverSight

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.

Debugging 203 7mo ago
NeverSight

git-best-practices

by NeverSight

Git workflow patterns for commits, branching, PRs, and history management across heterogeneous repositories. Use when creating commits, managing branches, opening pull requests, or rewriting history. Do not use for non-git implementation tasks or repo-specific release policy decisions without repository documentation.

Code Review 203 6mo ago