调试

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

显示 1441-1464 / 共 5004 个技能
claude-dev-suite

axum

claude-dev-suite

Axum Rust web framework by Tokio. Covers routing, handlers, extractors, middleware, and state. Use for ergonomic async Rust APIs. USE WHEN: user mentions "axum", "tokio web", "rust async api", "tower middleware", asks about "axum extractors", "axum state", "axum router", "rust websocket axum", "hyper server", "ergonomic rust api" DO NOT USE FOR: Actix-web projects - use actix-web instead, Rocket projects - use rocket instead, Warp projects - use warp instead, non-Rust backends

代码生成 29 7个月前
claude-dev-suite

axios

claude-dev-suite

Axios - promise-based HTTP client for browser and Node.js USE WHEN: user mentions "Axios", "HTTP requests", "API calls", "interceptors", "Axios instance", asks about "how to make HTTP calls", "configure Axios", "add auth header", "handle HTTP errors" DO NOT USE FOR: Fetch API - use http-clients instead; ky/ofetch - use http-clients instead; GraphQL clients - use graphql-codegen instead; tRPC - use trpc instead

API 开发 29 7个月前
claude-dev-suite

rest-api

claude-dev-suite

REST API design principles. Covers resources, methods, and status codes. Use when designing or reviewing REST APIs. USE WHEN: user mentions "REST API", "RESTful", "HTTP methods", "status codes", "resource naming", "API endpoints", "pagination", "versioning", asks about "how to design REST API", "REST best practices", "API documentation", "HTTP verbs" DO NOT USE FOR: GraphQL APIs - use graphql instead; tRPC - use trpc instead; OpenAPI specs - use openapi instead; Spring Boot REST - combine with springdoc-openapi

API 开发 29 7个月前
claude-dev-suite

express

claude-dev-suite

Express.js minimal Node.js web framework. Covers routing, middleware, error handling, and API design. Use when building Express APIs. USE WHEN: user mentions "Express", "express.js", "app.use", "middleware", "express Router", asks about "minimalist Node.js framework", "simple REST API", "lightweight web server", "Node.js middleware pattern" DO NOT USE FOR: Enterprise applications with DI - use nestjs instead, High-performance APIs - use fastify instead, Edge runtimes - use hono instead, Deno - use oak or fresh instead

API 开发 29 7个月前
cxuu

go-context

cxuu

Go context.Context usage patterns including parameter placement, avoiding struct embedding, and proper propagation. Use when working with context.Context in Go code for cancellation, deadlines, and request-scoped values.

API 开发 148 7个月前
cxuu

go-control-flow

cxuu

Go control flow idioms from Effective Go. Covers if with initialization, omitting else for early returns, for loop forms, range, switch without fallthrough, type switch, and blank identifier patterns. Use when writing conditionals, loops, or switch statements in Go.

调试 148 7个月前
Dwsy

vue-best-practices

Dwsy

Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing, reviewing, or refactoring Vue components to ensure correct typing patterns. Triggers on tasks involving Vue components, props extraction, wrapper components, template type checking, or Volar configuration.

调试 22 7个月前
existential-birds

phoenix-code-review

existential-birds

Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or context modules.

认证鉴权 79 7个月前
existential-birds

go-middleware

existential-birds

Idiomatic Go HTTP middleware patterns with context propagation, structured logging via slog, centralized error handling, and panic recovery. Use when writing middleware, adding request tracing, or implementing cross-cutting concerns.

API 开发 79 7个月前
existential-birds

humanize

existential-birds

Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identifies issues.

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

vercel-ai-sdk

existential-birds

Vercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, streaming responses, or building chat UI. Triggers on useChat, @ai-sdk/react, UIMessage, ChatStatus, streamText, toUIMessageStreamResponse, addToolOutput, onToolCall, sendMessage.

API 开发 79 7个月前
existential-birds

go-testing-code-review

existential-birds

Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.

API 开发 79 7个月前
brianlovin

knip

brianlovin

Run knip to find and remove unused files, dependencies, and exports. Use for cleaning up dead code and unused dependencies.

代码评审 365 6个月前
travisjneuman

accessibility-a11y

travisjneuman

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing

无障碍 95 7个月前
cxuu

go-naming

cxuu

Go naming conventions for packages, functions, methods, variables, constants, and receivers from Google and Uber style guides. Use when naming any identifier in Go code—choosing names for types, functions, methods, variables, constants, or packages—to ensure clarity, consistency, and idiomatic style.

API 开发 148 7个月前
existential-birds

go-data-persistence

existential-birds

Data persistence patterns in Go covering raw SQL with sqlx/pgx, ORMs like Ent and GORM, connection pooling, migrations with golang-migrate, and transaction management. Use when implementing database access, designing repositories, or managing schema migrations.

数据库 79 7个月前
dykyi-roman

analyze-docker-runtime-errors

dykyi-roman

Analyzes Docker runtime errors for PHP containers. Identifies 502 Bad Gateway, OOM kills, connection refused, and permission issues.

调试 96 6个月前
dykyi-roman

analyze-php-logs

dykyi-roman

Parses and analyzes PHP application logs in PSR-3/Monolog, Laravel, Symfony, and plain error_log formats. Extracts exceptions, stack traces, request context, error frequency, and correlates related errors.

调试 96 6个月前
dykyi-roman

bug-regression-preventer

dykyi-roman

Regression prevention checklist for bug fixes. Ensures API compatibility, behavior preservation, and no unintended side effects.

数据处理 96 6个月前
dykyi-roman

bug-fix-knowledge

dykyi-roman

Bug fix knowledge base. Provides bug categories, symptoms, fix patterns, and minimal intervention principles for PHP 8.4 projects.

代码生成 96 6个月前
dykyi-roman

changelog-template

dykyi-roman

Generates CHANGELOG.md files following Keep a Changelog format. Creates version history documentation.

调试 96 6个月前
dykyi-roman

analyze-ci-logs

dykyi-roman

Analyzes CI/CD pipeline logs to identify failure causes. Parses error messages, detects common failure patterns, and provides fix recommendations.

CI/CD 96 6个月前
dykyi-roman

analyze-docker-build-errors

dykyi-roman

Analyzes Docker build errors for PHP projects. Identifies extension compilation failures, dependency issues, memory limits, and provides fixes.

调试 96 6个月前
dykyi-roman

bug-root-cause-finder

dykyi-roman

Root cause analysis methods for PHP bugs. Provides 5 Whys technique, fault tree analysis, git bisect guidance, and stack trace parsing.

调试 96 6个月前