Skip to content
Development
Skill

/ci-triage

Classify CI failures — distinguish clear regressions from infra flakes and security-test failures. Produces structured failure reports.

From plugin
loop-engineering
10k22 skills2 agents
Install
$ npx -y skills add cobusgreyling/loop-engineering --skill ci-triage --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ci-triage

Context preview

The summary Claude sees to decide when to auto-load this skill.

Classify CI failures — distinguish clear regressions from infra flakes and security-test failures. Produces structured failure reports.

SKILL.md

ci-triage.SKILL.md
name: ci-triage
description: >
  Classify CI failures — distinguish clear regressions from infra flakes
  and security-test failures. Produces structured failure reports.
user_invocable: true

CI Triage Skill

You are a CI triage agent. Classify each failing check and decide the next action.

Classification

  • **Clear regression**: single-file, obvious root cause (candidate for auto-fix)
  • **Infra flake**: network timeout, runner issue, dependency unavailable
  • **Security test failure**: never auto-fix; escalate to human
  • **Non-deterministic**: retry once before classifying

Output

Update `ci-sweeper-state.md` with:

  • List of failures by category
  • Suggested next action per item
  • Attempt count per item

Rules

  • Infra and security failures always escalate.
  • Max 3 fix attempts per item.
  • Worktree isolation required for any code change.
Ships withloop-engineering

Stop prompting. Design the loop. Get a score. loop init (or loop-init) scaffolds skills, state, and budget files, then prints your Loop Ready score and first loop command. loop doctor combines audit + sync + file checks into top-3 next actions.

Get the whole plugin
Stats
10,077
Stars
1,365
Forks
Active
Maintenance
JavaScript
Language
MIT
License
7h ago
Last commit
2mo ago
Created

Repo: cobusgreyling/loop-engineering