Stats
Links
Categories
Personal Claude Code skills and commands by @gotwalt
npx claudepluginhub gotwalt/claude-skillsGenerate standup summaries from GitHub activity across an organization
Personal Claude Code plugins by @gotwalt.
/plugin marketplace add gotwalt/claude-skills
/plugin install standup-summary
Generate standup summaries from GitHub activity across an organization. Outputs plain text suitable for Slack, automatically copied to clipboard.
Commands:
| Command | Description |
|---|---|
/standup <org> | Summarize your own GitHub activity |
/standup-user <org> <username> | Summarize a team member's activity |
/standup-team <org> | Summarize all merged PRs across the org |
Features:
Example output:
Yesterday: Fixed MQTT race conditions across firmware and backend, added real-time device info updates to the full stack, and squashed several iOS bugs.
These plugins require the following tools to be installed and configured:
| Tool | Purpose | Installation |
|---|---|---|
GitHub CLI (gh) | Query GitHub commits, PRs, and activity | brew install gh then gh auth login |
pbcopy | Copy output to clipboard (macOS built-in) | Pre-installed on macOS |
date | Calculate dates for queries | Pre-installed on macOS/Linux |
MIT