调试

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

显示 817-840 / 共 4982 个技能
xu-xiang

python-testing

xu-xiang

使用 pytest、TDD 方法论、fixtures、mocking、参数化和代码覆盖率要求的 Python 测试策略。

数据库 1912 7个月前
xu-xiang

golang-patterns

xu-xiang

Go 语言惯用模式、最佳实践以及构建健壮、高效且可维护 Go 应用程序的规范。

数据处理 1912 7个月前
alinaqi

flutter

alinaqi

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

数据处理 705 8个月前
alinaqi

supabase-node

alinaqi

Express/Hono with Supabase and Drizzle ORM

数据库 705 8个月前
shinpr

typescript-rules

shinpr

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

调试 670 8个月前
udecode

tdd

udecode

Use when implementing complex logic that needs test coverage - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first; NOT for UI components, simple CRUD, or straightforward code

调试 1153 7个月前
udecode

changelog

udecode

Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.

调试 1153 7个月前
udecode

learn

udecode

Continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /learn command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.

代码评审 1153 7个月前
udecode

trace

udecode

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

代码生成 1153 7个月前
udecode

debug

udecode

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

调试 1153 7个月前
joelhooks

pr-triage

joelhooks

"Context-efficient PR comment triage. Evaluate, decide, act. Fix important issues, resolve the rest silently."

代码评审 733 8个月前
joelhooks

gh-issue-triage

joelhooks

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

调试 733 8个月前
olorehq

olore-zod-latest

olorehq

Local zod documentation reference (latest). Zod schema validation documentation. Use for TypeScript type inference, parsing, error handling, and schema composition.

数据库 103 7个月前
codewithmukesh

autonomous-loops

codewithmukesh

Autonomous iteration loops for .NET development: build-fix, test-fix, refactor, and scaffold loops. Each loop has bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. Load this skill when Claude needs to fix build errors, fix failing tests, perform multi-step refactoring, scaffold a new feature, or when the user says "fix the build", "make the tests pass", "refactor this", "scaffold", "generate and verify", "keep going until it works", "autonomous", or "loop".

分析 677 6个月前
codewithmukesh

verification-loop

codewithmukesh

7-phase .NET verification pipeline with structured PASS/FAIL reporting. Ensures every change is build-verified, diagnostics-clean, anti-pattern-free, test-passing, security-scanned, format-compliant, and diff-reviewed before marking work as complete. Load this skill when: "verify", "check everything", "run verification", "pre-PR check", "is this ready", "validate changes", "build and test", "quality gate", "pipeline check", "ready to merge".

代码生成 677 6个月前
codewithmukesh

code-review-workflow

codewithmukesh

Structured code review workflow for .NET projects using Roslyn MCP tools. Multi-dimensional review covering correctness, security, performance, architecture compliance, and test coverage. Load when: "review PR", "review code", "code review", "PR review", "review changes", "review my code", "check code quality".

代码评审 677 6个月前
codewithmukesh

error-handling

codewithmukesh

Error handling strategy for .NET 10 applications. Covers the Result pattern, ProblemDetails (RFC 9457), global exception handling, FluentValidation, and structured error responses. Load this skill when implementing error handling, validation, or designing API error contracts, or when the user mentions "error handling", "Result pattern", "ProblemDetails", "exception", "validation", "FluentValidation", "error response", "global exception handler", or "RFC 9457".

API 开发 677 6个月前
codewithmukesh

model-selection

codewithmukesh

Strategic Claude model selection for .NET development workflows. Guides when to use Opus 4.6 (deep reasoning, architecture, ambiguous problems) vs Sonnet 4.6 (throughput, large context, routine implementation) vs Haiku 4.5 (fast, cheap subagent tasks). Covers model switching workflows, subagent model assignment, and cost-effective task routing. Load this skill when choosing models for tasks, optimizing costs, working with subagents, or when the user mentions "model", "Opus", "Sonnet", "Haiku", "which model", "cost", "switch model", or "fast mode".

代码评审 677 6个月前
codewithmukesh

learning-log

codewithmukesh

Auto-document insights and discoveries during development sessions. Unlike MEMORY.md (corrective rules from the self-correction-loop skill), the learning log captures organic discoveries: non-obvious bugs, undocumented architecture decisions, performance findings, workarounds, and gotchas. Stored at .claude/learning-log.md. Load this skill when Claude discovers something non-obvious, finds a workaround, uncovers an undocumented decision, or when the user asks about "learnings", "discoveries", "gotchas", "what did we learn", or "document this finding".

调试 677 6个月前
dropseed

plain-bug

dropseed

Submit a bug report for the Plain framework. Use when you encounter a bug, error, or unexpected behavior. Collects context and creates a GitHub issue.

分析 1041 6个月前
dropseed

plain-upgrade

dropseed

Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.

代码生成 1041 6个月前
dropseed

plain-optimize

dropseed

Captures and analyzes performance traces to identify slow queries and N+1 problems. Use when analyzing performance or optimizing database queries.

调试 1041 7个月前
forcedotcom

effect-best-practices

forcedotcom

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

数据库 1033 6个月前
forcedotcom

vscode-window-messages

forcedotcom

Guidelines for using vscode.window.show*Message methods. Use when working with showInformationMessage, showWarningMessage, showErrorMessage.

代码生成 1033 6个月前