finding-agent-runs

Locate and analyze GitHub Actions runs for fullsend agents via GitHub CLI.

1|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/konflux-ci/.fullsend --skill finding-agent-runs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finding-agent-runs
Source: https://github.com/konflux-ci/.fullsend/tree/main/skills/finding-agent-runs
Command: npx skills add https://github.com/konflux-ci/.fullsend --skill finding-agent-runs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users locate and review specific GitHub Actions workflow runs related to fullsend agents, enabling efficient troubleshooting and monitoring.

Core Features & Use Cases

  • Workflow Run Tracking: Find relevant triage, code, review, and retro runs associated with issues or PRs.
  • Log Analysis & Artifact Download: Search logs for errors and retrieve session artifacts to assist in debugging and record-keeping.
  • Use Case: When an agent's results are missing or a workflow fails, use this Skill to identify the exact run and access detailed logs for diagnosis.

Quick Start

Find the latest agent workflow run for an issue and review its logs to identify errors.

Frequently Asked Questions about finding-agent-runs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a specific GitHub Actions run for troubleshooting agent workflows?

Locating specific GitHub Actions runs for troubleshooting involves matching timestamps, event types, and workflows associated with fullsend agents. It extracts run data via GitHub CLI commands to identify exact executions when results are missing or workflows fail.

How can I search GitHub Actions logs for errors in agent workflows?

Searching GitHub Actions logs for errors involves locating the specific workflow run and extracting its detailed output. You can search logs to pinpoint failure points and retrieve session artifacts to assist in debugging and record-keeping.

Does this approach support tracking different workflow events like triage, code, and review runs?

Yes, tracking different workflow events like triage, code, and review runs is supported across various dispatch scenarios. The process handles multiple event types, allowing you to locate specific GitHub Actions runs associated with issues or PRs.

What is the best way to retrieve session artifacts from a failed GitHub Actions run?

The best way to retrieve session artifacts from a failed GitHub Actions run is to identify the exact execution using timestamp and event matching, then extract the artifacts for diagnosis. This supports debugging and process auditing by accessing detailed logs and session records.

Why are my agent results missing from GitHub Actions workflow runs?

Missing agent results from GitHub Actions workflow runs often indicate a workflow failure or dispatch issue. You can diagnose this by locating the exact run associated with the issue or PR and accessing its detailed logs to identify the specific error.