Install
$ agentstack add skill-broomva-skills-weekly-review ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Weekly Review
Scan the week. Surface what matters. Plan what's next.
Workflow
- Scan vault changes — Find all files in
~/broomva-vault/modified in the last 7 days:
- New notes created
- Existing notes modified (check git or file timestamps)
- Group by folder/project
- Scan git activity — Run across all repos under
~/broomva/:
git log --since="7 days ago" --oneline --stat- Count commits per repo
- Identify PRs merged, branches created
- Extract completed items — Find tasks marked done this week:
- [x]items with recent modification dates- Completed items in project trackers
- Find open items — Surface things that need attention:
- Overdue tasks (
- [ ]with past dates) - Stale PRs or branches
- Notes tagged with urgency markers
- Items promised in last week's review that aren't done
- Identify themes — What patterns emerge from the week's activity:
- What projects got the most attention?
- Any new projects or ideas that emerged?
- Any projects that went silent?
- Generate next week's priorities — Based on:
- Unfinished items from this week
- Upcoming deadlines
- Momentum (what's hot, what's stalled)
Output Format
## Weekly Review — [Week of YYYY-MM-DD]
### Week at a Glance
- **Commits**: [N] across [M] repos
- **Notes created**: [N]
- **Notes modified**: [N]
- **Tasks completed**: [N]
- **Tasks still open**: [N]
### What Got Done
- [Completed item] — [[Project]]
- [Completed item] — [[Project]]
### What's Still Open
**Overdue**
- [ ] [item] — due [date] — [[Project]]
**In Progress**
- [ ] [item] — [[Project]]
**Stalled** (no activity this week)
- [ ] [item] — last touched [date] — [[Project]]
### Project Activity
| Project | Commits | Notes | Status |
|---------|---------|-------|--------|
| [name] | N | N | Active / Quiet / New |
### Themes & Observations
- [What dominated the week]
- [Any surprising patterns]
- [Things to watch]
### Next Week's Priorities
1. [Priority] — why: [reason]
2. [Priority] — why: [reason]
3. [Priority] — why: [reason]
### Carry-Forward
- [ ] [Item from this week that must continue]
Vault Integration
- Save to:
~/broomva-vault/reviews/weekly-review-[YYYY-MM-DD].md - Link back to project notes referenced
- If prior weekly reviews exist, reference the most recent one for continuity
Behavior
- Be factual about what happened — don't editorialize
- Highlight things that slipped without judgment
- The "next week's priorities" should emerge from the data, not be invented
- If the vault is sparse, focus on git activity
- Keep the whole review scannable in under 3 minutes
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: broomva
- Source: broomva/skills
- License: MIT
- Homepage: https://skills.sh/broomva/skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.