msverl-daily-regression-triage

Parse msverl logs to classify daily run status and rank suspect commits.

31|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Ascend/agent-skills --skill msverl-daily-regression-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msverl-daily-regression-triage
Source: https://github.com/Ascend/agent-skills/tree/main/skills/msverl-daily-regression-triage
Command: npx skills add https://github.com/Ascend/agent-skills --skill msverl-daily-regression-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Triage a daily msverl regression run by reading the baseline comparison log, stopping on success, extracting the most relevant training failure evidence from the daily training log when needed, collecting recent commits from verl main and MindSpeed master, and ranking the most likely culprit commits with concise fix-direction guidance.

Core Features & Use Cases

  • Automated regression triage from comparison logs to determine health status (pass, train_error, or accuracy_regression).
  • Evidence collection and triage workflow: extract failure tail when needed, gather recent commits, and rank suspects with an evidence-driven score.
  • Use Case: A daily pipeline run produces logs; this skill produces a ranked list of suspect commits with recommended next steps for remediation.

Quick Start

Provide the path to the latest msverl comparison log to run the triage and obtain a ranked set of candidate commits with a suggested fix direction.

Frequently Asked Questions about msverl-daily-regression-triage

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

FAQPage Schema
How do I automate regression triage for daily msverl runs?

To automate regression triage for daily msverl runs, provide the path to the latest comparison log. The skill parses logs and results to identify pass, train_error, or accuracy_regression status, then ranks suspect commits with evidence-based scoring.

How does commit ranking work for training failure evidence extraction?

Commit ranking for training failure evidence extraction works by collecting recent commits from verl main and MindSpeed master within a defined time window, then scoring suspects using evidence-driven logic to pinpoint the most likely culprit commits.

What is the best way to identify accuracy regression in verl main and MindSpeed master?

The best way to identify accuracy regression in verl main and MindSpeed master is by parsing baseline comparison logs. The process extracts relevant failure evidence and produces a ranked list of candidate commits with recommended next steps.

Can I use log analysis to find a suggested fix direction for training errors?

Yes, you can use log analysis to find a suggested fix direction for training errors. The triage workflow extracts the failure tail from daily training logs and generates concise remediation guidance alongside the ranked suspect commits.

What is included in the report after triaging a daily msverl regression run?

The report after triaging a daily msverl regression run includes the health status, time window, extracted evidence, candidate commits, confidence levels, and a suggested fix direction to guide remediation.

Does automated regression triage require manual git commit inspection?

Automated regression triage does not require manual git commit inspection. The skill automatically collects recent commits from verl main and MindSpeed master, ranks them with evidence-based scoring, and outputs a concise triage report.