调试
定位并修复问题,分析错误
go-documentation
cxuu
Guidelines for Go documentation including doc comments, package docs, godoc formatting, runnable examples, and signal boosting. Use when writing or reviewing documentation for Go packages, types, functions, or methods.
go-style-core
cxuu
Core Go style principles and formatting guidelines from Google and Uber style guides. Use when writing any Go code to ensure clarity, simplicity, and consistency. This is the foundational skill - other Go style skills build on these principles.
auth0-react-native
auth0
Use when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking
api-error-taxonomy
proflead
Define consistent API error codes and responses. Use when a mid-level developer needs error standardization.
performance-trace-guide
proflead
Guide collection and analysis of performance traces. Use when a mid-level developer needs to diagnose slowness.
log-summarizer
proflead
Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.
cross-service-debugger
proflead
Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.
observability-setup
proflead
Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.
linter-fix-guide
proflead
Explain lint errors and propose fixes. Use when a junior developer needs help resolving common lint or format warnings.
error-message-explainer
proflead
Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.
cli-ux-improver
proflead
Improve CLI help, errors, and output. Use when a mid-level developer needs to make a CLI friendlier.
release-notes-drafter
proflead
Draft release notes from changes and PRs. Use when a mid-level developer needs a structured changelog.
ci-failure-triage
proflead
Diagnose CI failures and stabilize pipelines. Use when a mid-level developer needs to resolve flaky or failing builds.
function-docstrings
proflead
Write concise docstrings for functions. Use when a junior developer needs help describing inputs, outputs, and errors.
langsmith-trace-analyzer
Lubu-Labs
"Fetch, organize, and analyze LangSmith traces for debugging and evaluation. Use when you need to: query traces/runs by project, metadata, status, or time window; download traces to JSON; organize outcomes into passed/failed/error buckets; analyze token/message/tool-call patterns; compare passed vs failed behavior; or investigate benchmark and production failures."
twd-tester
BRIKEV
TWD test runner agent — runs in-browser tests via twd-relay, reads failures, fixes issues, and re-runs until green. Use when you want to execute and validate existing TWD tests.
ci-fix
jMerta
"Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code, rerun jobs, and summarize verification. Use when GitHub Actions CI is failing or needs diagnosis."
coding-guidelines-verify
jMerta
"Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations. Use when the user wants scoped compliance checks for changed files."
makefile-generator
akin-ozer
Comprehensive toolkit for generating best practice Makefiles following current standards and conventions. Use this skill when creating new Makefiles, implementing build automation, or building production-ready build systems.
fluentbit-validator
akin-ozer
Comprehensive toolkit for validating, linting, and testing Fluent Bit configurations. Use this skill when working with Fluent Bit config files, validating syntax, checking for best practices, identifying security issues, or performing dry-run testing.
techdebt
0xDarkMatter
"Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis."
python-typing-patterns
0xDarkMatter
"Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict."
add-memory-trace-tags
openharmonyinsight
Use when adding new resource tracking types to memory profiling in developtools_profiler and third_party_musl repositories. Triggered by requests to add trace tags, resource labels, or memory tracking types.
python-observability-patterns
0xDarkMatter
"Observability patterns for Python applications. Triggers on: logging, metrics, tracing, opentelemetry, prometheus, observability, monitoring, structlog, correlation id."