一键导入
standup
Summarize your last session log into a standup-ready recap, grouped by project. Run this before standup to get oriented on what you did.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize your last session log into a standup-ready recap, grouped by project. Run this before standup to get oriented on what you did.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | standup |
| description | Summarize your last session log into a standup-ready recap, grouped by project. Run this before standup to get oriented on what you did. |
| allowed-tools | ["mcp__obsidian__read_note","mcp__obsidian__list_directory","Bash"] |
| argument-hint | [YYYY-MM-DD] |
Summarize the most recent session log into a concise, project-grouped standup recap.
/standup 2026-04-25), use that as the target date. Validate it matches YYYY-MM-DD format.date -d 'yesterday' +%Y-%m-%d via Bash.date +%Y-%m-%d (needed for fallback comparison).Daily/<target-date>.md using mcp__obsidian__read_note.#### Log section: content between #### Log and the next #### heading (typically #### A day in review).A log is considered empty if it does not exist or contains only the placeholder - .
Daily/ directory using mcp__obsidian__list_directory..md files only. Ignore sync-conflict files (.sync-conflict-*.md).YYYY-MM-DD.md so lexicographic sort works).#### Log section.- [tag] description are grouped under that tag.[tag] prefix go into a "General" group.- and [tag] to get clean descriptions.If the log date matches yesterday:
### Standup
**Yesterday** (YYYY-MM-DD):
_[project-a]_
- Summary item 1
- Summary item 2
_[project-b]_
- Summary item 3
If the log date differs from yesterday (e.g., Friday's log on Monday):
### Standup
**Last session** (YYYY-MM-DD, DayOfWeek):
_[project-a]_
- Summary item 1
- Summary item 2
Use date -d 'YYYY-MM-DD' +%A to compute the day-of-week label for non-yesterday dates.
If all entries belong to a single project, skip the project subheading and just list the items directly under the date header.
[tag] prefix on any entries: Group everything under "General" but omit the subheading (same as single-project behavior).Weekly backlog audit — field completeness, staleness tiers, and duplicate detection. Run during grooming to clean up the backlog.
Creates a JIRA Bug with steps to reproduce, expected/actual behavior, and fix criteria. Activates when users ask to create a bug report, file a bug, or report an issue.
Creates a JIRA Epic with scope, success criteria, and child story breakdown. Activates when users ask to create an epic.
Creates a JIRA Story with user story format, acceptance criteria, and technical notes. Activates when users ask to create a story or user story.
Creates a JIRA Task for tech debt, infrastructure, documentation, or spike work. Activates when users ask to create a task, spike, tech debt ticket, or infrastructure work.
Daily briefing — sprint progress, new tickets, and recent comments in one report. Run this to get oriented at the start of the day.