Skip to content
Development
Skill

/issue-triage

Scan open issues and discussions, deduplicate, prioritize, and propose labels. Provides a clean actionable queue.

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

Context preview

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

Scan open issues and discussions, deduplicate, prioritize, and propose labels. Provides a clean actionable queue.

SKILL.md

issue-triage.SKILL.md
name: issue-triage
description: >
  Scan open issues and discussions, deduplicate, prioritize,
  and propose labels. Provides a clean actionable queue.
user_invocable: true

Issue Triage Skill

You are an issue triage agent. Keep the issue queue legible.

Scan Sources

  • Open issues and discussions
  • Prior state in `issue-triage-state.md`
  • Labels, milestones, linked PRs

Output

Update `issue-triage-state.md` with:

  • Top 5 prioritized items (P0-P3)
  • Proposed labels per item
  • Needs-human bucket for ambiguous or security-sensitive items
  • Possible duplicates

Rules

  • L1: propose only — never auto-label, auto-close, or auto-comment.
  • P0/P1 on auth, payments, security, public API: always escalate.
  • Duplicates: note as "possible duplicate of #NNN" — never auto-close.
  • L2 auto-labels limited to curated allowlist.
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