AgentSkillsCN

standup

将近期日志条目汇总为每日站会更新。

SKILL.md
--- frontmatter
name: standup
description: Summarise recent journal entries as a standup update
argument-hint: "[days back, default 1] [project name]"
allowed-tools: Bash, Read, Glob

Standup

Summarise recent journal entries.

Steps

Step 1: Determine the range

Parse $ARGUMENTS for:

  • A number (days to look back, default 1)
  • A project name (filter to that project only, default all)

Examples:

  • /standup — yesterday's entries, all projects
  • /standup 3 — last 3 days, all projects
  • /standup mara-doman — yesterday's entries for mara-doman
  • /standup 7 pairpal — last 7 days for pairpal

Step 2: Read journal files

Read the daily files from ~/.claude/journal/ for the date range. Files are named YYYY-MM-DD.md.

Step 3: Present the summary

Summarise the entries concisely, grouped by day and project. Highlight:

  • What was accomplished
  • Key decisions made
  • Any flagged blog topics or reusable IP
  • Anything left in progress

Keep it brief — this is a standup, not a report.