← All Commands 📊 Reporting

/note-standup

Daily Standup

Merges git commits (grouped by conventional prefix), merged/open PRs, completed note checkboxes, and in-progress items into a structured standup: Done, In Progress, Today, Blockers. Replaces previous standup note.

Quick Example

Claude Code
/note-standup /note-standup

Generates today's standup from git log since yesterday + note activity.

Screenshot Placeholder

Result: Daily Standup sticky note (green color) created from the command above

Key Features

📦

Commit Grouping

Groups commits by prefix: feat:, fix:, refactor:, docs:, test:, chore:. Clean summary of what was done.

🔀

PR Tracking

Shows merged and open pull requests via gh CLI. Links to GitHub for quick access.

📝

Notes Integration

Pulls completed checkboxes and in-progress items from SlashNote. Merges with git data for full picture.

📏

Metrics Line

"5 commits, 12 files changed, 2 PRs" — quick stats at the top of the standup.

Real-World Examples

Daily standup

/note-standup /note-standup

Generates today's standup from git log since yesterday + note activity.

Weekly summary

/note-standup --week

Covers the entire week. Useful for async teams or weekly reports.

Notes only

/note-standup --notes

No git required. Standup from SlashNote checkboxes only.

Data Sources

The standup merges data from two sources:

Git Activity

  • Commits since yesterday (grouped by conventional prefix)
  • Files changed count
  • Merged and open pull requests (via gh CLI)

SlashNote Activity

  • Completed checkboxes (marked as done)
  • In-progress items
  • Active task loop note and loop state
  • Blocked tasks from the loop

Output Sections

SectionContentMax Items
DoneCompleted work from git + notes10
In ProgressCurrent tasks and open items7
TodayPlanned work for today5
BlockersIssues preventing progress5

The Blockers section only appears if there are actual blockers (from loop state or mentioned in notes).

Commit Grouping

Commits are grouped by conventional commit prefix:

feat: 3 commits — New auth flow, User profile, API endpoints
fix: 2 commits — Login validation, Token refresh
docs: 1 commit — Updated API docs

Metrics Line

A summary line at the top of the standup:

5 commits, 12 files changed, 2 PRs

Modes

Daily (default)

/note-standup

Covers activity since yesterday.

Weekly

/note-standup --week

Covers the entire week. Useful for async teams or weekly reports.

Notes Only

/note-standup --notes

No git activity — standup from SlashNote checkboxes only. Works in non-git projects.

Auto-Replace

Only one standup note is active at a time. Running /note-standup again replaces the previous one.

Animated GIF Placeholder

Full demo: typing /note-standup in the terminal, AI processing the input, and a green sticky note appearing on screen with the formatted result

Try It Now

Download SlashNote and install the Claude Code plugin

Download on the App Store