AgentSkillsCN

run-and-triage

执行提供的命令,捕捉失败情况,并对根本原因与修复方案进行总结。适用于被要求运行命令并上报错误时使用。

SKILL.md
--- frontmatter
name: run-and-triage
description: "Execute provided command(s), capture failures, and summarize root cause and fixes. Use when asked to run a command and report errors."

Run and Triage

Workflow

  • Run the provided command(s) as-is; add a reasonable timeout if it is a recipe run.
  • Capture stdout/stderr and any error output.
  • Summarize failures and likely root cause; propose fixes.
  • If a recipe run fails, point to relevant files/lines and suggest next steps.
  • Re-run only if requested.