standup

Generates daily scrum standup reports from ticketing, code, and documentation activity.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill standup-yeaboi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/standup
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill standup-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Compiling a daily standup means manually gathering what each team member did across Jira, Azure DevOps, GitHub, Confluence, and Notion, then judging sprint health by gut feel. This Skill automates that collection, scores sprint confidence, and even checks the generated report against the actual standup meeting transcript to find what was missed. ## Core Features & Use Cases - Automated standup reports: Collects ticketing, code, and documentation activity per team member, producing yesterday/today/blockers summaries with a sprint confidence score and rationale. - Engineering practice signals: Deterministically detects untracked work, stale boards, WIP sprawl, oversized PRs, and thin commit messages, with a feedback mechanism to dismiss wrong signals permanently. - Transcript review: Compares standup meeting transcripts (.txt/.md/.vtt/.srt/.json) against the report, diagnosing gaps as product issues (drafted as GitHub issues) or configuration fixes with exact remedies. - Use Case: A scrum master asks for the daily standup before the morning meeting; the Skill pulls activity from Jira and GitHub, scores sprint confidence, summarizes each member's work, and later reviews the Zoom transcript to catch anything the report missed. ## Quick Start Ask the assistant to run today's standup report for the team and summarize sprint confidence and each member's updates.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I generate a daily standup report automatically?

Run the standup tool after configuring your trackers with yeaboi --setup. It collects ticketing, code, and documentation activity per member and returns a confidence score plus yesterday/today/blockers summaries you can present or deliver to Slack and email.

How to check a standup report against a meeting transcript?

Pass the transcript file path or paste the text directly into the conversation for review. The tool compares what each person said against the evidence in the report, then separates product gaps (drafted as GitHub issues) from configuration fixes with exact remedies.

What tools does the standup report pull activity from?

It integrates with Jira and Azure DevOps for ticketing, GitHub and Azure DevOps for code activity, and Confluence and Notion for documentation. You configure member rosters, repository scopes, and documentation sources through the standup configuration tools.

Can I run a standup report for a solo developer without a team?

Yes, pass the solo option when running the standup to produce a single first-person summary card instead of per-member team updates. This suits individuals tracking their own delivery without a team roster.

Why is my standup report missing sections or showing warnings?

Missing sections usually come from tracker authentication failures, such as a 401 from an expired credential, which appear in the warnings field. Re-run yeaboi --setup to refresh credentials; a fallback llm_mode means no LLM was reachable and summaries are deterministic skeletons.

How do I dismiss a wrong engineering practice signal in standup reports?

Record feedback with the member, rule, a down verdict, and a one-sentence note explaining why it was wrong. This removes the signal from the stored report and prevents the underlying change from re-triggering that rule in future standups.