github-project-triage

Automates GitHub issue and pull request triage by analyzing risk and suggesting actions.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Khang5687/agent-scripts --skill github-project-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-project-triage
Source: https://github.com/Khang5687/agent-scripts/tree/main/skills/github-project-triage
Command: npx skills add https://github.com/Khang5687/agent-scripts --skill github-project-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the GitHub issue and pull request triage process by automating analysis, identifying risks, and suggesting next actions.

Core Features & Use Cases

  • Automated Triage: Scan open issues and PRs, classify items by risk and fit, and suggest actions.
  • Trust Signals: Assess author trust and provide confidence levels for autonomous decisions.
  • Autonomous Work Mode: Execute actions on issues and PRs without human intervention for low-risk tasks.
  • Output Shape: Provide clear, actionable information in a structured format.

Quick Start

Run the 'triage' command to automatically analyze and suggest actions for open issues and PRs in the current GitHub repository.

Frequently Asked Questions about github-project-triage

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

FAQPage Schema
How do I automate GitHub issue and PR triage for my repository?

You can automate GitHub issue and PR triage by running a triage command that scans open items, analyzes code, identifies risks, and suggests actions. It requires GitHub authentication and depends on the gh and jq tools to access repositories and process data.

Can I execute autonomous actions on low-risk GitHub pull requests?

Yes, autonomous work mode can execute actions on issues and PRs without human intervention for low-risk tasks. It assesses author trust and provides confidence levels to ensure safe autonomous decision-making for repository maintenance.

Do I need gh and jq installed to run automated GitHub issue management?

Yes, both gh and jq are required dependencies. You need gh for authenticated GitHub repository access to fetch issues and PRs, and jq to parse the JSON output for autonomous analysis, risk identification, and structured triage decisions.

What is the best way to classify GitHub issues by risk and author trust?

The best way to classify GitHub issues by risk is using automated triage that evaluates code changes and assesses author trust signals. This provides confidence levels for autonomous decisions and outputs structured, actionable suggestions for maintainers.

What are the limitations of autonomous GitHub PR triage?

Autonomous GitHub PR triage is limited to low-risk tasks to ensure safety, as high-risk items require human intervention. It also depends on proper GitHub authentication and the gh and jq environment to accurately analyze code and suggest actions.