daily-standup-preplisted
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