调试

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

显示 361-384 / 共 4982 个技能
daymade

developing-ios-apps

daymade

Develops iOS applications with XcodeGen, SwiftUI, and SPM. Triggers on XcodeGen project.yml configuration, SPM dependency issues, device deployment problems, code signing errors, camera/AVFoundation debugging, iOS version compatibility, or "Library not loaded @rpath" framework errors. Use when building iOS apps, fixing Xcode build failures, or deploying to real devices.

CLI 工具 1354 8个月前
mindfold-ai

break-loop

mindfold-ai

"Break the Loop - Deep Bug Analysis"

代码评审 1.4万 7个月前
cat-xierluo

git-batch-commit

cat-xierluo

智能 Git 批量提交工具。当用户说 "git 提交"、"git commit"、"批量提交"、"拆分提交"、"整理提交" 时使用,或者当用户暂存了多个不同类型的文件需要分开提交时使用。自动将混合的文件修改按类型分类(依赖管理、文档更新、license 文件、配置、源代码等),并创建多个清晰聚焦的提交,使用标准化的提交信息格式。帮助保持清晰的 Git 历史,确保每个提交都有单一、明确的目的。使用英文前缀(docs:、feat:、fix: 等)加中文内容,支持 GitHub 彩色标签显示。

调试 610 6个月前
rmyndharis

c-pro

rmyndharis

Write efficient C code with proper memory management, pointer

调试 1392 7个月前
rmyndharis

bash-defensive-patterns

rmyndharis

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

CI/CD 1392 7个月前
rmyndharis

async-python-patterns

rmyndharis

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

数据库 1392 7个月前
rmyndharis

code-refactoring-tech-debt

rmyndharis

"You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti"

代码生成 1392 7个月前
rmyndharis

codebase-cleanup-tech-debt

rmyndharis

"You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti"

代码生成 1392 7个月前
bitwarden

avoiding-false-positives

bitwarden

Use this skill when validating ANY potential code review finding. Apply BEFORE classifying to verify the finding is real; can you trace incorrect behavior, is it handled elsewhere, and are you certain about framework semantics? If any answer is no, DO NOT create the finding.

API 开发 137 7个月前
ComposioHQ

langsmith-fetch

ComposioHQ

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.

智能体 7.3万 7个月前
obra

systematic-debugging

obra

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

代码生成 27.9万 8个月前
obra

receiving-code-review

obra

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

代码评审 27.9万 8个月前
obra

test-driven-development

obra

Use when implementing any feature or bugfix, before writing implementation code

调试 27.9万 8个月前
obra

dispatching-parallel-agents

obra

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

智能体 27.9万 8个月前
LerianStudio

ring:defense-in-depth

LerianStudio

Multi-layer validation pattern - validates data at EVERY layer it passes through to make bugs structurally impossible, not just caught.

代码生成 209 7个月前
LerianStudio

ring:condition-based-waiting

LerianStudio

Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.

调试 209 7个月前
LerianStudio

ring:production-readiness-audit

LerianStudio

Comprehensive Ring-standards-aligned 44-dimension production readiness audit. Detects project stack, loads Ring standards via WebFetch, and runs in batches of 10 explorers appending incrementally to a single report file. Categories - Structure (pagination, errors, routes, bootstrap, runtime, core deps, naming, domain modeling, nil-safety, api-versioning, resource-leaks), Security (auth, IDOR, SQL, validation, secret-scanning, data-encryption, multi-tenant, rate-limiting, cors), Operations (telemetry, health, config, connections, logging, resilience, graceful-degradation), Quality (idempotency, docs, debt, testing, dependencies, performance, concurrency, migrations, linting, caching), Infrastructure (containers, hardening, cicd, async, makefile, license). Produces scored report (0-430, max 440 with multi-tenant) with severity ratings and standards cross-reference.

代码评审 209 6个月前
rudrankriyam

asc-id-resolver

rudrankriyam

Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.

代码评审 982 6个月前
CloudAI-X

threejs-loaders

CloudAI-X

Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

代码生成 3145 7个月前
CloudAI-X

threejs-shaders

CloudAI-X

Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials.

代码生成 3145 7个月前
max-sixty

release

max-sixty

Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.

代码评审 6644 6个月前
max-sixty

issue-triage

max-sixty

Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.

调试 6644 6个月前
wshobson

error-handling-patterns

wshobson

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.

数据处理 3.9万 7个月前
wshobson

debugging-strategies

wshobson

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

调试 3.9万 7个月前