调试

定位并修复问题,分析错误

显示 937-960 / 共 5004 个技能
JamieMason

front-loading

JamieMason

Put the answer first, then context and details follow. Use when writing documentation, tutorials, error messages, or any communication where readers need to decide quickly if something is relevant to them.

调试 2087 7个月前
JamieMason

add-feature

JamieMason

Add new features to Syncpack including commands and validation logic. Use when implementing new CLI commands, adding InstanceState variants, or extending version group behaviour.

CLI 工具 2087 7个月前
JamieMason

write-code

JamieMason

Rust code style and conventions for Syncpack. Use when writing or modifying Rust code. Covers functional patterns, imports, naming, and quality standards.

CLI 工具 2087 7个月前
yonatangross

ci-debug

yonatangross

"Diagnose a failing CI run against an 11-pattern playbook. Classifies the failure, cites the relevant memory entry, proposes the exact fix command — but NEVER applies without explicit user approval. Use when a specific PR check or GitHub Actions run failed and you want a diagnosis instead of speculation. Don't use for org-wide CI sweeps (that's /status) or for app-level test failures (the playbook is CI-infra-specific)."

调试 224 1个月前
yonatangross

errors

yonatangross

"Error pattern analysis and troubleshooting for Claude Code sessions. Categorizes errors (network, auth, model, tool, memory, permission) with known resolution patterns, searches memory for prior occurrences, and suggests recovery steps. Delegates to debug-investigator agent for complex root cause analysis. Use when handling errors, fixing failures, or troubleshooting session issues."

调试 224 1个月前
osovv

grace-refresh

osovv

"Synchronize the GRACE knowledge graph with the actual codebase. Use after manual code changes, refactoring, or when you suspect drift between the knowledge graph and the code — scans all source files, detects missing/orphaned modules and stale CrossLinks, and proposes fixes."

分析 240 6个月前
aws-samples

code-agent

aws-samples

Autonomous coding agent. Delegate any task that involves understanding, writing, or running code — from a GitHub issue, a bug report, or a user request. It explores, implements, and verifies on its own.

智能体 190 6个月前
colonelpanic8

release

colonelpanic8

Use when user asks to release, publish, bump version, or prepare a new version for deployment

调试 221 6个月前
openakita

skill-creator

openakita

创建和改进 OpenAkita 技能。当需要:(1) 为重复性任务创建新技能,(2) 改进现有技能,(3) 将临时脚本封装为可复用技能时使用。技能是 OpenAkita 自进化的核心机制。

调试 1973 6个月前
openakita

add-memory

openakita

Record important information to long-term memory for learning user preferences, successful patterns, and error lessons. When you need to remember user preferences, save successful patterns, or record lessons from errors.

调试 1973 7个月前
Senpi-ai

condor-strategy

Senpi-ai

CONDOR v4.0.1 — One Amazing Trade per Day. Top 50 HL assets, pure trend continuation, apex confluence only. 3TF alignment hard gate + MACRO_TREND_GATE + SM consensus >=70%, MIN_SCORE 12, score-scaled sizing (50%/70%/80%), 10x leverage cap, 6-tier DSL ladder from Kodiak SOL empirical wins. v4.0.1 ships a race-window dedup cache that eliminates the ENGINE_FAILURE retry noise on already-held assets, plus a doubled DSL exit interval to throttle REDUCE_ONLY spam when runtime position-state lags HL.

代码生成 118 3个月前
Dicklesworthstone

ubs

Dicklesworthstone

"Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate."

调试 284 4个月前
mohitmishra786

make

mohitmishra786

GNU Make skill for C/C++ build systems. Use when writing or debugging Makefiles, understanding pattern rules and automatic dependency generation, managing CFLAGS/LDFLAGS, converting ad-hoc compile commands into maintainable Makefiles, or diagnosing incremental build issues. Activates on queries about Makefiles, make targets, pattern rules, phony targets, dependency tracking, recursive make, or make errors.

调试 186 6个月前
secondsky

Bun HTTP Server

secondsky

Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.

代码生成 210 8个月前
secondsky

Bun Macros

secondsky

Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files, inlining environment variables, or executing code during the bundling process.

数据处理 210 8个月前
regenrek

debug-lldb

regenrek

Capture and analyze thread backtraces with LLDB/GDB to debug hangs, deadlocks, UI freezes, IPC stalls, or high-CPU loops across any language or project. Use when an app becomes unresponsive, switching contexts stalls, or you need thread stacks to locate lock inversion or blocking calls.

自动化 140 8个月前
secondsky

api-error-handling

secondsky

Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.

代码生成 210 8个月前
iterate

architect-diagnose-test-flakes

iterate

Diagnose flaky tests and unstable CI behavior.

CI/CD 199 6个月前
iterate

architect-diagnose-errors

iterate

Diagnose error spikes and exception clusters with Cloudflare + PostHog evidence.

云服务 199 6个月前
iterate

architect-diagnose-performance

iterate

Diagnose latency, saturation, and throughput regressions.

调试 199 6个月前
iterate

debug-os-worker

iterate

Debug failures in the Cloudflare os worker using the Cloudflare MCP server (events, keys, values, and targeted queries). Use when diagnosing 500s, missing logs, daemon/control-plane issues, or request-level regressions in production.

云服务 199 7个月前
NeverSight

claude-code-hooks

NeverSight

"Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool validation, audit logging."

CLI 工具 203 7个月前
NeverSight

go-best-practices

NeverSight

Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.

调试 203 7个月前
NeverSight

git-best-practices

NeverSight

Git workflow patterns for commits, branching, PRs, and history management across heterogeneous repositories. Use when creating commits, managing branches, opening pull requests, or rewriting history. Do not use for non-git implementation tasks or repo-specific release policy decisions without repository documentation.

代码评审 203 6个月前