Weekend Wizard

Automate the collection and formatting of team progress into weekly recap documents. Use when generating team weeklies, summarizing sprint outcomes, compiling release notes from merged PRs, or producing standup updates.

lurui1997 Updated

File contents

Weekly Recap

Collect distributed work signals and synthesize them into a readable summary.

Data Collection

  • Query Git history for commits and merged PRs in the target date range.
  • Gather closed issues and completed milestones from the issue tracker.
  • Note any blockers or carry-over items explicitly.

Summary Structure

  • Highlights: 2–3 major accomplishments or shipped features.
  • In Progress: Active work that will continue next week.
  • Blockers / Risks: Items needing attention or decisions.
  • Upcoming: Planned focus for the next cycle.

Output Formats

  • Default to Markdown for portability.
  • Export to Notion, Feishu, or other platforms using their APIs or copy-paste-friendly formatting.

Automation Tips

  • Use git log --since="1 week ago" --merges to find merged PRs.
  • Parse PR titles and commit messages to generate human-readable bullets.
  • Keep the tone concise and factual; avoid duplicating full commit diffs.

lurui1997/awesome_skills/tree/main/weekend-wizard commit 7e629c22cb

Frequently asked questions

npx skillmds@latest add lurui1997/weekend-wizard