Debugging

Find and fix bugs, error analysis

Showing 601-624 of 4719 skills
dotnet

pr-finalize

by dotnet

Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation changed during review. Do NOT use for extracting lessons (use learn-from-pr), writing tests (use write-tests-agent), or investigating build failures (use pr-build-status).

Code Review 23.3K 4mo ago
dotnet

try-fix

by dotnet

Attempts ONE alternative fix for a bug, tests it empirically, and reports results. ALWAYS explores a DIFFERENT approach from existing PR fixes. Use when CI or an agent needs to try independent fix alternatives. Invoke with problem description, test command, target files, and optional hints.

Code Review 23.3K 3mo ago
woocommerce

woocommerce-markdown

by woocommerce

Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.

Debugging 10.3K 6mo ago
https-deeplearning-ai

analyzing-time-series

by https-deeplearning-ai

Comprehensive diagnostic analysis of time series data. Use when users provide CSV time series data and want to understand its characteristics before forecasting - stationarity, seasonality, trend, forecastability, and transform recommendations.

CLI Tools 1.2K 4mo ago
alinaqi

ui-testing

by alinaqi

Visual testing - catch invisible buttons, broken layouts, contrast

Debugging 686 4mo ago
alinaqi

supabase-node

by alinaqi

Express/Hono with Supabase and Drizzle ORM

Database 686 4mo ago
dotnet

write-ui-tests

by dotnet

Creates UI tests for a GitHub issue and verifies they reproduce the bug. Iterates until tests actually fail (proving they catch the issue). Use when PR lacks tests or tests need to be created for an issue.

Debugging 23.3K 4mo ago
nrwl

ci-monitor

by nrwl

Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.

CI/CD 28.8K 4mo ago
thedivergentai

godot-genre-horror

by thedivergentai

"Expert blueprint for horror games including tension pacing (sawtooth wave: buildup/peak/relief), Director system (macro AI controlling pacing), sensory AI (vision/sound detection), sanity/stress systems (camera shake, audio distortion), lighting atmosphere (volumetric fog, dynamic shadows), and \"dual brain\" AI (cheating director + honest senses). Use for psychological horror, survival horror, or atmospheric games. Trigger keywords: horror_game, tension_pacing, director_system, sensory_perception, sanity_system, volumetric_fog, AI_reaction_time."

Database 217 3mo ago
DaveSkender

code-completion

by DaveSkender

Quality gates checklist for completing code work before finishing implementation cycles

Database 1.2K 3mo ago
lightdash

debug-local

by lightdash

Debug the Lightdash app using PM2 logs, Spotlight traces, and browser automation. Use when investigating issues, tracking down bugs, understanding request flow, or correlating frontend actions with backend behavior.

API Dev 5.9K 3mo ago
CloudAI-X

threejs-loaders

by CloudAI-X

Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

Code Gen 2.3K 4mo ago
wlzh

code-roaster

by wlzh

🔥 用 Gordon Ramsay 风格毒舌吐槽代码质量,生成搞笑且实用的代码审查报告

Database 563 4mo ago
dotnet

verify-tests-fail-without-fix

by dotnet

Verifies UI tests catch the bug. Supports two modes - verify failure only (test creation) or full verification (test + fix validation).

Code Review 23.3K 4mo ago
nrwl

nx-generate

by nrwl

Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.

Code Gen 28.8K 4mo ago
alinaqi

flutter

by alinaqi

Flutter development with Riverpod state management, Freezed, go_router, and mocktail testing

Processing 686 4mo ago
citypaul

typescript-strict

by citypaul

TypeScript strict mode patterns. Use when writing any TypeScript code.

Processing 670 5mo ago
tuist

fix-flaky-tests

by tuist

Fixes flaky tests by analyzing failure patterns from Tuist test insights, identifying root causes, and applying targeted corrections. Can be invoked with a specific test case URL (e.g. https://tuist.dev/{account}/{project}/tests/test-cases/{id}) or without arguments to discover and fix all flaky tests in the project.

Processing 5.7K 3mo 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 5.7K 3mo ago
HermeticOrmus

git-advanced-workflows

by HermeticOrmus

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

CLI Tools 48 6mo ago
OneKeyHQ

1k-patching-native-modules

by OneKeyHQ

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

Code Review 2.4K 4mo ago
OneKeyHQ

1k-sentry-analysis

by OneKeyHQ

Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).

Automation 2.4K 4mo ago
OneKeyHQ

1k-sentry

by OneKeyHQ

Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues. Covers platform-specific setup (desktop/mobile/web/extension) and error filtering strategies.

Debugging 2.4K 4mo ago
dotnet

release-notes

by dotnet

Write release notes for completed changes. Use when PR modifies tracked paths and needs release notes entry.

Code Review 4.3K 3mo ago