issue-triage-tool

Fetch, categorize, and report on GitHub issues and PRs for Redux repositories.

41|4|Updated May 6, 2026
One-click install
npx skills add https://github.com/markerikson/opencode-config-example --skill issue-triage-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-triage-tool
Source: https://github.com/markerikson/opencode-config-example/tree/main/config/skill/issue-triage-tool
Command: npx skills add https://github.com/markerikson/opencode-config-example --skill issue-triage-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates the time-consuming effort of manually scanning and classifying Redux ecosystem GitHub issues and PRs by automatically fetching, categorizing, and summarizing them into clear triage outputs.

Core Features & Use Cases

  • Automated issue/PR collection and categorization: Pulls open issues and PRs from supported Redux repos and assigns them to well-defined categories.
  • Priority and full reporting: Generates both a concise priority-focused triage report and a detailed full report with deeper groupings.
  • Cache-driven reruns: Supports re-running with cached data to reduce rate-limit issues and speed up iteration during triage cycles.
  • Use case example: When preparing a weekly triage meeting for redux-toolkit or react-redux, use the priority report to quickly identify urgent bugs, top-scoring issues, and clusters of related work.

Quick Start

Run bun src/index.ts --repo reduxjs/redux-toolkit to generate a triage report for Redux Toolkit.

Frequently Asked Questions about issue-triage-tool

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

FAQPage Schema
How do I automate GitHub issue triage for Redux ecosystem repositories?

Automated GitHub issue triage for Redux repositories uses deterministic category rules to fetch, classify, and summarize open issues and PRs into priority markdown reports. It targets Redux Toolkit, React-Redux, Reselect, Redux, and Immer repos.

Do I need GitHub CLI authentication to categorize Redux issues?

Yes, GitHub CLI authentication is required to fetch Redux issues and PRs. A Bun and TypeScript execution environment is also necessary to run the categorization logic and generate the triage reports.

What's the best way to generate weekly triage reports for redux-toolkit?

Generating weekly triage reports for redux-toolkit involves running the tool to produce both concise priority-focused summaries and detailed full reports with deeper groupings of urgent bugs and related work clusters.

Can I rerun issue categorization to avoid GitHub API rate limits?

Yes, you can rerun issue categorization using cached data. This cache-driven approach reduces API rate-limit issues and speeds up iteration during triage cycles by storing raw JSON locally.

How does issue prioritization work for Redux open source projects?

Issue prioritization for Redux projects applies deterministic category rules from reference files to fetched issues, identifying urgent bugs and top-scoring items to create action-ready priority reports.