rtk-triage

Analyze GitHub issues and pull requests for security vulnerabilities, duplicates, and conflicts.

Updated May 25, 2026
One-click install
npx skills add https://github.com/ngquaanghuy/Crypto --skill rtk-triage-ngquaanghuy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rtk-triage
Source: https://github.com/ngquaanghuy/Crypto/tree/main/.agents/skills/rtk-triage
Command: npx skills add https://github.com/ngquaanghuy/Crypto --skill rtk-triage-ngquaanghuy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The rtk-triage Skill addresses the challenge of manually analyzing and cross-referencing issues and pull requests to identify security vulnerabilities, coverage gaps, and conflicting pull requests.

Core Features & Use Cases

  • Parallel Triage: Simultaneously performs issue and pull request triage.
  • Cross-Analysis: Detects duplicate coverage, security gaps, and conflicts.
  • Automated Reporting: Generates a comprehensive report and saves it for documentation.
  • Use Case: Ideal for weekly reviews or before sprints to ensure all issues and pull requests are properly addressed and documented.

Quick Start

Run the rtk-triage skill with the --vm flag to analyze and report on issues and pull requests.

Frequently Asked Questions about rtk-triage

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

FAQPage Schema
How do I automate GitHub issue and pull request triage for security vulnerabilities?

Automating GitHub issue and pull request triage for security vulnerabilities involves using orchestration scripts to cross-analyze repository data via the GitHub API. This identifies security gaps and conflicting pull requests simultaneously, generating a comprehensive report for documentation.

What is cross-analysis for duplicate coverage and conflicting pull requests?

Cross-analysis for duplicate coverage and conflicting pull requests is the process of examining GitHub issues and pull requests together to find overlapping work and conflicts. It highlights security gaps and duplicate coverage, ensuring proper documentation before sprints.

Do I need GitHub CLI and jq to analyze repository issues and pull requests?

Yes, you need GitHub CLI (gh) and jq to analyze repository issues and pull requests. These dependencies are required for data collection and orchestration, enabling the automated cross-referencing of GitHub API data to identify coverage and security gaps.

Can I run parallel triage on issues and pull requests before a sprint?

Yes, you can run parallel triage on issues and pull requests before a sprint. The process simultaneously analyzes issues and pull requests to detect duplicate coverage, security vulnerabilities, and conflicting pull requests, saving a comprehensive report for review.

What's the best way to detect security gaps in GitHub pull requests?

The best way to detect security gaps in GitHub pull requests is through automated cross-analysis. By orchestrating GitHub API data collection with specific tools, you can identify security vulnerabilities and conflicting pull requests, generating a report for weekly reviews.

Why does automated triage require specific tools for data collection?

Automated triage requires specific tools for data collection to parse GitHub API JSON responses and orchestrate parallel analysis. Tools like gh and jq extract repository issues and pull requests, enabling the identification of security vulnerabilities and duplicate coverage.