triage

Analyze diffs, commit metadata, and issues to classify repository contributions.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/houfu/lq-maintainer-agent --skill triage-houfu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/houfu/lq-maintainer-agent/tree/main/skills/triage
Command: npx skills add https://github.com/houfu/lq-maintainer-agent --skill triage-houfu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the attention-routing bottleneck for open-source maintainers by automatically classifying, prioritizing, and drafting responses for all inbound PRs and issues.

Core Features & Use Cases

  • Intelligent Routing: Automatically sorts contributions into lanes, change categories, and review tiers based on project canon.
  • Deterministic Safety: Uses scripted checks for dependency bumps, OSV advisory lookups, and release-age verification to ensure supply-chain hygiene.
  • Action-First Artifacts: Generates paste-ready reading decks, public comments, and merge messages, ensuring every maintainer decision is informed and efficient.

Quick Start

Run the triage skill to generate a batch digest of all open PRs and issues in the current repository.

Frequently Asked Questions about triage

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

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

To automate GitHub PR and issue triage, this Skill analyzes diffs, commit metadata, and issue content to classify contributions, assign review lanes, and generate paste-ready reading decks while adhering to project canon.

How does automated dependency verification work during code review?

Automated dependency verification works by running scripted checks for dependency bumps, OSV advisory lookups, and release-age verification, ensuring supply-chain hygiene before a maintainer approves a contribution.

Can I generate draft responses for inbound GitHub pull requests automatically?

Yes, you can generate draft responses automatically by producing action-first artifacts like public comments and merge messages, which satisfy human-in-the-loop decision making for maintainers.

Do I need Python to run automated inbound issue classification and routing?

Yes, you need Python3 installed in your environment to execute the scripts required for automated inbound issue classification, routing, and deterministic safety checks.

What is the best way to prioritize open source contributions for maintainer review?

The best way to prioritize contributions is to sort them into review tiers and change categories based on project canon, creating a batch digest that reduces the attention-routing bottleneck.