Debugging

Find and fix bugs, error analysis

Showing 2977-3000 of 4725 skills
G1Joshi

xgboost

by G1Joshi

XGBoost gradient boosting library. Use for tabular ML.

Processing 8 3mo ago
ilude

cli-development

by ilude

Best practices for building CLI applications across languages. Covers CLI design principles (Unix philosophy, command structure, subcommands vs flags), argument parsing (required/optional args, flags, environment variables, config files, precedence), user interface (help text, version info, progress indicators, color output, interactive prompts), output formatting (human-readable vs machine-readable JSON/YAML, exit codes), error handling (clear messages, suggestions, debug mode), cross-platform considerations (paths, line endings, terminal capabilities), testing strategies (integration tests, output verification, exit codes), documentation (README, man pages, built-in help), and language-specific libraries. Activate when working with CLI applications, command-line tools, argument parsing, CLI utilities, argument handling, commands, subcommands, CLI frameworks, or building command-line interfaces.

CLI Tools 7 6mo ago
hxk622

planning-with-files

by hxk622

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

Debugging 7 4mo ago
ilude

design-workflow

by ilude

UI/UX design workflow guidelines. Activate when working with design systems, accessibility (WCAG), user interface patterns, or design tokens.

Accessibility 7 5mo ago
webdevtodayjason

debugging-methodology

by webdevtodayjason

Scientific debugging methodology including hypothesis-driven debugging, bug reproduction, binary search debugging, stack trace analysis, logging strategies, and root cause analysis. Use when debugging errors, analyzing stack traces, investigating bugs, or troubleshooting performance issues.

Processing 7 7mo ago
hxk622

test-driven-development

by hxk622

"实现任何功能或修复 bug 时使用,在编写实现代码之前先写测试。Use when implementing any feature or bugfix - write the test first, watch it fail, write minimal code to pass. TDD 红绿重构循环。"

Debugging 7 4mo ago
whatiskadudoing

Practical Error Handling with fp-ts

by whatiskadudoing

Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code

Processing 7 4mo ago
whatiskadudoing

fp-immutable

by whatiskadudoing

Practical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation is actually fine

Debugging 7 4mo ago
xinbenlv

codereview-observability

by xinbenlv

Review logging, metrics, tracing, and alerting. Ensures systems are observable, debuggable, and operable. Use when reviewing code that adds logging, metrics, or monitoring.

Code Gen 7 4mo ago
whatiskadudoing

fp-ts-validation

by whatiskadudoing

Validation patterns using fp-ts with error accumulation, form validation, and API input validation

Debugging 7 4mo ago
xinbenlv

codereview-testing

by xinbenlv

Review test coverage and quality. Analyzes unit tests, integration tests, determinism, and test design. Use when reviewing test files or code that should have tests.

Code Gen 7 4mo ago
xinbenlv

codereview-architect

by xinbenlv

Deep codebase context analysis like Greptile. Analyzes blast radius of changes, dependency graphs, and architectural consistency. Use when reviewing changes to core utilities, shared libraries, or database models.

Database 7 4mo ago
ilude

logging-observability

by ilude

Guidelines for structured logging, distributed tracing, and debugging patterns across languages. Covers logging best practices, observability, security considerations, and performance analysis.

Processing 7 6mo ago
hxk622

systematic-debugging

by hxk622

"遇到任何 bug、测试失败或意外行为时使用,在提出修复方案之前进行系统化调试。Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Follow the four phases: Root Cause Investigation, Pattern Analysis, Hypothesis Testing, Implementation."

Code Gen 7 4mo ago
whatiskadudoing

fp-refactor

by whatiskadudoing

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

Processing 7 4mo ago
whatiskadudoing

fp-ts-backend

by whatiskadudoing

Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection

Code Gen 7 4mo ago
whatiskadudoing

fp-ts Option and Either

by whatiskadudoing

Functional error handling and nullable value management using fp-ts Option and Either types

Processing 7 4mo ago
H1D

esp32-serial-commands

by H1D

Send commands to ESP32 and microcontrollers via serial port to emulate button presses and user actions. Use for automated testing, stress testing, and debugging without physical interaction.

CLI Tools 7 4mo ago
jasonz-ncc42

zod-docs

by jasonz-ncc42

Local Zod documentation reference. Use when asked about Zod schema validation, TypeScript type inference, parsing, error handling, JSON Schema conversion, or schema composition.

Database 7 4mo ago
xinbenlv

codereview-correctness

by xinbenlv

Analyze code for logic bugs, error handling issues, and edge cases. Detects off-by-one errors, null handling, race conditions, and incorrect error paths. Use when reviewing core business logic or complex algorithms.

Debugging 7 4mo ago
copyleftdev

tigerbeetle-deterministic-simulation

by copyleftdev

Test distributed systems in the style of TigerBeetle and Joran Dirk Greef, using deterministic simulation and time compression. Emphasizes controlling all non-determinism, simulating years of operation in minutes, and finding bugs that would take decades to manifest in production. Use when testing distributed systems, consensus protocols, or any system where correctness under failure is critical.

Processing 7 4mo ago
ilude

testing-workflow

by ilude

Testing workflow patterns and quality standards. Activate when working with tests, test files, test directories, code quality tools, coverage reports, or testing tasks. Includes zero-warnings policy, targeted testing during development, mocking patterns, and best practices across languages.

Debugging 7 5mo ago
ilude

react-workflow

by ilude

React framework workflow guidelines. Activate when working with React components (.jsx, .tsx), React hooks (useState, useEffect), or React-specific patterns.

Debugging 7 5mo ago
copyleftdev

pike-simplicity-first

by copyleftdev

Write Go code in the style of Rob Pike, co-creator of Go. Emphasizes radical simplicity, concurrency through communication, and composition over inheritance. Use when writing Go that should be clear, concurrent, and maintainable.

Debugging 7 4mo ago