Weekly review
Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new workFrom its SKILL.md
npx -y skills add nota-america/forgecat-agent-profiles --skill weekly-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 171 tokens by cl100k_base, as published. Nobody here has run it
Weekly review
Trigger
Need a weekly recap of shipped work for status updates, retros, or planning.
Workflow
- Determine the current git user email from repo config.
- Collect authored commits from the last 7-10 days on the primary branch context.
- Exclude merge commits.
- Group meaningful changes into 2-5 concise bullets.
- Add a short classification paragraph covering:
- likely bug fixes
- likely tech debt work
- likely net-new functionality
Guardrails
- Keep the recap short and executive-readable.
- Base claims only on commit history and diffs.
- If git email is missing, ask the user to set it before proceeding.
Output
- 2-5 bullet weekly summary
- Brief classification paragraph (bugfix / tech debt / net-new)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.