standup

Aggregate GitHub PR activity into Slack-ready standup notes.

127|21|Updated Jan 11, 2016
One-click install
npx skills add https://github.com/haacked/dotfiles --skill standup-haacked
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/haacked/dotfiles/tree/main/ai/skills/standup
Command: npx skills add https://github.com/haacked/dotfiles --skill standup-haacked

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of standup notes by consolidating GitHub PR activity into a concise Slack-ready report, reducing manual context switching and ensuring consistent updates.

Core Features & Use Cases

  • Context-aware summaries: collects PR activity since the last standup across multiple repositories.
  • Structured outputs: produces sections for Completed, Working on, and Discussion suitable for Slack.
  • Team-friendly workflow: scales from individual developers to cross-team standups with carry-over items.

Quick Start

Run the standup-dates.sh script to compute today, last_standup_date, and the target new file path; run standup-find.sh to locate the previous notes; fetch PR data using the GitHub CLI as described in the instruction, then compose and save the Slack-ready notes to the new file path.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I generate standup notes from GitHub PR activity for Slack?

You generate standup notes by running helper scripts to compute date context, querying pull requests via the GitHub CLI, and composing the results into a structured, Slack-ready text file.

Can I track cross-repo PR activity for a team standup automatically?

Yes, you can track cross-repo PR activity for team standups. This skill consolidates pull request data across multiple repositories and scales from individual developers to cross-team workflows with carry-over items.

What is the best way to carry over unfinished items in daily standup notes?

The best way to carry over unfinished items in daily standup notes is to read previous notes using a helper script. This skill locates prior reports to automatically include pending pull requests in the new update.

Does generating Slack standup reports require the GitHub CLI?

Yes, generating Slack standup reports requires the GitHub CLI. This skill depends on the gh command-line tool to query pull request activity across repositories before formatting the results.

How do standup helper scripts compute date context for reporting?

Standup helper scripts compute date context by calculating today's date, the last standup date, and the target new file path. This ensures the pull request activity query captures only the relevant recent updates.