ALBA: Skill for Claude Code

.claude/skills/weekly-review/SKILL.md

weekly-review is a skill for Claude Code from onurpolat05/ALBA. It costs 111 tokens per session (834 once invoked), scanned A, original, MIT.

A weekly review workflow for summarizing work, lessons, errors, blockers, and priorities from the week's records. It asks three questions and saves the completed review.

In plain words
What is it for?
Use it at the end of a week to review completed tasks, capture learnings, check unresolved blockers, and plan the next week.
Why use it?
It turns scattered daily notes into a short record of what happened and what should come next.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool.

This is onurpolat05/ALBA's own configuration. It tells Claude Code how to work on ALBA itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ALBA configures →

Reuse

Borrowing it

Nothing to install: this file belongs to onurpolat05/ALBA. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/onurpolat05/ALBA/main/.claude/skills/weekly-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/onurpolat05/ALBA

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weekly-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/onurpolat05/alba/weekly-review/github.svg)](https://agentmods.dev/skills/onurpolat05/alba/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/onurpolat05/alba/weekly-review"><img src="https://agentmods.dev/badge/skills/onurpolat05/alba/weekly-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for weekly-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/onurpolat05/alba/weekly-review"><img src="https://agentmods.dev/badge/skills/onurpolat05/alba/weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 834 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.00834
Opus 5 $0.00056 $0.00417
Sonnet 5 $0.00022 $0.00167
Haiku 4.5 $0.00011 $0.00083

Measured 10d ago against content hash 4a2520f15fe3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

weekly-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/weekly-review/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/weekly-review - Weekly Performance Review

Structured weekly review: gather data, present summary, ask questions, save review.

Process

1. Gather Data (silent - don't show raw data)

Read these files:

  • memory/state/dashboard.md - current priorities and status
  • memory/state/todo.md - task completion
  • memory/knowledge/learnings.md - this week's entries (by date)
  • memory/knowledge/errors.md - this week's errors (by date)
  • memory/daily/ - scan for this week's session logs (Mon-Sun)

Extract:

  • Tasks completed: count [x] items from dailies + todo
  • Tasks added: count new [ ] items
  • Learnings recorded this week
  • Errors encountered and resolved
  • Open blockers from dashboard

2. Present Draft

Show a concise draft:

Week Review: YYYY-Www (Mon DD - Sun DD)

Completed: X tasks
- [top 3-5 completed items]

Learnings: Y new
- [list if any]

Errors: Z encountered, W resolved
- [list if any]

Open Blockers:
- [from dashboard, if any]

3. Ask 3 Questions (one at a time)

Q1: "Does this look right? Anything to add or fix?" Q2: "What went well this week?" Q3: "Top 3 priorities for next week?"

Keep questions short. Accept brief answers.

4. Save Review

Write to memory/state/weekly-reviews/YYYY-Www.md:

# Week YYYY-Www

## Summary
- Days active: [count from daily logs]
- Tasks completed: [count]
- New learnings: [count]

## Completed
- [Items from draft + Q1 corrections]

## What Went Well
- [From Q2]

## Learnings
- [This week's entries]

## Blockers
- [Open items]

## Next Week Priorities
1. [From Q3]
2. [From Q3]
3. [From Q3]

5. Update Dashboard

  • Replace/update priority section in memory/state/dashboard.md with next week's priorities from Q3
  • Keep existing project info, only update priorities

6. Archive Check

If memory/state/weekly-reviews/ has more than 4 review files:

  • Suggest: "You have [N] weekly reviews. Archive older ones? (I'll move them to memory/state/weekly-reviews/archive/)"
  • Only archive if user agrees

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 118 lines · 111 tokens per session scan A 4a2520f15fe3

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository onurpolat05/ALBA (20 stars, last pushed 1mo ago), licensed MIT. It adds 111 tokens to every session and 834 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

handoff

Compact the current session into a handoff document. A fresh session or another agent can pick it up with no need to re-derive context. Use when asked to hand off, hand over, wrap up for another session or agent, or park work mid-stream.

terva-sh/terva · 56 tokens

g-resume

Re-hydrate a fresh session with the right slice of the durable record. The read-side counterpart to /g-retro — selectively retrieves the relevant retro, ADRs, journal, and handoff keyed by the current branch/milestone/first-task, and assembles a focused re-entry briefing. Loads distilled context into a clean window…

onlygian/G-Forge · 128 tokens

compact-manual

Claude Code skill for deterministic context compaction. Compresses the current Claude Code session to the clipboard for a manual rewind+paste workflow. A deterministic alternative to /compact that extracts literal dialog and truncates only tool outputs — no LLM summarization. Use when the user says 'compact the…

mario-hernandez/claude-compact-manual · 81 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 tokens

memory

Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs…

shobcoder/shob · 146 tokens

kn-init

Use at the start of a new session to read project docs, understand context, and see current state.

knowns-dev/knowns · 23 tokens