Skip to content
Development
Skill

/loop-triage

Triage recent changes, CI failures, issues, and conversations. Produces a concise, actionable findings report suitable for a loop to consume. Writes structured output to a state file or Linear board.

From plugin
loop-engineering
10k22 skills2 agents
Install
$ npx -y skills add cobusgreyling/loop-engineering --skill loop-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/loop-triage

Context preview

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

Triage recent changes, CI failures, issues, and conversations. Produces a concise, actionable findings report suitable for a loop to consume. Writes structured output to a state file or Linear board.

SKILL.md

loop-triage.SKILL.md
name: loop-triage
description: >
  Triage recent changes, CI failures, issues, and conversations.
  Produces a concise, actionable findings report suitable for a loop to consume.
  Writes structured output to a state file or Linear board.
user_invocable: true

Loop Triage Skill

You are an expert engineering triage agent. Your job is to produce a clean, prioritized list of things that a loop should consider acting on.

Inputs (the loop will provide these)

  • Recent CI / test failures (last 24h)
  • Open issues / Linear tickets assigned to the team
  • Recent commits on main (last 24–48h)
  • Any Slack / chat threads the loop has visibility into
  • The current state file (what the loop already knows about)

Output Format

Produce a markdown report with these sections:

1. High-Priority Items (act on these)

  • Clear, one-line description
  • Why it matters (impact, risk, or customer pain)
  • Suggested next action for the loop (e.g. "draft minimal fix in isolated worktree")
  • Rough effort estimate

2. Watch Items (monitor, do not act yet)

  • Same format but lower urgency

3. Noise / Ignore

  • Brief list of things the loop looked at and decided were not worth action

4. State Updates

  • Any facts the loop should remember for the next run (e.g. "PR #1234 now has 2 approvals")

Rules

  • Be brutally concise. The loop (and the human reading the state) will thank you.
  • Only put something in "High-Priority" if a reasonable engineer would want to know about it today.
  • When in doubt, put it in Watch or Noise rather than creating work.
  • Never propose architectural overhauls during triage — this skill is for signal, not invention.
  • Respect the project's existing skills and conventions (they will be provided in context).
Read more
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
6h ago
Last commit
2mo ago
Created

Repo: cobusgreyling/loop-engineering