一键导入
standup-update
Generate a formatted Slack standup update by summarizing entries from the last working day and today in a work log markdown file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a formatted Slack standup update by summarizing entries from the last working day and today in a work log markdown file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | standup-update |
| description | Generate a formatted Slack standup update by summarizing entries from the last working day and today in a work log markdown file. |
| disable-model-invocation | true |
Generate a formatted Slack standup update by summarizing entries from the last working day and current day (if present) in a work log markdown file.
CRITICAL: DO NOT SKIP STEPS
Locate the work log file
Work/Soraban/Work Log.md)Identify relevant dates
Extract and summarize entries
Format for Slack
Read the provided markdown file completely to understand its structure. The file contains dated entries in the format MM/DD/YYYY followed by bullet points describing work activities.
CRITICAL: This is a summary, not a copy-paste
Examples of summarization:
Before (verbose):
After (summarized):
Before (redundant):
After (consolidated):
For past entries (last working day): Convert verbs to past tense
For today's entries: Keep verbs in present tense
Generate markdown output with these specifications:
MM/DD/YYYY - NO labels like "(today)" or "(last working day)"[[...]]12/01/2025
- have meeting to go over plan to migrate from Heroku to AWS on production
- this should include going over what production environment cleanup
- start prework for AWS migration
- get AWS production ready for testing
- make sure we have https://newprod.soraban.dev available and have AWS production service point to it
11/26/2025
- created CloudWatch alarms based on Sidekiq QueueLength for each of our queues, and used this to finally define scaling policies
- added these CloudWatch alarms and scaling policies to `soraban-infra`
- PR: https://github.com/Soraban/soraban-infra/pull/31
CRITICAL: Output ONLY the code block, nothing else
markdown: ````markdownDraft a structured commit message for all uncommitted changes, auto-detecting project type (React, Rails, or generic).
Create a comprehensive, well-structured README.md file for the project.
Generate a comprehensive .gitignore file at the project root covering common environments, frameworks, and operating systems.
Review a GitHub Pull Request using the gh CLI and provide a comprehensive report with prioritized suggestions.
Review uncommitted local code changes and provide a prioritized report with suggested fixes.
Generate comprehensive markdown documentation for a Rails controller, including actions, routes, request/response formats, and business logic.