调试

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

显示 2185-2208 / 共 4980 个技能
PaulRBerg

effect-ts

PaulRBerg

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

调试 6 7个月前
PaulRBerg

coderabbit

PaulRBerg

This skill should be used when the user asks to "review CodeRabbit feedback", "triage CodeRabbit comments", "check CodeRabbit PR review", "evaluate CodeRabbit suggestions", "process CodeRabbit review", "address CodeRabbit comments", "fix CodeRabbit issues", "coderabbit review", or mentions reviewing, triaging, or acting on CodeRabbit bot feedback on a pull request.

代码评审 6 6个月前
daishiman

fixture-invalid-skill

daishiman

This is invalid: because of unquoted colon

调试 6 7个月前
futuregerald

error-handling-patterns

futuregerald

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

数据处理 6 7个月前
majesticlabs-dev

etl-core-patterns

majesticlabs-dev

Core ETL reliability patterns including idempotency, checkpointing, error handling, chunking, retry logic, and logging.

自动化 49 6个月前
mgd34msu

task-orchestration

mgd34msu

"Load PROACTIVELY when decomposing a user request into parallel agent work. Use when user says \"build this\", \"implement this feature\", or any request requiring multiple agents working concurrently. Guides task decomposition into parallelizable units, agent assignment with skill matching, dependency graph construction, WRFC loop coordination across up to 6 concurrent agent chains, and result aggregation."

智能体 6 6个月前
weorbitant

orbitant-graceful-degradation

weorbitant

Checks MCP servers and config files before any chief-of-staff command. Ensures no command hard-fails — always proceeds with available sources. Auto-activates on every command.

CLI 工具 6 6个月前
v1-io

address-review

v1-io

Use when addressing PR review comments from Copilot, bots, or humans. Triggers on "fix review comments", "address Copilot feedback", "respond to PR comments".

代码评审 6 7个月前
oldwinter

skill-review

oldwinter

Skills retrospective and improvement. Use when: - User asks to "review", "retrospect", "summarize" or "复盘" skills - User wants to analyze skills issues from the conversation - User requests skills optimization or improvement - End of conversation or after significant skill usage

代码生成 6 6个月前
lv416e

systematic-debugging

lv416e

"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 バグ、テスト失敗、予期しない動作に遭遇した際、修正を提案する前に使用 - 4フェーズフレームワーク(根本原因調査、パターン分析、仮説検証、実装)により、解決策を試す前に理解を確保"

代码生成 6 10个月前
futuregerald

systematic-debugging

futuregerald

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

代码生成 6 7个月前
v1-io

fix-tests

v1-io

Use when tests are failing and need systematic fixing until all pass. Triggers on "fix tests", "tests failing", "make tests pass".

CLI 工具 6 7个月前
mgd34msu

review-scoring

mgd34msu

"ALWAYS load before starting any task. Provides the 10-dimension weighted scoring rubric (0-10 scale) used to evaluate all implementations in WRFC loops. Dimensions include correctness, completeness, error handling, type safety, security, performance, maintainability, testing, accessibility, and documentation. Includes deterministic validation scripts and score thresholds for pass/revise/reject decisions."

无障碍 6 6个月前
PaulRBerg

code-polish

PaulRBerg

This skill should be used when the user asks to "polish code", "simplify and review", "clean up and review code", "full code polish", "simplify then review", "refactor and review", "simplify and fix", "clean up and fix", or wants a combined simplification and review workflow on recently changed code.

代码评审 6 6个月前
zhukunpenglinyutong

security-review

zhukunpenglinyutong

在添加认证、处理用户输入、处理密钥、创建 API 端点或实现支付/敏感功能时使用此 skill。提供全面的安全检查清单和模式。

API 开发 335 7个月前
tuist

migrating-to-tuist-generated-projects

tuist

Migrates existing Xcode projects to Tuist generated workspaces with build and run validation, external dependency mapping, and migration checklists. Use when adopting Tuist for an existing app or converting a hand-edited Xcode project to generated projects.

代码生成 35 6个月前
tuist

debug-generated-project

tuist

Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected project behavior.

CLI 工具 35 6个月前
tuist

fix-flaky-tests

tuist

Fixes a specific flaky test by analyzing its failure patterns from Tuist, identifying the root cause, and applying a targeted correction. Typically invoked with a Tuist test case URL in the format such as https://tuist.dev/{account}/{project}/tests/test-cases/{id}.

数据处理 35 6个月前
majesticlabs-dev

etl-patterns

majesticlabs-dev

Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.

CI/CD 49 6个月前
ssiumha

code-review-typescript

ssiumha

TypeScript type safety review checklist. Injected into code-reviewer agent for TypeScript/TSX projects. Use when reviewing TypeScript code for type safety or auditing type definitions.

代码评审 9 6个月前
lingui

swc-plugin-compatibility

lingui

Diagnose and fix Lingui SWC plugin compatibility errors with Next.js, Rspack, or other SWC runtimes. Use when seeing errors like "failed to invoke plugin", "failed to run Wasm plugin transform", "out of bounds memory access", or "LayoutError" during builds with @lingui/swc-plugin.

代码评审 9 7个月前
sablier-labs

effect-ts

sablier-labs

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.

调试 9 7个月前
DanielMadsenDK

servicenow-ui-forms

DanielMadsenDK

Manipulate form field state using g_form APIs — no server calls required. Covers field value get/set, mandatory/read-only/hidden control, inline validation and error messages, section and tab visibility, and form state checks. Use when client-side logic only involves updating field state directly on the form. For scripts that require GlideAjax server communication or UI Policies, use the servicenow-client-scripts skill.

调试 9 6个月前
DanielMadsenDK

servicenow-script-server-logic

DanielMadsenDK

General server-side operations including system interactions, user session management, event queuing, and utility functions. Covers GlideSystem (gs) methods, logging, system properties, and background job coordination. Use for system-level tasks, user context operations, event publishing, or when performing administrative functions not specific to data manipulation, flows, or security.

数据处理 9 6个月前