github-tracker

Query GitHub pull requests, issues, notifications, and project board items via gh CLI.

20|6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/adrielp/ai-engineering-harness --skill github-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-tracker
Source: https://github.com/adrielp/ai-engineering-harness/tree/main/claude/skills/github-tracker
Command: npx skills add https://github.com/adrielp/ai-engineering-harness --skill github-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface GitHub pull requests, issues, notifications, and project board items that need attention using the gh CLI in a safe, read-only manner.

Core Features & Use Cases

  • Consolidate PRs needing review, issues assigned/open, and notifications across repos.
  • Track project board items/status to triage work without mutating resources.
  • Optional: push results to Todoist or another task manager for follow-up.

Quick Start

Ask this skill to surface your GitHub activity using gh to identify open PRs, issues, and notifications.

Frequently Asked Questions about github-tracker

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

FAQPage Schema
How do I consolidate GitHub pull requests, issues, and notifications across multiple repositories?

You can consolidate GitHub activity across repositories by using the gh CLI to query open pull requests, assigned issues, and notifications in a read-only manner. This surfaces items requiring attention into a single view for triage.

Can I track GitHub project board items and statuses without mutating resources?

Yes, you can track GitHub project board items and statuses safely. The process enforces a read-only policy and uses safe commands like `gh pr view` and `gh api GET` requests to ensure no resources are mutated during tracking.

Do I need the gh CLI installed and authenticated to review open pull requests?

Yes, you need the gh CLI installed and authenticated to review open pull requests and issues. The Skill requires this environment setup to execute safe `gh` commands and retrieve your GitHub activity.

What is the best way to export GitHub issues and PRs needing review to a task manager?

The best way to export GitHub issues and PRs needing review is to query them via the gh CLI and feed the results directly into a task manager like Todoist for follow-up tracking.

What are the limitations when using gh API GET requests to surface GitHub activity?

The limitation is that it enforces a strict read-only policy, meaning you cannot mutate resources. It only supports safe `gh` commands such as `gh pr view`, `gh issue view`, and `gh api GET` requests to query data.