Debugging

Find and fix bugs, error analysis

Showing 2905-2928 of 4725 skills
luan

acceptance

by luan

"Validate implementation against acceptance criteria using dual-agent verification. Works on epics (all descendants) or individual tasks. Triggers: 'accept', 'acceptance check', 'verify implementation', 'did it work', 'check my implementation'. Also invoked automatically by /develop after completion."

Automation 4 3mo ago
audibleblink

grepai

by audibleblink

Semantic code search, and call graph analysis with GrepAI. Use when (1) searching code by meaning/intent rather than exact text, (2) finding function callers or callees, or (3) integrating GrepAI with AI agents via JSON/TOON output.

Auth 4 3mo ago
89jobrien

golang-enterprise-patterns

by 89jobrien

Enterprise-level Go architecture patterns including clean architecture,

Database 4 5mo ago
luan

pr-comments

by luan

"Fix unresolved PR review comments. Triggers: 'fix comments', 'fix PR comments', 'address review feedback'."

Code Review 4 3mo ago
mgiovani

fix-bug

by mgiovani

"Fix bugs using test-driven debugging, root cause analysis, and comprehensive verification. Automatically activates when users want to fix a bug, debug an issue, resolve an error, investigate failing tests, or address problems in the codebase."

Automation 4 4mo ago
mgiovani

git-commit

by mgiovani

Generate conventional commits following conventionalcommits.org specification.

Code Review 4 3mo ago
ofershap

typescript-best-practices

by ofershap

Modern TypeScript patterns your AI agent should use. Strict mode, discriminated unions, satisfies

Processing 4 3mo ago
jwilger

debugging-protocol

by jwilger

Systematic 4-phase debugging: understand the failure, form hypotheses, test one change at a time, fix with confidence. Activate when tests fail unexpectedly, errors occur, behavior is wrong, or something that worked before is now broken. Triggers on: "debug", "why is this failing", "test failure", "unexpected error", "bug", "broken".

Code Review 3 3mo ago
jwilger

ci-integration

by jwilger

Deterministic CI/CD interaction patterns. Push-and-wait discipline, failure triage, self-healing for lint/format/infra failures, structured output for pipeline consumption. Activate when interacting with CI/CD systems.

CI/CD 3 3mo ago
Dexploarer

nextjs-page-generator

by Dexploarer

Generates Next.js 13+ pages with App Router, Server Components, Client Components, API routes, and proper data fetching. Use when building Next.js applications.

Debugging 6 7mo ago
Dexploarer

wcag-compliance-checker

by Dexploarer

Checks websites for WCAG 2.1 Level AA compliance, identifies accessibility violations, and provides remediation guidance. Use when user asks to "check accessibility", "wcag compliance", "a11y audit", "accessibility violations", or "screen reader testing".

Accessibility 6 7mo ago
Dexploarer

express-api-generator

by Dexploarer

Generates Express.js API routes with proper middleware, error handling, validation, and TypeScript support. Use when creating REST APIs or Express endpoints.

Code Gen 6 7mo ago
SnakeO

debug:flask

by SnakeO

Debug Flask applications systematically with this comprehensive troubleshooting skill. Covers routing errors (404/405), Jinja2 template issues, application context problems, SQLAlchemy session management, blueprint registration failures, and circular import resolution. Provides structured four-phase debugging methodology with Flask-specific tools including Werkzeug debugger, Flask-DebugToolbar, and Flask shell for interactive investigation.

API Dev 8 4mo ago
wispbit-ai

rust-expert-best-practices-code-review

by wispbit-ai

Rust best practices and code quality guidelines for writing idiomatic, safe, and performant Rust code. This skill should be used when writing, reviewing, or refactoring Rust code. Triggers on tasks involving Rust programming, code review, error handling, type safety, or performance optimization.

Debugging 8 3mo ago
SnakeO

debug:django

by SnakeO

Debug Django web applications with systematic diagnostic approaches. This skill covers troubleshooting Django-specific errors including TemplateDoesNotExist, ImproperlyConfigured, IntegrityError, migration conflicts, CSRF failures, N+1 query problems, and circular imports. Includes Django Debug Toolbar setup, ORM query logging, pdb/ipdb usage, shell_plus debugging, and comprehensive logging configuration. Provides four-phase methodology for root cause analysis and regression prevention.

Code Review 8 4mo ago
eveld

k8s-debug

by eveld

Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.

Debugging 8 5mo ago
SnakeO

debug:terraform

by SnakeO

Debug Terraform infrastructure-as-code issues systematically. This skill helps diagnose and resolve Terraform-specific problems including state lock conflicts, provider authentication failures, resource dependency cycles, state drift detection, import failures, module version conflicts, and plan/apply errors. Provides TF_LOG debugging, terraform console usage, state manipulation commands, and CI/CD best practices for infrastructure automation.

CLI Tools 8 4mo ago
mrevanzak

effect-ts-anti-patterns

by mrevanzak

Use when reviewing Effect-TS code, debugging unexpected crashes, or optimizing concurrent operations.

Code Gen 8 4mo ago
troykelly

error-recovery

by troykelly

Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state

CLI Tools 8 5mo ago
SnakeO

debug:rails

by SnakeO

Debug Rails issues systematically. Use when encountering ActiveRecord errors like RecordNotFound, routing issues, N+1 query problems detected by Bullet, asset pipeline issues, migration failures, gem conflicts, ActionController errors, CSRF token problems, or any Ruby on Rails application errors requiring diagnosis.

Code Review 8 4mo ago
derKlinke

ios-camera-capture-diag

by derKlinke

camera freezes, preview rotated wrong, capture slow, session interrupted, black preview, front camera mirrored, camera not starting, AVCaptureSession errors, startRunning blocks, phone call interrupts camera

Auth 8 3mo ago
andrueandersoncs

Scheduling

by andrueandersoncs

This skill should be used when the user asks about "Effect Schedule", "retry schedules", "repetition", "Schedule.exponential", "Schedule.spaced", "Schedule.recurs", "cron scheduling", "backoff strategy", "schedule combinators", "Effect.repeat", "Effect.retry", "polling", or needs to understand how Effect handles scheduled operations and retry policies.

Automation 8 4mo ago
derKlinke

ios-background-processing-diag

by derKlinke

Use for symptom-based background task troubleshooting: task never runs, terminates early, delegate not called, dev/prod mismatch, inconsistent scheduling, launch crash, duplicate runs.

Automation 8 3mo ago
SnakeO

refactor:flask

by SnakeO

Refactor Flask code to improve maintainability, readability, and adherence to best practices. This skill transforms Flask applications using the application factory pattern, Blueprint organization, and service layer separation. It addresses fat route handlers, missing error handling, improper context local usage, and security issues. Apply when you notice global app instances, routes without Blueprints, business logic in handlers, or missing CSRF protection.

Debugging 8 4mo ago