.claude/skills/weekly-update/SKILL.md
Generate a team-facing weekly status update from STATUS_LOG.md and git history.
npx skillsauth add praveenmaiya/holley-rec weekly-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a concise, business-focused weekly status update for the team.
Usage: /weekly-update Jan 20
STATUS_LOG.md - find entries within the 7-day window ending on the given dategit log --oneline --since="7 days ago" --until="tomorrow"
(Adjust dates based on the provided date argument)ls -la docs/*.md
docs/weekly_updates.md - match the existing format and toneWrite 2-3 bullets following these rules:
| Rule | Do This | |------|---------| | Work, not stats | Describe what was accomplished; stats support the story, don't lead it | | Business impact | Why does this matter? What does it unlock? | | Self-explanatory | Reader should understand without a voiceover | | No "we" or "I" | Noun-led phrasing ("Established..." not "I established...") | | No version numbers | Say "segment-based recommendations" not "v5.17" | | Human tone | Conversational, clear, not robotic or AI-sounding | | Brief | 2-3 bullets maximum |
IMPORTANT: Always ask the user:
"What's coming next week for the Next section?"
Wait for user response before proceeding. Do not auto-generate the Next section.
Show the complete update:
**Weekly Update - [Date], 2026**
* **[Topic]:** What was done. Why it matters.
* **[Topic]:** ...
* **Next:** [user-provided next items]
Ask: "Want me to add this to docs/weekly_updates.md and commit?"
If yes:
docs/weekly_updates.md with --- separatorAdd weekly update [Date]: [brief summary]| Don't Write | Write Instead | |-------------|---------------| | "Implemented collaborative filtering" | "Collaborative filtering was tested but deprioritized due to low repeat purchase rates (18%)" | | "Fixed variant dedup bug" | "Rolled out a fix for specialized product variants, ensuring users see exact performance parts" | | "87% coverage achieved" | "Vehicle-specific recommendations now reach 87% of users" | | "We investigated the issue" | "Investigation revealed that 65% of purchases involve untracked products" | | "v5.17 deployed" | "Segment-based recommendations deployed" |
Weekly Update - Jan 20, 2026
testing
Run QA validation checks on the recommendation pipeline output. Use after pipeline runs to verify data quality.
research
Compare Personalized vs Static treatment performance with unbiased methodology. Use for A/B analysis and treatment comparison.
testing
Show current pipeline and deployment status. Use for quick health check.
devops
Execute the v5.17 vehicle fitment recommendation pipeline. Use when user asks to run the pipeline, refresh recommendations, or generate new recs.