workday-sprint

Categorize GitHub Project V2 sprint items by Status for Bryan.

Updated Oct 28, 2025
One-click install
npx skills add https://github.com/bryan-thompsoncodes/dotfiles --skill workday-sprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workday-sprint
Source: https://github.com/bryan-thompsoncodes/dotfiles/tree/main/dot-config/opencode/skills/workday-sprint
Command: npx skills add https://github.com/bryan-thompsoncodes/dotfiles --skill workday-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bryan needs a quick, reliable view of sprint progress by organizing and summarizing ticket status from the sprint board.

Core Features & Use Cases

  • Sprint status snapshot: categorize items by Status (Blocked, Sprint Commitment, In Progress, Ready for Review, Done) and provide per-status counts and ticket details.
  • Automated board access: fetches items from GitHub Project V2 (organization and board number) and aggregates results into a concise report for stakeholders.
  • Use Case: a PM wants a weekly snapshot showing Bryan's tickets distribution and blockers to align on priorities.

Quick Start

Run the skill to fetch and summarize the sprint board for the specified organization and sprint board number.

Frequently Asked Questions about workday-sprint

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

FAQPage Schema
How do I get a sprint status snapshot from a GitHub Project V2 board?

To get a sprint status snapshot from a GitHub Project V2 board, specify your organization and sprint number. The tool fetches assigned tickets and groups them by status, returning counts and lists for Blocked, In Progress, Ready for Review, and Done.

How do I categorize sprint board tickets by their status field?

Categorizing sprint board tickets by their status field involves reading GitHub Project V2 items and grouping them into predefined blocks like Blocked, Sprint Commitment, In Progress, Ready for Review, and Done. This produces a structured summary with per-status ticket lists.

Can I filter GitHub Project V2 board items to only show my assigned tickets?

Yes, you can filter GitHub Project V2 board items to show only your assigned tickets. The processing logic specifically filters the sprint board items by user assignments before grouping them by status to generate the report.

What is the best way to report sprint progress for stakeholders using GitHub?

The best way to report sprint progress using GitHub is to aggregate Project V2 board items into a concise summary. This approach categorizes tickets by status and highlights blockers, allowing stakeholders to quickly align on priorities.

Does this sprint reporting tool require any external dependencies or components?

No, this sprint reporting tool does not require external dependencies or components. It operates independently to access the GitHub Project V2 board using the specified organization and sprint number to generate the status report.