loop-triage

Analyzes AutoResearch run evidence and loop state to propose one bounded next experiment.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Kirrito-k423/AutoResearch --skill loop-triage-kirrito-k423
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: loop-triage
Source: https://github.com/Kirrito-k423/AutoResearch/tree/main/.codex/skills/loop-triage
Command: npx skills add https://github.com/Kirrito-k423/AutoResearch --skill loop-triage-kirrito-k423

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deciding the next step after an LLM training experiment requires reading scattered logs, metrics, and state files, which is slow and error-prone. This Skill reads AutoResearch run evidence and loop state, then produces a structured, evidence-backed triage verdict so each experiment loop iteration stays disciplined and auditable. ## Core Features & Use Cases - Evidence-Backed Triage: Reads LOOP.md, loop-constraints.md, loop-budget.md, STATE.md, and the latest run manifest, logs, metrics, and Git provenance before proposing anything. - Structured Verdict Output: Returns fixed sections covering High Priority, Evidence, Candidate Hypothesis, Risk/Budget/Authority, a KEEP/REJECT/ESCALATE_HUMAN verdict, and exact STATE.md update proposals. - Safety Guardrails: Operates in report-only L1 mode, separates model/data/system/hardware failure layers, stops after two identical failure signatures, and never proposes architectural overhauls. - Use Case: After a verl training smoke run fails on a remote NPU server, invoke this Skill to get a single falsifiable hypothesis, the smallest validation experiment, and a clear escalation recommendation with cost estimates. ## Quick Start Ask the assistant to triage the latest AutoResearch run and propose the next bounded experiment based on current loop state and evidence.

Frequently Asked Questions about loop-triage

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

FAQPage Schema
How do I triage a failed LLM training experiment?▼

Run loop-triage to read the latest run manifest, logs, metrics, and loop state files, then receive one high-priority problem, a falsifiable hypothesis, and the smallest validation experiment. The output includes a KEEP, REJECT, or ESCALATE_HUMAN verdict with evidence citations.

What evidence does experiment loop triage need before proposing next steps?▼

It reads LOOP.md, loop-constraints.md, loop-budget.md, STATE.md, project blockers in .planning/STATE.md, and the latest local run manifest, logs, metrics, report, and Git provenance. It prefers the immutable run bundle over single log lines.

Can loop-triage modify code or launch remote training runs?▼

No. L1 mode is strictly report-only: it never modifies source code, runs remote training, or writes to external systems. It only proposes exact STATE.md edits and an append-only log entry for a human to apply.

When does experiment triage escalate to a human instead of proposing an experiment?▼

It escalates with an ESCALATE_HUMAN verdict when evidence is not comparable, after two identical failure signatures, or when the next action exceeds safe authority. Escalations include evidence, attempted actions, options, a recommendation, and estimated cost.

Why does triage stop after repeated identical failure signatures?▼

Repeating the same failure signature twice means the current hypothesis loop is not making progress, so further automated proposals would waste budget. The Skill stops and escalates rather than suggesting an architectural overhaul during triage.