repo-issues-status

Pull GitHub issue data and summarize statuses with labels and assignees.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/libz-renlab-ai/Matrix-Viki --skill repo-issues-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-issues-status
Source: https://github.com/libz-renlab-ai/Matrix-Viki/tree/main/.codex/skills/repo-issues-status
Command: npx skills add https://github.com/libz-renlab-ai/Matrix-Viki --skill repo-issues-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该 Skill 能从 GitHub 拉取一个仓库的全部 issue 数据,给出全量全景报告,并按 TeamBrain 的标签约定进行分组,输出总览、主题分组表和可执行的下一步建议,帮助维护者快速把握全局。

Core Features & Use Cases

  • 拉取仓库中的所有 issue(包括 open 与 closed),并根据 label 约定进行分类,输出清晰的总览。
  • 将 issue 按六个固定主题分组为表格,确保同一 issue 只进入最匹配的一组,便于优先级评估与工作分解。
  • 给出具体的下一步建议,引用相关 issue 编号,支持快速行动和后续跟踪。

Quick Start

对目标仓库执行全量 issue 全景分析并输出结果。

Frequently Asked Questions about repo-issues-status

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

FAQPage Schema
How do I get an overview of all open issues in a GitHub repository?

To get an overview of all open GitHub issues, pull repository issue data and generate a comprehensive panorama that categorizes issues by TeamBrain labels, presenting an overview table with topic groups and actionable next steps.

What is the best way to group GitHub issues by topic for priority assessment?

The best way to group GitHub issues by topic is to categorize them into six fixed thematic groups, ensuring each issue enters only its most matching group to produce a structured table for priority assessment and work breakdown.

Can I summarize both open and closed issues across a repository at scale?

Yes, you can summarize both open and closed issues across a repository by using gh issue list with proper limits to avoid truncation, pulling full issue data to produce a structured overview without missing entries.

How does categorizing issues by TeamBrain labels help maintainers track repository status?

Categorizing issues by TeamBrain labels helps maintainers track repository status by organizing issues into predefined topic groups, which clarifies the global state and supports quick identification of actionable next steps.

Does the GitHub issue overview report include assignee and label details?

Yes, the GitHub issue overview report includes assignee and label details by outputting a formatted structured layout that lists assignees and labels alongside the categorized topic groups.

What are the limitations when pulling a full repository issue panorama?

A key limitation when pulling a full repository issue panorama is data truncation, which requires using gh issue list with proper limits to avoid missing issues and ensure the report captures the complete open and closed states.