board-status

Fetch GitHub Project board items and render a Markdown status report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rollercoaster-dev/monorepo --skill board-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: board-status
Source: https://github.com/rollercoaster-dev/monorepo/tree/main/.claude/skills/board-status
Command: npx skills add https://github.com/rollercoaster-dev/monorepo --skill board-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically fetch and summarize GitHub Project board status when the user asks about sprint progress, in-progress work, or issue tracking.

Core Features & Use Cases

  • Get all board items: Fetch items for the Monorepo Development board.
  • Filter by status: Show items in Backlog, Next, In Progress, In Review, Done.
  • Output snapshot: Provide a concise status summary for stakeholders.

Quick Start

Run: gh project item-list 11 --owner rollercoaster-dev --format json

Frequently Asked Questions about board-status

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

FAQPage Schema
How do I check the current status of my GitHub project board?

GitHub project board status can be fetched using the gh project item-list command, which retrieves all items and their current status. This Skill automatically runs that command, parses the JSON output, and displays a snapshot organized by status categories like Backlog, In Progress, In Review, and Done.

Can I see what work is in progress versus in review on my GitHub board?

Yes. This Skill filters GitHub project items by their status field, separating work into distinct sections: what's in the Backlog, what's Next, what's currently In Progress, what's In Review, and what's Done. You get a concise read-only Markdown report showing distribution across all stages.

What information does a GitHub project board status report include?

A status report from this Skill includes all tracked items from your GitHub Project, grouped by status to show sprint progress and work distribution. It answers questions about what's being worked on, what's queued next, and what's pending review or complete.

Do I need special permissions to access GitHub project board status?

You need access to the GitHub Project itself and the gh CLI installed and authenticated. This Skill queries the Monorepo Development project using gh project item-list, so your GitHub credentials must have read access to that board.

How often should I pull GitHub project board status for sprint tracking?

This Skill fetches a live snapshot of your GitHub Project board on demand when you ask about sprint progress or board status. You can run it as frequently as needed—there's no caching—to get the latest work distribution and see which items have moved between stages.