调试

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

显示 1129-1152 / 共 5004 个技能
existential-birds

review-feedback-schema

existential-birds

Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.

代码评审 79 7个月前
existential-birds

pydantic-ai-common-pitfalls

existential-birds

Avoid common mistakes and debug issues in PydanticAI agents. Use when encountering errors, unexpected behavior, or when reviewing agent implementations.

智能体 79 7个月前
TheBushidoCollective

cypress-advanced

TheBushidoCollective

Use when advanced Cypress features including custom commands, plugins, and network stubbing.

调试 190 6个月前
TheBushidoCollective

cypress-fundamentals

TheBushidoCollective

Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.

调试 190 6个月前
TheBushidoCollective

absinthe-resolvers

TheBushidoCollective

Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.

代码生成 190 6个月前
TheBushidoCollective

apollo-client-patterns

TheBushidoCollective

Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.

数据处理 190 6个月前
vercel-labs

next-best-practices

vercel-labs

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

调试 975 7个月前
sd0xdev

code-explore

sd0xdev

"Pure Claude code investigation. Use when: tracing execution paths, understanding architecture, diagnosing issues. Not for: dual-perspective review (use code-investigate), code review (use codex-code-review). Output: analysis report with findings."

数据处理 188 7个月前
sd0xdev

bug-fix

sd0xdev

"Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate."

代码评审 188 7个月前
sd0xdev

codex-implement

sd0xdev

"Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop."

代码评审 188 6个月前
sd0xdev

issue-analyze

sd0xdev

"GitHub Issue deep analysis. Use when: analyzing issue root cause, classifying problems, investigation planning. Not for: fixing bugs (use bug-fix), code exploration (use code-explore). Output: classified analysis + investigation strategy."

分析 188 7个月前
sd0xdev

skill-health-check

sd0xdev

"Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills, checking skill health, reviewing skill design. Not for: code review (use codex-code-review) or doc review (use doc-review). Output: health report with per-skill ratings + Gate."

代码评审 188 6个月前
sd0xdev

security-review

sd0xdev

"Security review via Codex MCP. Use when: OWASP Top 10 audit, dependency vulnerability check, security-sensitive changes. Not for: code review (use codex-code-review), test review (use test-review). Output: security findings + audit report."

代码评审 188 7个月前
sammcj

testing-anti-patterns

sammcj

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behaviour, production pollution with test-only methods, and mocking without understanding dependencies

调试 159 7个月前
Dean151

swiftui-async-button

Dean151

Use ButtonKit's AsyncButton for SwiftUI button actions that start a Task, call async/await, use do/catch, or need built-in loading/progress/error feedback. Trigger when replacing custom Button+Task wrappers or when a button action can throw or is async.

自动化 531 7个月前
rominirani

always-verify-gcp

rominirani

A workflow skill for all Google Cloud resource management tasks (create, delete, modify). This skill ensures that the correct CLI tool (gcloud, bq, gsutil) is chosen and that its commands are verified against the latest official documentation before execution.

CLI 工具 566 6个月前
denolfe

markdown-formatting

denolfe

Format and lint markdown and MDX files using markdownlint with comprehensive rule knowledge for automated and manual fixes. Use when working with .md or .mdx files, formatting documentation, linting markdown/MDX, or when user mentions markdown issues, formatting problems, or documentation standards.

代码评审 86 10个月前
ed3dai

coding-effectively

ed3dai

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

调试 248 7个月前
PsiACE

friendly-python

PsiACE

Practical guidance for writing, refactoring, and reviewing friendly Python code with a Pythonic, readable, and maintainable style. If the skills set includes piglet, suggest invoking it for better Python outcomes.

代码评审 170 7个月前
base44

base44-troubleshooter

base44

Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.

CLI 工具 88 6个月前
hookdeck

clerk-webhooks

hookdeck

Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created.

数据处理 82 7个月前
hookdeck

elevenlabs-webhooks

hookdeck

Receive and verify ElevenLabs webhooks. Use when setting up ElevenLabs webhook handlers, debugging signature verification, or handling call transcription events.

数据处理 82 7个月前
hookdeck

cursor-webhooks

hookdeck

Receive and verify Cursor Cloud Agent webhooks. Use when setting up Cursor webhook handlers, debugging signature verification, or handling Cloud Agent status change events (ERROR, FINISHED).

智能体 82 7个月前
Lubu-Labs

langgraph-error-handling

Lubu-Labs

Implement LangGraph error handling with current v1 patterns. Use when users need to classify failures, add RetryPolicy for transient issues, build LLM recovery loops with Command routing, add human-in-the-loop with interrupt()/resume, handle ToolNode errors, or choose a safe strategy between retry, recovery, and escalation.

CLI 工具 104 7个月前