gauntlet-status

Aggregate gauntlet session results and generate a concise status report.

29|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/pacaplan/agent-gauntlet --skill gauntlet-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gauntlet-status
Source: https://github.com/pacaplan/agent-gauntlet/tree/main/.claude/skills/gauntlet-status
Command: npx skills add https://github.com/pacaplan/agent-gauntlet --skill gauntlet-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically surface a concise snapshot of the most recent gauntlet session to help developers quickly assess gate outcomes and session health.

Core Features & Use Cases

  • Generate a detailed session summary with counts, statuses, and log references.
  • Identify and list failed gates and their corresponding logs for fast triage.
  • Compare current and previous sessions by reading previous logs in the log directory.

Quick Start

Run bun src/scripts/status.ts 2>&1 to display the latest gauntlet session summary.

Frequently Asked Questions about gauntlet-status

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

FAQPage Schema
How do I summarize the latest gauntlet session results for quick review?

To summarize gauntlet session results, run a status script that reads session logs and gate outcomes, automatically aggregating them into a concise report with counts, statuses, and log references for fast triage.

How do I identify failed gates and their corresponding logs in a gauntlet run?

To identify failed gates in a gauntlet run, the status summary specifically isolates and lists failed gates alongside their corresponding logs, enabling fast triage and actionable insights in your development workflow.

Can I compare current and previous gauntlet sessions by reading previous logs?

Yes, you can compare current and previous gauntlet sessions by reading previous logs stored in the log directory, allowing you to track session health and gate outcome changes over time.

What is the best way to view gauntlet gate outcomes and session health in one view?

The best way to view gauntlet gate outcomes and session health in one view is to run a status script that surfaces a concise snapshot of the most recent gauntlet session, aggregating session results for quick assessment.

Do I need any dependencies to read gauntlet session logs and generate a status report?

No dependencies are required to read gauntlet session logs and generate a status report; the execution and parsing requirements for the status script, logs, and failure details are satisfied within the existing environment.