weekly-review

weekly-review is a skill for Claude Code, Codex from ndunl075/alfred-pennyworth. It costs 27 tokens per session (630 once invoked), scanned A, original, Apache-2.0.

A weekly-review skill that combines open tasks, GitHub notifications, missing Canvas assignments, and remembered commitments into a retrospective summary. Canvas is a learning-management system used for courses.

In plain words
What is it for?
Use it for a weekly review or retrospective of work, coursework, upcoming items, and commitments remembered from conversations.
Why use it?
It brings information from several places together so you can see what moved, what is stuck, and what is next.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for a weekly review or retrospective of work, coursework, upcoming items, and commitments remembered from conversations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ndunl075/alfred-pennyworth/weekly-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ndunl075/alfred-pennyworth --skill weekly-review
Clone the repo
git clone --depth 1 https://github.com/ndunl075/alfred-pennyworth

Made for: Claude Code, Codex.

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/ndunl075/alfred-pennyworth/weekly-review/github.svg)](https://agentmods.dev/skills/ndunl075/alfred-pennyworth/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/ndunl075/alfred-pennyworth/weekly-review"><img src="https://agentmods.dev/badge/skills/ndunl075/alfred-pennyworth/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/ndunl075/alfred-pennyworth/weekly-review"><img src="https://agentmods.dev/badge/skills/ndunl075/alfred-pennyworth/weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 630 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.00027 $0.00630
Opus 5 $0.00014 $0.00315
Sonnet 5 $0.00005 $0.00126
Haiku 4.5 $0.00003 $0.00063

Measured 11d ago against content hash 792a7487d073, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 11d 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.

hermes-profile/skills/productivity/weekly-review/SKILL.md · 67 lines

How it starts

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

Weekly review

Overview

Unlike the morning brief (today-focused, fully pre-ranked) or inbox triage (one connector), a weekly review pulls from several sources and needs you to find the throughline yourself -- what actually moved, what's stuck, what's coming up next week.

When to use

  • The user asks for a weekly review, retrospective, or "how did this week go."
  • A weekly cron trigger (see cron/connector-health-check.json for the pattern -- a dedicated weekly-review cron entry is not bundled by default; add one only if you want this delivered unprompted).

Steps

  1. Call brief_get for the current state of due/overdue tasks and calendar items.
  2. Call connector_records_get(connector="github", record_type="notification") for anything GitHub surfaced this week.
  3. Call connector_records_get(connector="canvas", record_type="missing") if the user has Canvas configured, for missing assignments.
  4. Call memory_search with a query built from the week's obvious themes (project names, course names, recurring topics) to surface anything remembered that the structured connectors wouldn't otherwise show -- commitments made in conversation, not tracked as a formal task.
  5. Synthesize: what got done (task_complete history isn't directly queried here today -- infer completion from tasks no longer appearing as open in brief_get), what's still open and how long it's been open, and what's coming due next week.

Common pitfalls

  • Presenting connector_records_get's raw list as the review -- this skill exists specifically to add the synthesis step 5 that the other two skills deliberately don't attempt.
  • Treating a memory returned by memory_search as more authoritative than a formal task from brief_get when they conflict -- flag the conflict to the user rather than silently picking one.
  • Running this against a Canvas-less or GitHub-less setup and treating the resulting empty list as an error -- both connectors are optional; report "nothing configured" rather than a failure.

Read the full file on GitHub · 67 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. 11d ago First seen · 67 lines · 27 tokens per session scan A 792a7487d073

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository ndunl075/alfred-pennyworth (0 stars, last pushed 23d ago), licensed Apache-2.0. It adds 27 tokens to every session and 630 once invoked, about $0.0001 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-31.