Debugging

Find and fix bugs, error analysis

Showing 361-384 of 4982 skills
daymade

developing-ios-apps

by daymade

Develops iOS applications with XcodeGen, SwiftUI, and SPM. Triggers on XcodeGen project.yml configuration, SPM dependency issues, device deployment problems, code signing errors, camera/AVFoundation debugging, iOS version compatibility, or "Library not loaded @rpath" framework errors. Use when building iOS apps, fixing Xcode build failures, or deploying to real devices.

CLI Tools 1.4K 8mo ago
mindfold-ai

break-loop

by mindfold-ai

"Break the Loop - Deep Bug Analysis"

Code Review 14.2K 7mo ago
cat-xierluo

git-batch-commit

by cat-xierluo

智能 Git 批量提交工具。当用户说 "git 提交"、"git commit"、"批量提交"、"拆分提交"、"整理提交" 时使用,或者当用户暂存了多个不同类型的文件需要分开提交时使用。自动将混合的文件修改按类型分类(依赖管理、文档更新、license 文件、配置、源代码等),并创建多个清晰聚焦的提交,使用标准化的提交信息格式。帮助保持清晰的 Git 历史,确保每个提交都有单一、明确的目的。使用英文前缀(docs:、feat:、fix: 等)加中文内容,支持 GitHub 彩色标签显示。

Debugging 610 6mo ago
rmyndharis

c-pro

by rmyndharis

Write efficient C code with proper memory management, pointer

Debugging 1.4K 7mo ago
rmyndharis

bash-defensive-patterns

by rmyndharis

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

CI/CD 1.4K 7mo ago
rmyndharis

async-python-patterns

by rmyndharis

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

Database 1.4K 7mo ago
rmyndharis

code-refactoring-tech-debt

by rmyndharis

"You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti"

Code Gen 1.4K 7mo ago
rmyndharis

codebase-cleanup-tech-debt

by rmyndharis

"You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti"

Code Gen 1.4K 7mo ago
bitwarden

avoiding-false-positives

by bitwarden

Use this skill when validating ANY potential code review finding. Apply BEFORE classifying to verify the finding is real; can you trace incorrect behavior, is it handled elsewhere, and are you certain about framework semantics? If any answer is no, DO NOT create the finding.

API Dev 137 7mo ago
ComposioHQ

langsmith-fetch

by ComposioHQ

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.

Agents 73.3K 7mo ago
obra

systematic-debugging

by obra

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Code Gen 279.1K 8mo ago
obra

receiving-code-review

by obra

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

Code Review 279.1K 8mo ago
obra

test-driven-development

by obra

Use when implementing any feature or bugfix, before writing implementation code

Debugging 279.1K 8mo ago
obra

dispatching-parallel-agents

by obra

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Agents 279.1K 8mo ago
LerianStudio

ring:defense-in-depth

by LerianStudio

Multi-layer validation pattern - validates data at EVERY layer it passes through to make bugs structurally impossible, not just caught.

Code Gen 209 7mo ago
LerianStudio

ring:condition-based-waiting

by LerianStudio

Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.

Debugging 209 7mo ago
LerianStudio

ring:production-readiness-audit

by LerianStudio

Comprehensive Ring-standards-aligned 44-dimension production readiness audit. Detects project stack, loads Ring standards via WebFetch, and runs in batches of 10 explorers appending incrementally to a single report file. Categories - Structure (pagination, errors, routes, bootstrap, runtime, core deps, naming, domain modeling, nil-safety, api-versioning, resource-leaks), Security (auth, IDOR, SQL, validation, secret-scanning, data-encryption, multi-tenant, rate-limiting, cors), Operations (telemetry, health, config, connections, logging, resilience, graceful-degradation), Quality (idempotency, docs, debt, testing, dependencies, performance, concurrency, migrations, linting, caching), Infrastructure (containers, hardening, cicd, async, makefile, license). Produces scored report (0-430, max 440 with multi-tenant) with severity ratings and standards cross-reference.

Code Review 209 6mo ago
rudrankriyam

asc-id-resolver

by rudrankriyam

Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.

Code Review 982 6mo ago
CloudAI-X

threejs-loaders

by CloudAI-X

Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

Code Gen 3.1K 7mo ago
CloudAI-X

threejs-shaders

by CloudAI-X

Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials.

Code Gen 3.1K 7mo ago
max-sixty

release

by max-sixty

Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.

Code Review 6.6K 6mo ago
max-sixty

issue-triage

by max-sixty

Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.

Debugging 6.6K 6mo ago
wshobson

error-handling-patterns

by wshobson

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

Processing 39.2K 7mo ago
wshobson

debugging-strategies

by wshobson

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.

Debugging 39.2K 7mo ago