← ClaudeAtlas

daily-standup-preplisted

Generate a per-team standup markdown report by gathering activity over the last N days from Jira, GitLab, Confluence, and a local Git repo. Maps activity to team members from a roster CSV, renders a Mermaid kanban + randomized talking order, captures a `daily`-tagged sprint snapshot, and runs a clarity-council (infographics-expert burndown chart + statistics-expert forecast + scrum-master suggestions) for sprint pulse. Writes one file per team into the Obsidian vault. Use when the user says "daily standup prep", "standup report", "generate standup", "scrum prep", or invokes /daily-standup-prep.
risadams/skills · ★ 2 · Data & Documents · score 66
Install: claude install-skill risadams/skills
# Daily Standup Prep Per-team standup report. Read-only across Jira, GitLab, Confluence, and Git. Writes one markdown file per team to the Obsidian vault. This skill is a Claude Code port of `D:\powershell-scripting\src\bin\Get-Standup-Report.ps1` — same inputs, same template placeholders, same output path layout, same identity-matching rules. See [REFERENCE.md](REFERENCE.md) for the algorithm and per-section formatter contracts. See [EXAMPLES.md](EXAMPLES.md) for invocation parity with the PS script. ## Quick start ```text /daily-standup-prep → Pyrite, last 2 days, INC 25 / Sprint 1 /daily-standup-prep Onyx → single team /daily-standup-prep Pyrite,Onyx --days 3 --inc 26 → multi-team, custom window /daily-standup-prep --no-gitlab --no-confluence → toggle sections off ``` ## Parameters | Param | Default | Maps to PS | | :--- | :--- | :--- | | `Teams` | `["Pyrite"]` | `-Teams` (string[]) | | `DaysToLookBack` | `2` | `-DaysToLookBack` | | `JQL` | auto-built | `-JQL` | | `GitRepoPath` | `D:\paas\` | `-GitRepoPath` | | `Inc` | `25` | `-Inc` | | `Sprint` | `1` | `-Sprint` | | `IncludeJiraIssues` / `IncludeGitCommits` / `IncludeGitLabActivity` / `IncludeConfluenceActivity` / `IncludeKanbanDiagram` / `IncludeStandupOrder` | all `true` | same | | `IncludeSprintPulse` | `true` | new — runs Phase 4.5 (daily snapshot + council burndown/forecast/suggestions). Toggle off with `--no-sprint-pulse` | JIRA base, Confluence