调试

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

显示 2329-2352 / 共 4970 个技能
massimodeluisa

recursive-decomposition

massimodeluisa

Based on the Recursive Language Models (RLM) research by Zhang, Kraska, and Khattab (2025), this skill provides strategies for handling tasks that exceed comfortable context limits through programmatic decomposition and recursive self-invocation. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or tasks involving 10+ files or 50k+ tokens.

自动化 46 7个月前
neurofoo

redteam

neurofoo

Red team adversarial analysis to find weaknesses, vulnerabilities, and failure modes. Use before launches, for security review, or when a plan feels too perfect.

调试 111 8个月前
neurofoo

eos-usage

neurofoo

Strunk & White grammar review using the 11 elementary rules from "Elements of Style" Chapter I. Use when checking mechanics, punctuation, and grammatical correctness.

代码评审 111 7个月前
aRustyDev

convert-fsharp-elm

aRustyDev

Convert F# code to idiomatic Elm. Use when migrating F# projects to Elm, translating backend F# to frontend Elm, refactoring .NET backends with Elm frontends, or exploring functional patterns across backend and frontend domains. Extends meta-convert-dev with F#-to-Elm specific patterns.

调试 8 7个月前
aRustyDev

cicd-bitbucket-pipes-dev

aRustyDev

Develop custom Bitbucket Pipes for reusable CI/CD components. Use when creating pipes for organization-wide use, building Docker-based automation steps, packaging pipes for the Atlassian Marketplace, or designing reusable pipeline components.

CLI 工具 8 7个月前
aRustyDev

convert-erlang-clojure

aRustyDev

Convert Erlang code to idiomatic Clojure. Use when migrating Erlang/OTP applications to Clojure/JVM, translating BEAM processes to JVM concurrency, or refactoring distributed systems from OTP to Clojure patterns. Extends meta-convert-dev with Erlang-to-Clojure specific patterns.

数据处理 8 7个月前
aRustyDev

convert-fsharp-erlang

aRustyDev

Convert F# code to idiomatic Erlang. Use when migrating F# projects to Erlang/OTP, translating .NET functional patterns to BEAM/OTP patterns, or refactoring F# codebases to leverage Erlang's fault-tolerance and distribution. Extends meta-convert-dev with F#-to-Erlang specific patterns.

数据处理 8 7个月前
farming-labs

middleware-patterns

farming-labs

Explains middleware concepts, patterns, and implementations. Covers server middleware, edge middleware, request/response pipelines, and common use cases like auth, logging, and CORS. Use when implementing middleware or understanding request processing pipelines.

认证鉴权 35 7个月前
farming-labs

state-management-patterns

farming-labs

Explains state management in web applications including client state, server state, URL state, and caching strategies. Use when discussing where to store state, choosing between local and global state, or implementing data fetching patterns.

数据处理 35 7个月前
maxvaega

git-helper

maxvaega

Generate git commit messages and help with git workflows

调试 146 10个月前
julianromli

next-best-practices

julianromli

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

调试 142 7个月前
julianromli

systematic-debugging

julianromli

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

代码生成 142 7个月前
julianromli

dispatching-parallel-agents

julianromli

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

智能体 142 7个月前
julianromli

receiving-code-review

julianromli

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

代码评审 142 7个月前
julianromli

code-review

julianromli

Automated code review for pull requests using specialized review patterns. Analyzes code for quality, security, performance, and best practices. Use when reviewing code changes, PRs, or doing code audits.

代码评审 142 7个月前
julianromli

javascript-typescript

julianromli

JavaScript and TypeScript development with ES6+, Node.js, React, and modern web frameworks. Use for frontend, backend, or full-stack JavaScript/TypeScript projects.

数据处理 142 7个月前
julianromli

windows-safe-grep

julianromli

Use when grep/ripgrep fails on Windows due to paths with backslash-space sequences creating malformed paths like 'nul' from \n+ul

CLI 工具 142 7个月前
julianromli

test-driven-development

julianromli

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

调试 142 7个月前
neonwatty

bug-interview

neonwatty

Deeply interviews the user about a bug before investigating or fixing it. Use this when the user says "interview me about [bug]", "I have a bug to report", "let's work on this bug", "found a bug", "there's a bug", or describes a bug they encountered. Asks probing questions about reproduction steps, environment, patterns, impact, and context that help isolate the root cause. Continues until the bug is well-understood, then writes a detailed investigation/fix plan.

数据处理 25 8个月前
neonwatty

ios-workflow-executor

neonwatty

Executes web app workflows in Safari on the iOS Simulator from /workflows/ios-workflows.md. Use this when the user says "run ios workflows", "execute ios workflows", or "test ios workflows". Tests each workflow step by step in mobile Safari, captures before/after screenshots, documents issues, and generates HTML reports with visual evidence of fixes.

智能体 25 6个月前
neonwatty

browser-workflow-executor

neonwatty

Executes browser-based user workflows from /workflows/browser-workflows.md using Claude-in-Chrome MCP. Use this when the user says "run browser workflows", "execute browser workflows", or "test browser workflows". Tests each workflow step by step, captures before/after screenshots, documents issues, and generates HTML reports with visual evidence of fixes.

智能体 25 6个月前
noartem

laravel-debugging-prompts

noartem

Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

数据处理 11 7个月前
cnwzhu

gpui-entities

cnwzhu

Entity and context patterns for state management in GPUI. Use when managing component state, implementing entity lifecycle, handling subscriptions, or avoiding common entity access pitfalls.

代码生成 32 7个月前
cnwzhu

gpui-elements

cnwzhu

UI element creation and composition with GPUI. Use when building element trees, creating custom components, implementing layouts, or working with conditional rendering.

代码生成 32 7个月前