track

Audit project tracking health and align features/INDEX.md with GitHub Issues.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill track-glwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track
Source: https://github.com/glwr/ai-coding-base/tree/main/apple/.claude/skills/track
Command: npx skills add https://github.com/glwr/ai-coding-base --skill track-glwr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures that every feature, bug, task, commit, and pull request is properly tracked and linked to GitHub Issues, preventing gaps and inconsistencies in project management.

Core Features & Use Cases

  • Audit Mode: Scans local feature specifications, commits, branches, and GitHub issues to identify tracking gaps.
  • Sync Mode: Aligns features/INDEX.md with GitHub Issues, creating missing issues or updating statuses as needed.
  • Overview Mode: Generates a dashboard summarizing milestones, issue statuses, recent commits, and overall project health.

Quick Start

Run the /track audit command to immediately evaluate the current tracking state of the project.

Frequently Asked Questions about track

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

FAQPage Schema
How do I audit GitHub issue tracking gaps against local feature files?

To audit GitHub issue tracking gaps, the skill scans local feature specifications, commits, branches, and GitHub issues to identify missing links or inconsistencies. It evaluates the current tracking state by comparing your local files with GitHub.

How does syncing a local feature index with GitHub Issues work?

Syncing a local feature index with GitHub Issues aligns your features/INDEX.md file with GitHub, creating missing issues or updating statuses as needed. This synchronization prevents project management gaps by ensuring both systems match.

Do I need the GitHub CLI to track project management health?

Yes, you need the GitHub CLI to track project management health, as the skill requires repository read/write access and the ability to execute Bash commands for analysis and synchronization with GitHub.

What is the best way to generate a project tracking dashboard for GitHub milestones?

The best way to generate a project tracking dashboard is using overview mode, which summarizes milestones, issue statuses, recent commits, and overall project health. It provides a comprehensive view of your software project's tracking status.

Can I use this tracking audit for projects without a features/INDEX.md file?

No, you cannot use this tracking audit for projects without a features/INDEX.md file. The skill applies specifically to software projects that maintain this file and use GitHub for issue tracking to ensure proper alignment.

Why does my project tracking health audit show inconsistencies between commits and issues?

Your project tracking health audit shows inconsistencies because features, commits, branches, and pull requests are not properly linked to GitHub Issues. The audit mode identifies these tracking gaps to help you correct misaligned project management data.