Skip to content

feat(update-summary): rename daily-summary and add range/filter support - #917

Merged
yxtay merged 3 commits into
mainfrom
feat/rename-daily-summary-to-update-summary
Jul 21, 2026
Merged

feat(update-summary): rename daily-summary and add range/filter support#917
yxtay merged 3 commits into
mainfrom
feat/rename-daily-summary-to-update-summary

Conversation

@yxtay

@yxtay yxtay commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rename daily-summary skill → update-summary
  • Add date range support: ISO (YYYY-MM-DD:YYYY-MM-DD) or natural language (past 2 weeks, last week, past 5 days)
  • Add --project <pattern> / -p <pattern> filter (case-insensitive path match)
  • Aggregate output across full range — no per-date labels
  • Suppress Other bucket when --project filter is active

Test plan

  • /update-summary → yesterday, all projects
  • /update-summary 2026-07-20 → single date
  • /update-summary 2026-07-07:2026-07-20 → ISO range
  • /update-summary past 2 weeks --project aiap → natural language range, filtered

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Added an update-summary skill for generating standup digests across date ranges.
    • Added optional date and project filtering, repository grouping, task merging, and duplicate removal.
    • Added Claude access to the new update-summary skill.
  • Changes

    • Replaced the previous daily-summary skill with the more flexible update-summary workflow.

Rename daily-summary skill to update-summary and extend with:
- date range support (ISO range or natural language: "past 2 weeks", "last week")
- --project/-p filter to restrict output to matching repo paths
- aggregated output across range (no per-date labels)
- Other bucket suppressed when --project filter is active

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@yxtay, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 15 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ec5ba0a6-483d-444f-9bad-88663fefa15b

📥 Commits

Reviewing files that changed from the base of the PR and between 448f16d and 1e5f7d5.

📒 Files selected for processing (1)
  • chezmoi/private_dot_agents/skills/update-summary/SKILL.md
📝 Walkthrough

Walkthrough

The daily-summary skill and Claude symlink are removed. A new update-summary skill supports date ranges, project filtering, aggregated memory and shell-history signals, repository grouping, and structured standup output. Claude is linked to the new skill.

Changes

Summary skill replacement

Layer / File(s) Summary
Update-summary specification
chezmoi/private_dot_agents/skills/update-summary/SKILL.md, chezmoi/private_dot_agents/skills/daily-summary/SKILL.md
Replaces the daily-summary specification with date-range parsing, project filtering, memory and atuin aggregation, repository mapping, deduplication, and standup formatting rules.
Claude skill wiring
chezmoi/private_dot_claude/skills/symlink_daily-summary, chezmoi/private_dot_claude/skills/symlink_update-summary
Removes the daily-summary symlink and adds a symlink to update-summary.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • yxtay/dotfiles#909: Added the daily-summary skill and its Claude symlink, which this change replaces.
  • yxtay/dotfiles#914: Modified the daily-summary skill definition that is removed here.

Poem

