调试

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

显示 1753-1776 / 共 4982 个技能
fortunto2

solo-stream

fortunto2

Interactive decision-making wizard using STREAM 6-layer framework for founders facing high-stakes choices. Use when user says "help me decide", "should I do this", "evaluate decision", "STREAM analysis", "run decision framework", or "pros and cons". Do NOT use for idea validation with PRD (use /validate).

调试 18 6个月前
doodledood

address-pr-comments

doodledood

'Triage and fix PR review comments. Reads comments, filters false positives (outdated, misread, wrong context, style preference), validates relevance against current diff, and fixes valid ones with confirmation. Use when: "fix pr comments", "address review feedback", "handle pr feedback".'

代码评审 18 7个月前
doodledood

review

doodledood

Production-level PR review using consultant agent. 10-category framework focused on correctness.

代码评审 18 7个月前
fortunto2

solo-review

fortunto2

Final code review and quality gate — run tests, check coverage, audit security, verify acceptance criteria from spec, and generate ship-ready report. Use when user says "review code", "quality check", "is it ready to ship", "final review", or after /deploy completes. Do NOT use for planning (use /plan) or building (use /build).

代码评审 18 6个月前
algorand-devrel

algorand-typescript

algorand-devrel

Syntax rules and patterns for Algorand TypeScript (PuyaTs) smart contracts. Use when writing TypeScript contract code, encountering Puya compiler errors, asking about AVM types or value semantics, needing guidance on storage patterns (GlobalState, BoxMap), or asking about clone(), arrays, or inner transactions. Strong triggers include "Puya compiler error", "How do I use uint64?", "What is clone() for?", "BoxMap not working", "AVM type error", "GlobalState not updating".

代码评审 33 7个月前
algorand-devrel

troubleshoot-errors

algorand-devrel

Diagnose and fix common Algorand errors including smart contract failures, transaction rejections, and SDK exceptions. Use when encountering smart contract logic errors or assertion failures, transaction rejections or confirmation timeouts, SDK exceptions (AlgodHTTPError, LogicError), account-related errors (insufficient balance, not opted in), or ABI encoding/decoding errors. Strong triggers include "logic eval error", "assert failed", "overspend", "transaction rejected", "pc=X" in error messages, "opcode budget exceeded", "account not found", "asset not found".

调试 33 7个月前
aviz85

embed-subtitles

aviz85

"Burn subtitles onto videos using FFmpeg. Use for: hardcode subtitles, embed captions, video subtitling."

调试 46 6个月前
gopherguides

go-lint-audit

gopherguides

WHEN: User wants to run linting on their Go project, understand lint findings, improve their golangci-lint configuration, or asks "what's wrong with my code?" from a linting perspective. WHEN NOT: Deep code quality audit (use go-code-audit), or auto-fixing lint issues (use /lint-fix command).

代码评审 21 7个月前
bobmatnyc

golang-concurrency-patterns

bobmatnyc

"Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls"

调试 73 8个月前
bobmatnyc

golang-cli-cobra-viper

bobmatnyc

"Building production-quality CLI tools with Cobra command framework and Viper configuration management"

CI/CD 73 8个月前
bobmatnyc

golang-http-frameworks

bobmatnyc

"Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks"

API 开发 73 8个月前
bobmatnyc

nextjs-core

bobmatnyc

Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies

认证鉴权 73 8个月前
bobmatnyc

git-workflow

bobmatnyc

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

CLI 工具 73 7个月前
bobmatnyc

golang-observability-opentelemetry

bobmatnyc

"Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog"

API 开发 73 8个月前
bobmatnyc

golang-database-patterns

bobmatnyc

"Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate"

数据库 73 8个月前
bobmatnyc

example-framework-skill

bobmatnyc

Example of a properly self-contained skill following all best practices

认证鉴权 73 8个月前
bobmatnyc

systematic-debugging

bobmatnyc

"Systematic debugging methodology emphasizing root cause analysis over quick fixes"

智能体 73 7个月前
bobmatnyc

bug-fix

bobmatnyc

"Systematic workflow for verifying bug fixes to ensure quality and prevent regres..."

代码评审 73 8个月前
mastepanoski

ux-audit-rethink

mastepanoski

Comprehensive UX audit using IxDF's 7 factors, 5 usability characteristics, and 5 interaction dimensions. Holistic evaluation with redesign proposals based on user-centered design principles.

调试 48 7个月前
mastepanoski

cognitive-walkthrough

mastepanoski

Deep-dive usability evaluation of specific user tasks. Simulates novice user cognition step-by-step to identify learnability issues, unclear actions, and points of confusion.

自动化 48 7个月前
mastepanoski

nielsen-heuristics-audit

mastepanoski

Evaluate UX/UI using Jakob Nielsen's 10 usability heuristics. Comprehensive audit of visibility, control, consistency, error prevention, recognition, flexibility, aesthetics, error recovery, and documentation.

代码评审 48 7个月前
tebjan

vvvv-troubleshooting

tebjan

Diagnoses and fixes common vvvv gamma errors in C# nodes, SDSL shaders, and runtime behavior. Use when encountering errors, exceptions, crashes, red nodes, shader compilation failures, missing nodes in the browser, performance issues, or unexpected behavior.

调试 32 6个月前
tebjan

vvvv-debugging

tebjan

"Set up debugging for vvvv gamma C# node projects -- generate VS Code launch.json and tasks.json configurations, attach debugger to running vvvv, configure Visual Studio debug profiles, and use debugging best practices. Use when setting up a debugger for vvvv, creating launch configurations, attaching to vvvv process, or troubleshooting breakpoints in C# nodes. Supports multiple launch configs for different test scenarios/patches."

代码生成 32 6个月前
tebjan

vvvv-custom-nodes

tebjan

"Helps write C# node classes for vvvv gamma — the [ProcessNode] pattern, Update() method, out parameters, pin configuration, change detection, stateless operation nodes, and service consumption via NodeContext (IFrameClock, Game access, logging). Use when writing a node class, adding pins, implementing change detection, accessing services in node constructors, or creating stateless utility methods. Requires [assembly: ImportAsIs]."

代码生成 32 6个月前