github-triage

Analyze open GitHub issues and PRs with read-only GET requests and generate evidence-backed reports.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/howlowck/oh-my-lotr --skill github-triage-howlowck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-triage
Source: https://github.com/howlowck/oh-my-lotr/tree/main/.github/skills/github-triage
Command: npx skills add https://github.com/howlowck/oh-my-lotr --skill github-triage-howlowck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides non-mutating GitHub issue/PR triage by generating structured, evidence-backed reports for all open items, enabling teams to make informed decisions without affecting GitHub state.

Core Features & Use Cases

  • Read-only collection of all open issues and PRs
  • Per-item analysis with evidence-backed permalinks
  • Automated report generation stored locally for traceability

Quick Start

Run the triage workflow to fetch all open items and generate per-item reports under the /tmp directory.

Frequently Asked Questions about github-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate read-only triage reports for open GitHub issues and pull requests?

To generate read-only triage reports for GitHub issues and PRs, this Skill fetches all open items using only GET requests and writes per-item analysis with evidence-backed permalinks to local files, ensuring the repository state remains completely unchanged.

Can I analyze all open GitHub issues without modifying the repository state?

Yes, you can analyze all open GitHub issues without modifying the repository state by enforcing a zero-action policy that restricts operations to GET reads and local report writes, preventing any mutations to the live GitHub repository.

How do I get evidence-backed permalinks for GitHub issue triage?

To get evidence-backed permalinks for GitHub issue triage, the analysis process captures commit SHA permalinks for every open item, embedding them directly into structured local reports for full traceability and decision support.

Where are GitHub triage report outputs stored for traceability?

GitHub triage report outputs are stored locally under the /tmp/{datetime}/ directory path, organizing filenames by timestamp to ensure traceability without ever writing back to the GitHub repository.

What is the best way to perform a non-mutating GitHub pull request analysis?

The best way to perform a non-mutating GitHub pull request analysis is to use a zero-action workflow that collects every open PR via read-only GET requests and generates structured local reports containing commit SHA permalinks for evidence.