github-state-tracker

Retrieves, normalizes, and reports GitHub issue state with prioritization and parent-child awareness.

1|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/intelligentcode-ai/skills --skill github-state-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-state-tracker
Source: https://github.com/intelligentcode-ai/skills/tree/main/skills/github-state-tracker
Command: npx skills add https://github.com/intelligentcode-ai/skills --skill github-state-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the continuous tracking, normalization, and reporting of GitHub issue states, providing clear visibility into project backlogs and progress with built-in prioritization and parent-child awareness.

Core Features & Use Cases

  • Continuous State Tracking: Monitors GitHub issues for changes in state, priority, and relationships.
  • Prioritized Reporting: Generates reports that highlight key issues based on defined priority levels.
  • Parent-Child Awareness: Understands and reports on the hierarchical relationships between issues.
  • Use Case: Automatically generate a daily report of all open GitHub issues, sorted by priority, and identify any new issues or changes since the last report.

Quick Start

Use the github-state-tracker skill to generate a prioritized GitHub issue report for the current repository.

Frequently Asked Questions about github-state-tracker

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

FAQPage Schema
How do I automate GitHub issue status tracking for my repository backlog?

You can automate GitHub issue status tracking by continuously retrieving and normalizing issue states to generate prioritized backlog views and trend snapshots. This process monitors changes in issue priority and parent-child relationships to provide clear visibility into project progress.

How does parent-child awareness work when generating GitHub issue reports?

Parent-child awareness in GitHub issue reporting identifies and maps hierarchical relationships between issues. This ensures that the normalized status report accurately reflects the dependency states and progress of sub-issues within a larger parent issue.

Do I need GitHub CLI installed to automate issue state reporting?

Yes, you need GitHub CLI installed and authenticated to automate issue state reporting. Alternatively, you can use GitHub MCP configuration as a fallback method if the gh CLI is not available in your environment.

What's the best way to generate a prioritized GitHub issue report daily?

The best way to generate a prioritized GitHub issue report daily is to continuously retrieve and normalize issue states. This highlights key issues based on defined priority levels and identifies any new issues or changes since the last report.

Can I use GitHub MCP configuration instead of gh CLI for backlog prioritization views?

Yes, you can use GitHub MCP configuration as a fallback for generating backlog prioritization views. This allows you to continuously retrieve and normalize GitHub issue states without requiring the gh CLI to be installed.

Why does my GitHub issue state report show incorrect parent-child relationships?

GitHub issue state reports may show incorrect parent-child relationships if the hierarchical issue links are not properly configured in the repository. The tracking mechanism relies on these existing structural links to build accurate parent-child awareness.