prime-radiant-inc/github-triage

4 stars · Last commit 2026-06-06

Claude Code plugin for triaging GitHub issues and pull requests, with a security-gated PR review workflow.

README preview

# github-triage

A Claude Code plugin for systematic GitHub issue and PR triage, with a security-gated PR review workflow.

## Components

### Skill: `github-triage`

Full triage workflow across 7 phases:
- **Phase 1–5**: Discover patterns, propose label taxonomy, create labels, tag issues/PRs, summarize
- **Phase 6**: Validate open issues against the codebase (oldest-first), close resolved ones with evidence
- **Phase 7**: Security-gated PR review — security analysis → parallel code review + local tests → merge + author credit

### Agent: `github-triage:pr-security-review`

Read-only security analysis agent (tools: Read, Grep, Glob, WebFetch — no execution, no writes).

Analyzes PR diffs before any local code checkout for:
- Malware and backdoors
- Supply chain attacks and typosquatting

View full repository on GitHub →