一键导入
summarize-period
Roll up daily/weekly data into period summaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Roll up daily/weekly data into period summaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Render brief from template and deliver to configured targets (email, GitHub issue, terminal).
Read and write memory JSON files in the user's dayarc folder.
Generate structured talking points for performance reviews, 1:1s, and self-assessments from accumulated monthly summaries.
Check for and apply updates to the Dayarc agent package from GitHub.
Extract corrections from user's reply to a brief email.
Conversationally configure a new signal source connector (Jira, ADO, Linear, Slack, etc.), generate a custom COLLECT skill, and register it in config.json.
| name | Summarize Period |
| description | Roll up daily/weekly data into period summaries. |
For weekly: all daily profiles + previous weekly. For monthly: all weekly summaries + previous monthly.
{
"themes": [{ "label": "auth migration", "effort_share": 0.6, "progress": "Completed token refresh." }],
"accomplishments": ["Merged PR #1234"],
"stuck": [{ "description": "ARM CI pipeline flaky", "days_or_weeks": 4 }],
"focus_next": ["Finish auth rollout"]
}
feedback field across all input daily profiles. For each profile with a feedback entry, tally rated (count), positive (count where sentiment == "positive"), negative (count where sentiment == "negative"), and collect all distinct negative detail strings into themes. Emit as brief_quality: { rated, positive, negative, themes }. If no daily profiles had a feedback field, omit brief_quality.rated, positive, and negative across all input weekly brief_quality fields. Merge themes arrays and deduplicate. Emit as brief_quality. If no weekly summaries had brief_quality, omit the field.