skill-mass-triage
[Skill] Batch-triage build failures from a JSON results file — diagnose with parallel sub-agents, bucketize by root cause, and produce a consolidated summary. Use when asked to triage a Koji results file. Triggers: batch triage, mass triage, triage results file, bucketize failures. Published by microsoft in azurelinux.
What is skill-mass-triage?
[Skill] Batch-triage build failures from a JSON results file — diagnose with parallel sub-agents, bucketize by root cause, and produce a consolidated summary. Use when asked to triage a Koji results file. Triggers: batch triage, mass triage, triage results file, bucketize failures. Published by microsoft in azurelinux. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using azurelinux
Technical details
- Install or run with Copy skill directory
When to use skill-mass-triage
- Use it for developers using azurelinux.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azurelinux
- Skill file: .github/skills/skill-mass-triage/SKILL.md
What it does
[Skill] Batch-triage build failures from a JSON results file — diagnose with parallel sub-agents, bucketize by root cause, and produce a consolidated summary. Use when asked to triage a Koji results file. Triggers: batch triage, mass triage, triage results file, bucketize failures.
Skill instructions
Batch Build Triage Triage failed builds from a JSON results file. Diagnose each failure using sub-agents, bucketize by root cause, and produce a consolidated summary. This workflow handles any number of failures — from 1 to hundreds — using the same sub-agent dispatch pattern throughout. Input Format The input results file is a JSON object with this structure: json { "numKojiJobs": 9876, "numKojiJobsClosed": 9870, "numKojiJobsFailed": 6, "buildTasks": [ { "taskStatus": "Failed", "kojiInfo": { "kojiTaskNumber": 12345, "componentName": "my-package", "kojiTaskStatus": "Failed" } } ] } Key fields: - buildTasks[].taskStatus — "Failed" or "Completed" - NOTE: Some builds may have overall status "Completed" while individual tasks failed, or vice versa. Use the OR of both taskStatus and kojiTaskStatus to catch all failure modes. - buildTasks[].kojiInfo.kojiTaskStatus — more detailed status. Filter to "Failed" for triage. - buildTasks[].kojiInfo.kojiTaskNumber — the Koji task ID (use with the Ko
Explore related resources
Frequently asked questions
What is skill-mass-triage?
skill-mass-triage is a open-source AI agent skill with Copy skill directory. [Skill] Batch-triage build failures from a JSON results file — diagnose with parallel sub-agents, bucketize by root cause, and produce a consolidated summary.
Who is skill-mass-triage best for?
skill-mass-triage is best for reusing agent instructions, scripts, and references.
How do I install skill-mass-triage?
Install or run skill-mass-triage using Copy skill directory. Check skill-mass-triage for the latest setup command.
Is skill-mass-triage actively maintained?
skill-mass-triage may need a closer maintenance check before production use.
Auto-fetched from GitHub.