一键导入
standup
Generate a daily standup report from git history and GitHub activity
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a daily standup report from git history and GitHub activity
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Close a GitHub issue with discipline — resolved, superseded, or duplicate. Pre-flights body + comments, migrates substance before destroying context, cross-links both directions.
File a new GitHub issue with duplicate search, scope decision, label discovery, and preview before posting. Prevents fragmented or silently-filed issues.
Restructure the topology of GitHub issues — split one into many focused replacements, or merge multiple into one keeper. Migrates substance and cross-links before closing anything.
Update an existing GitHub issue — edit body, post a comment, retag, or reopen. Pre-flights body + comments; acknowledges stale framing instead of silently rewriting.
Review and address PR feedback using 6-dimensional code review
Structured code review using 6 dimensions. Works with or without the code-reviewer agent.
| name | standup |
| description | Generate a daily standup report from git history and GitHub activity |
| allowed-tools | Bash(git log*), Bash(git config*), Bash(gh pr*), Bash(gh issue*), Read |
Generate a standup report summarizing what changed since yesterday.
Create a daily standup summary: yesterday's work, today's plans, blockers.
gh) is installed and authenticatedgit log --since="1 day ago" --oneline --author="$(git config user.email)"
gh pr list --author="@me" --state=open
gh issue list --assignee="@me" --state=open
## Standup — [Date]
### Yesterday
- [type]: [one-liner per commit/PR]
### Today
- [planned task from open issues/PRs]
### Blockers
- [none | what's blocking]
Present the report. Infer "Today" from open PRs and issues.