weekly-report

Solid

Use when it is the end of the week and you need to summarize commits, PRs, and incidents into a concise weekly progress report.

AI & Automation 1 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
35
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Weekly Report ## When to use Invoke this skill when the user asks for a status update, weekly digest, or "sprint summary" derived from repository activity. ## Steps 1. Collect commits and merged PRs since the start of the week (`git log --since`). 2. Group them by theme: Features, Fixes, Chores, Docs. 3. Note any incidents or blockers mentioned in issues. 4. Write 3–5 bullets a manager can skim, then a one-line headline. 5. Offer to post it to the team channel or save it to a file. ## Examples - "Write this week's progress report" - "Summarize what the team shipped since Monday" ## References Prefer impact ("shipped X") over activity ("committed Y"); link PRs so readers can dig in.

Details

Author
NSBen
Repository
NSBen/skillfoundry
Created
4 days ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category