跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Service Debugging

技能 活跃
属于:Ai Toolkit

Structured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.

目的

To provide a systematic process for identifying and resolving issues in backend services, guiding users through a logical debugging workflow.

功能

  • Structured debugging process
  • Systematic symptom gathering
  • Common checks for issues
  • Root cause analysis guidance
  • Reproducing and fixing bugs

使用场景

  • Investigating production issues
  • Resolving API errors (4xx, 5xx)
  • Diagnosing performance degradation
  • Finding the root cause of service breakages

非目标

  • Replacing dedicated monitoring tools
  • Automated deployment or rollback
  • Performing code refactoring beyond bug fixes

Security

  • warning:Secret ManagementThe 'Check the Obvious' section includes commands that print environment variables, including potential secrets, to stdout without redaction or user confirmation.

Portability

  • warning:Structural AssumptionThe 'Check the Obvious' section assumes specific file paths like `logs/app.log` and environment variables like `$DB_HOST`, which might not exist in all user environments.
  • warning:Runtime stabilityThe skill assumes a POSIX-like environment for bash commands and tools like `git`, `curl`, `psql`, and `jq`, which may not be universally available or function identically on all operating systems.

Execution

  • warning:ValidationWhile commands like `grep` and `curl` are used, there is no explicit schema validation for file paths or URLs passed as arguments, which could lead to issues if malformed.

Code Execution

  • warning:Error HandlingShell commands are used directly without explicit error handling for non-zero exit codes, meaning failures might not be reported clearly to the agent.

Errors

  • warning:Actionable error messagesWhile some commands provide error output, the skill does not explicitly define user-facing error paths with remediation steps for all potential failures.

安装

请先添加 Marketplace

/plugin marketplace add spartan-stratos/spartan-ai-toolkit
/plugin install toolkit@spartan-marketplace

质量评分

75 /100
1 day ago 分析

信任信号

最近提交4 days ago
星标68
状态
查看源代码

类似扩展

Query Agent Events

99

Bug-investigation tool for the Netdata agent-events ingestion namespace -- triage crashes, panics, fatals across the fleet by downloading events of interest and clustering locally. Covers the three transports (Cloud API and direct agent API are primary; ssh is operator-only), the verified AE_* field map and enum meanings, the dedup model (23h client-side per agent and event signature), the after-the-fact event timing (POST only on agent restart), and the Netdata systemd-journal plugin multi-value filter syntax (FIELD in A, B, C) AND ... Use when investigating crashes / panics / fatals; when grepping for events touching a specific function or file or version; when looking for regressions across versions; when an agent is reported crashing in a way you want to triage. Ships scripts get-events.sh and analyze-events.sh that fetch events with index-friendly filters and compute group-by stats. Defaults to last 24 hours and to the latest stable plus latest 2-3 nightlies.

技能
netdata

Node Connect

100

Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.

技能
steipete

Openclaw Debugging

100

Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.

技能
steipete

Systematic Debugging

100

Systematic debugging methodology emphasizing root cause analysis over quick fixes

技能
bobmatnyc

Troubleshooting

100

使用 Chrome DevTools MCP 和文档来排查连接和目标问题。当 list_pages、new_page 或 navigate_page 失败,或服务器初始化失败时,触发此技能。

技能
ChromeDevTools

Root Cause Tracing

99

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

技能
NeoLabHQ