Debugging

Find and fix bugs, error analysis

Showing 721-744 of 4719 skills
boshu2

trace

by boshu2

'Trace design decisions and concepts through session history, handoffs, and git. Triggers: "trace decision", "how did we decide", "where did this come from", "design provenance", "decision history".'

Debugging 379 3mo ago
vercel-labs

next-best-practices

by vercel-labs

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

Debugging 904 4mo 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 158 3mo ago
scitix

image-pull-debug

by scitix

Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.

Debugging 208 3mo ago
Finesssee

linear-bulk

by Finesssee

Bulk operations on Linear issues. Use when updating multiple issues at once.

CLI Tools 99 4mo ago
codewithmukesh

autonomous-loops

by codewithmukesh

Autonomous iteration loops for .NET development: build-fix, test-fix, refactor, and scaffold loops. Each loop has bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. Load this skill when Claude needs to fix build errors, fix failing tests, perform multi-step refactoring, scaffold a new feature, or when the user says "fix the build", "make the tests pass", "refactor this", "scaffold", "generate and verify", "keep going until it works", "autonomous", or "loop".

Analytics 423 3mo ago
codewithmukesh

verification-loop

by codewithmukesh

7-phase .NET verification pipeline with structured PASS/FAIL reporting. Ensures every change is build-verified, diagnostics-clean, anti-pattern-free, test-passing, security-scanned, format-compliant, and diff-reviewed before marking work as complete. Load this skill when: "verify", "check everything", "run verification", "pre-PR check", "is this ready", "validate changes", "build and test", "quality gate", "pipeline check", "ready to merge".

Code Gen 423 3mo ago
sanjay3290

mssql

by sanjay3290

"Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety."

Processing 310 3mo 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 806 4mo ago
knoopx

conventional-commits

by knoopx

"Writes and reviews Conventional Commits commit messages (v1.0.0) to support semantic versioning and automated changelogs. Use when drafting git commit messages, PR titles, release notes, or when enforcing a conventional commit format (type(scope): subject, BREAKING CHANGE, footers, revert)."

Debugging 56 3mo ago
tradingstrategy-ai

fix-sphix-docs

by tradingstrategy-ai

Fix errors and warnings in Sphinx docs build

Code Review 818 4mo 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 805 4mo ago
dropseed

plain-bug

by dropseed

Submit a bug report for the Plain framework. Use when you encounter a bug, error, or unexpected behavior. Collects context and creates a GitHub issue.

Analytics 1K 3mo ago
athola

decisive-action

by athola

Guidance on when to ask clarifying questions vs proceed with standard

Code Review 300 3mo ago
athola

shared-patterns

by athola

'Reference these patterns to validate consistency across the ecosystem.

Debugging 300 3mo ago
aiskillstore

go-best-practices

by aiskillstore

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 344 4mo ago
freekmurze

fix-github-issue

by freekmurze

Fix GitHub issues using gh CLI. Use when asked to fix, resolve, or address a GitHub issue. Creates fixes on separate branches, runs tests locally, and creates PRs when tests pass. Requires gh CLI authenticated and repo cloned locally.

Code Review 950 4mo ago
Dicklesworthstone

Error Handling Base

by Dicklesworthstone

Foundation for error handling patterns. This is a base skill designed to be extended by language-specific error handling skills.

Code Gen 167 4mo ago
Dicklesworthstone

Logging Patterns

by Dicklesworthstone

Common logging patterns and practices. This skill is designed to be included in composite skills via the 'includes' feature.

Auth 167 4mo ago
Dicklesworthstone

Complete Rust Development

by Dicklesworthstone

A comprehensive skill for Rust development that combines error handling, testing, and logging patterns. Demonstrates the 'includes' composition feature by merging content from multiple standalone skills.

Processing 167 4mo ago
Dicklesworthstone

Rust Error Handling

by Dicklesworthstone

Rust-specific error handling patterns, building on the base error handling skill. Demonstrates the 'extends' composition feature.

Processing 167 4mo ago
ruby-git

ci-cd-troubleshooting

by ruby-git

"Diagnoses and fixes CI/CD failures in GitHub Actions workflows. Use when CI is failing on a PR, builds are broken, or tests pass locally but fail in CI."

Code Review 1.8K 3mo ago
ruby-git

development-workflow

by ruby-git

"Follows a strict Test-Driven Development (TDD) workflow with four phases: triage, prepare, execute, and finalize. Use for bug fixes, feature implementation, refactoring, and maintenance tasks."

Code Review 1.8K 3mo ago
ruby-git

test-debugging

by ruby-git

"Debugs failing or flaky tests and improves test coverage. Use when tests fail consistently, exhibit intermittent behavior, or when adding missing test coverage."

Debugging 1.8K 3mo ago