调试

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

显示 913-936 / 共 5004 个技能
rohitg00

deslop

rohitg00

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use after completing changes and before committing.

调试 2782 6个月前
neondatabase

logging-best-practices

neondatabase

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics

数据处理 624 7个月前
Donchitos

patch-notes

Donchitos

"Generate player-facing patch notes from git history, sprint data, and internal changelogs. Translates developer language into clear, engaging player communication."

代码生成 2.5万 6个月前
Donchitos

hotfix

Donchitos

"Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly."

调试 2.5万 6个月前
Donchitos

bug-report

Donchitos

"Creates a structured bug report from a description, or analyzes code to identify potential bugs. Ensures every bug report has full reproduction steps, severity assessment, and context."

调试 2.5万 6个月前
Donchitos

changelog

Donchitos

"Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions."

调试 2.5万 6个月前
freekmurze

fix-github-issue

freekmurze

Fix GitHub issues using gh CLI. Use when asked to fix, resolve, or address a GitHub issue. Creates fixes on separate branches, runs tests locally, and creates PRs when tests pass. Requires gh CLI authenticated and repo cloned locally.

代码评审 1000 7个月前
mohitmishra786

cmake

mohitmishra786

CMake build system skill for C/C++ projects. Use when writing or refactoring CMakeLists.txt, configuring out-of-source builds, selecting generators (Ninja, Make, VS), managing targets and dependencies with target_link_libraries, integrating external packages via find_package or FetchContent, enabling sanitizers, setting up toolchain files for cross-compilation, or exporting CMake packages. Activates on queries about CMakeLists.txt, cmake configure errors, target properties, install rules, CPack, or CMake presets.

代码评审 186 6个月前
mohitmishra786

dynamic-linking

mohitmishra786

Dynamic linking skill for Linux/ELF shared libraries. Use when debugging library loading failures, configuring RPATH vs RUNPATH, understanding soname versioning, using dlopen/dlsym for plugin systems, LD_PRELOAD interposition, or controlling symbol visibility. Activates on queries about shared libraries, dlopen, LD_LIBRARY_PATH, RPATH, soname, LD_PRELOAD, symbol visibility, or "cannot open shared object file" errors.

CLI 工具 186 6个月前
OpenAEC-Foundation

erpnext-errors-clientscripts

OpenAEC-Foundation

"Error handling patterns for ERPNext/Frappe Client Scripts. Use when implementing try/catch, user feedback, server call error handling, validation errors, and debugging. Covers async error handling, graceful degradation, and user-friendly error messages. V14/V15/V16 compatible. Triggers: client script error, try catch, frappe.throw, error handling, async error, validation error."

调试 173 7个月前
bobmatnyc

Test Quality Inspector

bobmatnyc

Systematically inspect unit and E2E tests to verify they test the right behavior, provide meaningful coverage, and catch real regressions

调试 149 9个月前
mcollina

nodejs-core

mcollina

Deep Node.js internals expertise including C++ addons, V8, libuv, and build systems

API 开发 1901 6个月前
ReinaMacCredy

analyze

ReinaMacCredy

Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.

代码评审 230 6个月前
ReinaMacCredy

ultraqa

ReinaMacCredy

Iterative fix-and-verify loop for tests, build, lint, or typecheck. Diagnoses failures, applies fixes, re-verifies — up to 5 cycles.

CLI 工具 230 6个月前
adobe

code-review

adobe

Review code for AEM Edge Delivery Services projects. Use at the end of development (before PR) for self-review, or to review pull requests. Validates code quality, performance, accessibility, and adherence to EDS best practices.

无障碍 170 7个月前
cryfs

async-drop

cryfs

Guide to the AsyncDrop pattern for async cleanup in Rust. Use when working with AsyncDropGuard, implementing AsyncDrop trait, or handling async resource cleanup.

代码生成 2301 8个月前
NeverSight

claude-code-debug

NeverSight

"Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found."

代码评审 203 7个月前
getsentry

sentry-code-review

getsentry

Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.

代码评审 255 10个月前
alexandru

jspecify-nullness

alexandru

JSpecify nullness annotations for Java APIs and tooling. Use when adopting or migrating JSpecify annotations, designing null-safe Java signatures and generics, or interpreting tool conformance and Kotlin interop.

注释 50 7个月前
ryoppippi

react-server-components

ryoppippi

Review React code for proper Server/Client Component boundaries based on Next.js and React documentation. Identifies misplaced 'use client' directives and suggests optimal component splitting.

代码评审 260 7个月前
ryoppippi

you-might-not-need-an-effect

ryoppippi

Review React code for unnecessary useEffect usage based on react.dev guidelines. Analyses code for useEffect anti-patterns and optionally applies fixes. Use when reviewing React code quality or refactoring effects.

代码评审 260 6个月前
ryoppippi

ask-claude

ryoppippi

Consult Claude Code for a second opinion on implementation plans, code reviews, or problem-solving. Use when you want an independent perspective from a different AI agent before making significant decisions.

智能体 260 6个月前
JamieMason

fix-bug

JamieMason

Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.

CLI 工具 2087 7个月前
JamieMason

signal-over-noise

JamieMason

Maximize useful information per word by removing filler, obvious explanations, and hedging language. Use when writing documentation, error messages, code comments, or any communication where clarity and conciseness matter.

注释 2087 7个月前