Debugging

Find and fix bugs, error analysis

Showing 2761-2784 of 4725 skills
drshailesh88

content-reflection

by drshailesh88

Pre-publication quality assurance for cardiology thought leadership content. Use AFTER any content is drafted to evaluate scientific rigor, voice authenticity, positioning alignment, audience calibration, and credibility risk. Provides structured critique with specific revision suggestions. Works on any content type—tweets, threads, newsletters, editorials, video scripts.

Debugging 3 5mo ago
peopleforrester

changelog-writer

by peopleforrester

Generate and maintain changelogs following Keep a Changelog and Conventional Commits standards. Use when releasing versions, documenting changes, or updating project history.

Debugging 3 4mo ago
peopleforrester

typescript-patterns

by peopleforrester

TypeScript 5.x best practices, patterns, and idioms. Covers strict mode, branded types, discriminated unions, utility types, and Zod validation. Use when writing TypeScript or reviewing TS patterns.

Processing 3 4mo ago
peopleforrester

rust-patterns

by peopleforrester

Rust best practices, patterns, and idioms. Covers ownership, error handling with Result/Option, traits, lifetimes, and async Rust. Use when writing Rust code or reviewing Rust patterns.

Code Review 3 4mo ago
DoubleslashSE

error-patterns

by DoubleslashSE

Error recognition and diagnosis patterns for infrastructure troubleshooting. Use when identifying, categorizing, or resolving errors across platforms.

Database 3 4mo ago
peopleforrester

debugging-assistant

by peopleforrester

Systematic debugging approach for identifying and fixing bugs. Use when the user reports a bug, error, or unexpected behavior. Guides through methodical investigation rather than guessing at solutions.

Debugging 3 4mo ago
fellipeutaka

clean-code

by fellipeutaka

Write clean, readable, and maintainable code following principles from Robert C. Martin's "Clean Code" and Object Calisthenics. Use when writing, reviewing, or refactoring code to improve naming, function design, formatting, error handling, and class structure. Includes code smell detection and refactoring guidance.

Code Gen 3 3mo ago
DoubleslashSE

Functional Patterns for Node.js/TypeScript

by DoubleslashSE

```

Processing 3 5mo ago
DoubleslashSE

dotnet-build

by DoubleslashSE

.NET build configuration and error handling. Use when building projects, diagnosing build errors, or configuring build options.

CLI Tools 3 4mo ago
peopleforrester

commit-helper

by peopleforrester

Write clear, conventional commit messages. Use when the user asks to commit changes, needs help with commit messages, or when following Conventional Commits specification is required.

Auth 3 4mo ago
fellipeutaka

playwright

by fellipeutaka

Write, debug, and maintain Playwright end-to-end tests for web applications. Use when working with Playwright test files, configuring playwright.config.ts, writing browser automation, debugging flaky E2E tests, setting up authentication for tests, API mocking/interception, visual regression testing, accessibility testing, or CI/CD integration for browser tests. Triggers: Playwright, E2E test, end-to-end, browser test, @playwright/test, playwright.config, page object model, test fixture, visual snapshot, trace viewer.

Accessibility 3 3mo ago
peopleforrester

golang-patterns

by peopleforrester

Go 1.22+ best practices, patterns, and idioms. Covers error handling, concurrency, interfaces, generics, and standard library patterns. Use when writing Go code or reviewing Go patterns.

API Dev 3 4mo ago
peopleforrester

code-reviewer

by peopleforrester

Systematic code review for pull requests and code changes. Use when the user asks for a code review, PR review, or wants feedback on code quality. Provides structured feedback on correctness, security, performance, and maintainability.

Code Review 3 4mo ago
prefactordev

instrument-existing-agent-with-prefactor-sdk

by prefactordev

Use when an existing agent already works without Prefactor and you need to add tracing for runs, llm calls, tool calls, and failures with minimal behavior changes.

Agents 3 3mo ago
AutumnsGrove

error-detective

by AutumnsGrove

Systematic debugging and error resolution using the TRACE framework (Trace, Read, Analyze, Check, Execute). Use when debugging errors, analyzing stack traces, investigating failures, root cause analysis, or troubleshooting production issues.

Code Review 15 7mo ago
troykelly

apply-all-findings

by troykelly

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace

Code Gen 7 5mo ago
thechandanbhagat

debug

by thechandanbhagat

Debug code, analyze errors, interpret stack traces, find root causes, and suggest fixes. Use when troubleshooting bugs, analyzing crashes, or investigating unexpected behavior.

Code Review 7 4mo ago
Data-Wise

proof-architect

by Data-Wise

Structured methodology for constructing and verifying mathematical proofs in statistical research

Code Gen 7 5mo ago
troykelly

autonomous-operation

by troykelly

Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved

Agents 7 5mo ago
troykelly

silent-failure-hunter

by troykelly

Use when asked to detect silent failures/weak error handling or explicitly asked to run the silent-failure-hunter subagent.

Agents 7 5mo ago
troykelly

research-after-failure

by troykelly

Use after 2 consecutive failed attempts at solving a problem - STOP guessing and research documentation, codebase, and online resources before resuming

Academic 7 5mo ago
troykelly

no-deferred-work

by troykelly

Use during all development - no TODOs, no FIXMEs, no "we'll add this later"; do it now or get explicit deferral permission

Code Gen 7 5mo ago
aiaiohhh

test-driven-development

by aiaiohhh

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

Debugging 10 3mo ago
levy-n

deep-learning-core

by levy-n

Explains neural network fundamentals: the Three Pillars (Model, Loss, Optimizer), backpropagation, gradient descent variants (SGD, Adam), regularization (Dropout, BatchNorm), and MLP architecture design. Use when learning how neural networks work, debugging training issues, or when user asks about 'backpropagation', 'vanishing gradients', 'learning rate', 'loss function', 'overfitting', 'underfitting', 'activation functions', 'why isn\'t my model learning', 'gradient descent', 'Adam', 'Dropout', 'BatchNorm', 'autoencoder', 'denoising autoencoder', or 'latent space'.

Debugging 10 4mo ago