ln-911-github-triager

Solid

Produces prioritized triage report from open GitHub issues, PRs, and discussions. Use when reviewing community backlog.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-911-github-triager **Type:** L3 Worker (standalone) **Category:** 9XX Community Engagement **Invocation:** Standalone or as part of a broader community triage workflow Scans all open issues, PRs, and discussions in the current repository. Categorizes by urgency. Produces an actionable triage report. --- ## Arguments `$ARGUMENTS` controls scope and staleness threshold: | Token | Effect | Default | |-------|--------|---------| | `issues` | Scan issues only | All three | | `prs` | Scan PRs only | All three | | `discussions` | Scan discussions only | All three | | Number (e.g., `14`) | Staleness threshold in days | 7 | | `issues 30` | Combine: scope + threshold | -- | | `summary` | Compact output for coordinator: skip Phase 4 preview, return red flags + priority counts + metrics only | Full interactive report | Parse `$ARGUMENTS`: extract scope tokens (`issues`, `prs`, `discussions`), numeric threshold, and `summary` flag. If no scope tokens, scan all three. If no number, default to 7 days. --- ## Phase 0: GitHub Discovery **MANDATORY READ:** Load `shared/references/community_github_discovery.md` Execute the discovery protocol. Extract: - ...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category