Debugging

Find and fix bugs, error analysis

Showing 2185-2208 of 4980 skills
PaulRBerg

effect-ts

by PaulRBerg

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

Debugging 6 7mo ago
PaulRBerg

coderabbit

by PaulRBerg

This skill should be used when the user asks to "review CodeRabbit feedback", "triage CodeRabbit comments", "check CodeRabbit PR review", "evaluate CodeRabbit suggestions", "process CodeRabbit review", "address CodeRabbit comments", "fix CodeRabbit issues", "coderabbit review", or mentions reviewing, triaging, or acting on CodeRabbit bot feedback on a pull request.

Code Review 6 6mo ago
daishiman

fixture-invalid-skill

by daishiman

This is invalid: because of unquoted colon

Debugging 6 7mo ago
futuregerald

error-handling-patterns

by futuregerald

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 6 7mo ago
majesticlabs-dev

etl-core-patterns

by majesticlabs-dev

Core ETL reliability patterns including idempotency, checkpointing, error handling, chunking, retry logic, and logging.

Automation 49 6mo ago
mgd34msu

task-orchestration

by mgd34msu

"Load PROACTIVELY when decomposing a user request into parallel agent work. Use when user says \"build this\", \"implement this feature\", or any request requiring multiple agents working concurrently. Guides task decomposition into parallelizable units, agent assignment with skill matching, dependency graph construction, WRFC loop coordination across up to 6 concurrent agent chains, and result aggregation."

Agents 6 6mo ago
weorbitant

orbitant-graceful-degradation

by weorbitant

Checks MCP servers and config files before any chief-of-staff command. Ensures no command hard-fails — always proceeds with available sources. Auto-activates on every command.

CLI Tools 6 6mo ago
v1-io

address-review

by v1-io

Use when addressing PR review comments from Copilot, bots, or humans. Triggers on "fix review comments", "address Copilot feedback", "respond to PR comments".

Code Review 6 7mo ago
oldwinter

skill-review

by oldwinter

Skills retrospective and improvement. Use when: - User asks to "review", "retrospect", "summarize" or "复盘" skills - User wants to analyze skills issues from the conversation - User requests skills optimization or improvement - End of conversation or after significant skill usage

Code Gen 6 6mo ago
lv416e

systematic-debugging

by lv416e

"Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions バグ、テスト失敗、予期しない動作に遭遇した際、修正を提案する前に使用 - 4フェーズフレームワーク(根本原因調査、パターン分析、仮説検証、実装)により、解決策を試す前に理解を確保"

Code Gen 6 10mo ago
futuregerald

systematic-debugging

by futuregerald

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

Code Gen 6 7mo ago
v1-io

fix-tests

by v1-io

Use when tests are failing and need systematic fixing until all pass. Triggers on "fix tests", "tests failing", "make tests pass".

CLI Tools 6 7mo ago
mgd34msu

review-scoring

by mgd34msu

"ALWAYS load before starting any task. Provides the 10-dimension weighted scoring rubric (0-10 scale) used to evaluate all implementations in WRFC loops. Dimensions include correctness, completeness, error handling, type safety, security, performance, maintainability, testing, accessibility, and documentation. Includes deterministic validation scripts and score thresholds for pass/revise/reject decisions."

Accessibility 6 6mo ago
PaulRBerg

code-polish

by PaulRBerg

This skill should be used when the user asks to "polish code", "simplify and review", "clean up and review code", "full code polish", "simplify then review", "refactor and review", "simplify and fix", "clean up and fix", or wants a combined simplification and review workflow on recently changed code.

Code Review 6 6mo ago
zhukunpenglinyutong

security-review

by zhukunpenglinyutong

在添加认证、处理用户输入、处理密钥、创建 API 端点或实现支付/敏感功能时使用此 skill。提供全面的安全检查清单和模式。

API Dev 335 7mo ago
tuist

migrating-to-tuist-generated-projects

by tuist

Migrates existing Xcode projects to Tuist generated workspaces with build and run validation, external dependency mapping, and migration checklists. Use when adopting Tuist for an existing app or converting a hand-edited Xcode project to generated projects.

Code Gen 35 6mo ago
tuist

debug-generated-project

by tuist

Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected project behavior.

CLI Tools 35 6mo ago
tuist

fix-flaky-tests

by tuist

Fixes a specific flaky test by analyzing its failure patterns from Tuist, identifying the root cause, and applying a targeted correction. Typically invoked with a Tuist test case URL in the format such as https://tuist.dev/{account}/{project}/tests/test-cases/{id}.

Processing 35 6mo ago
majesticlabs-dev

etl-patterns

by majesticlabs-dev

Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.

CI/CD 49 6mo ago
ssiumha

code-review-typescript

by ssiumha

TypeScript type safety review checklist. Injected into code-reviewer agent for TypeScript/TSX projects. Use when reviewing TypeScript code for type safety or auditing type definitions.

Code Review 9 6mo ago
lingui

swc-plugin-compatibility

by lingui

Diagnose and fix Lingui SWC plugin compatibility errors with Next.js, Rspack, or other SWC runtimes. Use when seeing errors like "failed to invoke plugin", "failed to run Wasm plugin transform", "out of bounds memory access", or "LayoutError" during builds with @lingui/swc-plugin.

Code Review 9 7mo ago
sablier-labs

effect-ts

by sablier-labs

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

Debugging 9 7mo ago
DanielMadsenDK

servicenow-ui-forms

by DanielMadsenDK

Manipulate form field state using g_form APIs — no server calls required. Covers field value get/set, mandatory/read-only/hidden control, inline validation and error messages, section and tab visibility, and form state checks. Use when client-side logic only involves updating field state directly on the form. For scripts that require GlideAjax server communication or UI Policies, use the servicenow-client-scripts skill.

Debugging 9 6mo ago
DanielMadsenDK

servicenow-script-server-logic

by DanielMadsenDK

General server-side operations including system interactions, user session management, event queuing, and utility functions. Covers GlideSystem (gs) methods, logging, system properties, and background job coordination. Use for system-level tasks, user context operations, event publishing, or when performing administrative functions not specific to data manipulation, flows, or security.

Processing 9 6mo ago