dev-status

Aggregate GitHub milestones, board columns, branches, docs, and pull requests into a read-only dashboard.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill dev-status-learnzdevelopmenthub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-status
Source: https://github.com/learnzdevelopmenthub/paadhai/tree/main/.claude/skills/dev-status
Command: npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill dev-status-learnzdevelopmenthub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps teams from manually collating milestone stats, board columns, and branch or PR updates by delivering a single, read-only dashboard that reflects current project health.

Core Features & Use Cases

  • Milestone and board scanning: invokes gh api queries to list every milestone with counts, percentages, and due dates plus the count of items in each project column.
  • Branch, docs, and PR overview: enumerates active feature and fix branches, scans implementation docs for progress tables, and lists open pull requests with CI and review status.
  • Use Case: During a release planning meeting, summon dev-status to verify which milestones are closed, what the board says, and whether PRs are ready to ship before the next deployment.

Quick Start

Ask the skill to show the current project dashboard so you can validate milestone health, board flow, branch activity, implementation progress, and pull request status in one shot.

Frequently Asked Questions about dev-status

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

FAQPage Schema
How do I get a GitHub project dashboard for milestone tracking and pull request overview?

To get a GitHub project dashboard for milestone tracking and pull request overview, you need a repository governed by a .paadhai.json file. The skill aggregates milestone stats, board columns, branch activity, and PR statuses into a single read-only snapshot.

Can I check release readiness by auditing GitHub branches and open pull requests?

Yes, you can check release readiness by auditing GitHub branches and open pull requests. The skill enumerates active feature and fix branches while listing open pull requests with their CI and review statuses to verify if they are ready to ship.

Do I need gh CLI permissions to scan GitHub project board columns and milestones?

Yes, you need gh CLI permissions and shell git commands to scan GitHub project board columns and milestones. The skill invokes gh api queries to list every milestone with counts, percentages, and due dates alongside board column item counts.

What is the best way to monitor sprint progress without manual GitHub checks?

The best way to monitor sprint progress without manual GitHub checks is using a read-only aggregation tool. It scans implementation docs for progress tables and aggregates project health data, preventing the need to manually collate milestone stats and board updates.

Will branch auditing accidentally write changes or modify my repository state?

No, branch auditing will not accidentally write changes or modify your repository state. The skill provides a strictly read-only dashboard that fetches data while avoiding any writes or branch changes during sprint reviews and hotfix monitoring.