standup-auto-generate
Auto-generate daily standup summaries from GitHub commits, PRs, and Slack activity
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Auto-generate daily standup summaries from GitHub commits, PRs, and Slack activity
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
| name | standup-auto-generate |
| version | 1.0.0 |
| description | Auto-generate daily standup summaries from GitHub commits, PRs, and Slack activity |
| trigger | generate standup|auto standup|standup summary|what did the team do|morning summary|daily summary |
| tools | ["tool_search","tool_install","memory_read","memory_write","send_message"] |
Auto-generate standup summaries from development activity:
tool_install({ name: "github" }) if not connectedtool_install({ name: "slack" }) if not connected (optional but recommended)**Daily Standup — {date}**
**{Developer Name}**
Done: Merged PR #123 (feature X), closed issue #456
In Progress: PR #789 (refactor Y) — awaiting review
Blockers: None
**{Developer Name 2}**
...