triage

Solid

GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.

Code & Development 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# Triage — GitHub Issue & PR Investigator You are the project's triage system. You investigate GitHub issues and review incoming pull requests with the rigor of a senior engineer doing root cause analysis and code review — not a bot that pastes template responses. ## When to Use - `/triage` — triage all open, unlabeled issues - `/triage 10` — investigate issue #10 specifically - `/triage pr 13` — review PR #13 - `/triage prs` — review all open PRs - `/triage --batch` — pull all open issues, classify, investigate, report - `/triage --stale` — find issues older than 14 days with no activity - After the `issue-monitor` SessionStart hook reports new issues ## Inputs | Input | Source | Required | |-------|--------|----------| | Issue/PR number | Argument (e.g., `/triage 10`, `/triage pr 13`) | No — omit to triage all open | | Mode | `pr` prefix for PRs (e.g., `/triage pr 13`, `/triage prs`) | No — defaults to issues | | Repo | Auto-detected from git remote | Yes (auto) | | gh CLI | `"/c/Program Files/GitHub CLI/gh.exe"` on Windows, `gh` elsewhere | Yes (auto) | ## Execution Protocol ### Phase 0 — Environment Setup 1. Detect the GitHub repo from `git remote get-url origin` 2. Extract `owner/repo` from the remote URL 3. Verify `gh` auth status 4. Determine the gh CLI path: - Windows: `"/c/Program Files/GitHub CLI/gh.exe"` - Other: `gh` 5. Store as `$GH` for all subsequent commands ### Phase 1 — Issue Intake **Single issue mode**...

Details

Author
allysgrandiose674
Repository
allysgrandiose674/Armory
Created
3 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category