A rabbit hops through dates anew,
With shell trails stitched to memories true.
Projects bloom in grouped display,
Old daily paths now fade away.
“Update-summary!” I cheer and play.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main changes: renaming daily-summary to update-summary and adding date-range and project filter support.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/rename-daily-summary-to-update-summary

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request replaces the daily-summary skill with a more versatile update-summary skill, which supports date ranges, natural language date expressions, and project filtering. The feedback suggests simplifying the argument-hint to reflect the newly supported natural language inputs and replacing the <end-date+1> 00:00:00 query parameter with <end-date> 23:59:59 to avoid error-prone date arithmetic by the LLM.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread chezmoi/private_dot_agents/skills/update-summary/SKILL.md Outdated
Comment thread chezmoi/private_dot_agents/skills/update-summary/SKILL.md Outdated
@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH shfmt 5 0 0 0 0.02s
✅ JSON prettier 8 0 0 0 0.51s
✅ MARKDOWN markdownlint 10 0 0 0 0.81s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.15s
✅ YAML prettier 11 0 0 0 0.62s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters BASH_SHFMT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,YAML_PRETTIER

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH bash-exec 5 0 0 0.02s
✅ BASH shellcheck 5 0 0 0.21s
✅ REPOSITORY betterleaks yes no no 3.33s
✅ REPOSITORY checkov yes no no 24.75s
✅ REPOSITORY devskim yes no no 2.37s
✅ REPOSITORY dustilock yes no no 0.03s
✅ REPOSITORY gitleaks yes no no 2.07s
✅ REPOSITORY grype yes no no 64.11s
✅ REPOSITORY kingfisher yes no no 11.96s
✅ REPOSITORY osv-scanner yes no no 0.08s
✅ REPOSITORY secretlint yes no no 2.2s
✅ REPOSITORY syft yes no no 2.42s
✅ REPOSITORY trivy yes no no 12.76s
✅ REPOSITORY trivy-sbom yes no no 0.15s
✅ REPOSITORY trufflehog yes no no 4.22s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters BASH_EXEC,BASH_SHELLCHECK,REPOSITORY_CHECKOV,REPOSITORY_DEVSKIM,REPOSITORY_DUSTILOCK,REPOSITORY_GITLEAKS,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.45s
✅ ACTION zizmor 5 0 0 0 1.2s
✅ BASH bash-exec 5 0 0 0.03s
✅ BASH shellcheck 5 0 0 0.28s
✅ BASH shfmt 5 0 0 0 0.02s
✅ COPYPASTE jscpd yes no no 0.13s
✅ EDITORCONFIG editorconfig-checker 87 0 0 0.06s
✅ JSON prettier 8 0 0 0 0.7s
✅ JSON v8r 12 0 0 4.56s
✅ MARKDOWN markdownlint 10 0 0 0 0.84s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.19s
✅ REPOSITORY betterleaks yes no no 1.47s
✅ REPOSITORY checkov yes no no 23.28s
✅ REPOSITORY gitleaks yes no no 2.63s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 60.12s
✅ REPOSITORY osv-scanner yes no no 0.17s
✅ REPOSITORY secretlint yes no no 1.29s
✅ REPOSITORY syft yes no no 3.12s
✅ REPOSITORY trivy yes no no 12.55s
✅ REPOSITORY trivy-sbom yes no no 0.18s
✅ REPOSITORY trufflehog yes no no 3.77s
⚠️ SPELL lychee 36 9 0 1.23s
✅ YAML prettier 11 0 0 0 0.68s
✅ YAML v8r 11 0 0 7.89s
✅ YAML yamllint 11 0 0 0.51s

Detailed Issues

⚠️ SPELL / lychee - 9 errors
📝 Summary
---------------------
🔍 Total...........32
🔗 Unique..........24
✅ Successful......23
⏳ Timeouts.........0
🔀 Redirected.......3
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........9
⛔ Unsupported......9

Errors in chezmoi/.chezmoitemplates/mcp_servers.json
[406] https://mcp.deepwiki.com/mcp (at 11:15) | Rejected status code: 406 Not Acceptable

Errors in chezmoi/.chezmoitemplates/opencode.json
[406] https://mcp.deepwiki.com/mcp (at 32:15) | Rejected status code: 406 Not Acceptable

Errors in chezmoi/private_dot_agents/skills/okf/templates/concept.md
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/url (at 24:5) | File not found. Check if file exists and path is correct

Errors in chezmoi/private_dot_agents/skills/okf/templates/index.md
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/relative-url (at 3:3) | File not found. Check if file exists and path is correct
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/relative-url (at 4:3) | File not found. Check if file exists and path is correct
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/subdir (at 8:3) | File not found. Check if file exists and path is correct

Errors in chezmoi/private_dot_agents/skills/okf/templates/log.md
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/bundle-relative-path (at 5:36) | File not found. Check if file exists and path is correct
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/bundle-relative-path (at 6:30) | File not found. Check if file exists and path is correct
[ERROR] file://chezmoi/private_dot_agents/skills/okf/templates/bundle-relative-path (at 7:39) | File not found. Check if file exists and path is correct

Hint: Followed 3 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
Hint: You can configure accepted/rejected response codes with `-a` or `--accept`

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,BASH_EXEC,BASH_SHELLCHECK,BASH_SHFMT,COPYPASTE_JSCPD,EDITORCONFIG_EDITORCONFIG_CHECKER,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

yxtay and others added 2 commits July 21, 2026 10:12
- Simplify argument-hint to not enumerate all date formats
- Use end-date 23:59:59 instead of end-date+1 00:00:00 to avoid
  LLM date arithmetic errors on month/year rollovers

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
… today

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@yxtay
yxtay merged commit e0a200c into main Jul 21, 2026
18 of 20 checks passed
@yxtay
yxtay deleted the feat/rename-daily-summary-to-update-summary branch July 21, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant