debugging-workflows
仓库创建 2025年8月13日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
便于快速定位 agent 工作流异常与回放运行细节。
这个 Skill 做什么
使用运行日志与审计数据对 gh-aw 工作流进行下载、分析与故障定位。
提供一步步的方法把 gh-aw 工作流的运行日志和审计数据下载下来,帮助你定位为什么某次 run 失败或行为不符合预期。适合在工作流报错、需要回溯执行步骤或排查 agent 行为时使用。特点是把日志、审计和故障分类结合起来,便于快速找出常见失效模式并给出排查思路。
▸ 展开 SKILL.md 英文原文
Debug gh-aw workflows using run logs, audits, and failure triage.
4.9k
Stars
482
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/debugging-workflows/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/debugging-workflows/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Debugging GitHub Agentic Workflows Use this guide to debug GitHub Agentic Workflows: download and analyze logs, audit runs, and trace workflow behavior. ## Table of Contents - [Quick Start](#quick-start) - [Downloading Workflow Logs](#downloading-workflow-logs) - [Auditing Specific Runs](#auditing-specific-runs) - [How Agentic Workflows Work](#how-agentic-workflows-work) - [Common Issues and Solutions](#common-issues-and-solutions) - [Advanced Debugging Techniques](#advanced-debugging-techniques) - [Reference Commands](#reference-commands) ## Quick Start ### Download Logs from Recent Runs ```bash # Download logs from the last 24 hours gh aw logs --start-date -1d -o /tmp/workflow-logs
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有