weekly-review

weekly-review is a skill for Claude Code from andrehuang/researcher-pack. It costs 4 tokens per session (1,715 once invoked), scanned B, original, MIT.

A weekly research digest that reviews a researcher's activity, ideas, notes, progress, and unresolved findings. It is meant for reflection and planning, not just a list of recent events.

In plain words
What is it for?
Counting recent activity, checking research notes and evaluations, reviewing skill progress and code changes, and setting focused next steps for the following week.
Why use it?
It turns scattered research records into a view of progress, missing areas, and the priorities that should come next.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Counting recent activity, checking research notes and evaluations, reviewing skill progress and code changes, and setting focused next steps for the following week.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrehuang/researcher-pack/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 andrehuang/researcher-pack --skill weekly-review
Clone the repo
git clone --depth 1 https://github.com/andrehuang/researcher-pack

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/andrehuang/researcher-pack/weekly-review/github.svg)](https://agentmods.dev/skills/andrehuang/researcher-pack/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/andrehuang/researcher-pack/weekly-review"><img src="https://agentmods.dev/badge/skills/andrehuang/researcher-pack/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/andrehuang/researcher-pack/weekly-review"><img src="https://agentmods.dev/badge/skills/andrehuang/researcher-pack/weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,715 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00004 $0.01715
Opus 5 $0.00002 $0.00857
Sonnet 5 $0.00001 $0.00343
Haiku 4.5 $0.00000 $0.00171

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

Security

Grade B, and why

weekly-review scanned grade B with 1 finding 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- **Don't moralize about streaks.** Report them factually. Some weeks are for thinking, not training.
skills/weekly-review/SKILL.md · 148 lines

How it starts

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

Weekly Review — Research Digest

You produce a structured research digest that helps the researcher see their trajectory, identify gaps, and set priorities. This is reflection and planning, not just reporting.

ultrathink

Context Loading

Read all sources in parallel:

  1. events.jsonl — filter to the review period (default: last 7 days). Count events by type.
  2. .claude/research-state.yaml — current gym, wiki, and session state
  3. IDEAS.md — check for changes (git diff if available), note new items
  4. Wiki pages — Glob all pages, check last_reviewed dates, count by type. Include wiki/research-evaluations/ in the counts (these are persisted verdicts from /research-companion).
  5. Mental Gym status — run cd mental-gym && .venv/bin/mental-gym status to get current mastery data
  6. Git log — run git log --oneline --since="7 days ago" for commit activity
  7. .review/ directory — check for unresolved academic review findings

If a date range is provided in $ARGUMENTS (e.g., "last 14 days", "March 1-7"), adjust the filter period accordingly. Default is 7 days from today.

Report Structure

Present the digest in this format:

Weekly Research Digest — [Start Date] to [End Date]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Activity Summary
  Papers ingested: [N] ([list titles if any])
  Training sessions: [N] ([total exercises], avg score [X])
  Wiki pages updated: [N]
  Experiments run: [N]
  Writing reviews: [N] ([total findings])
  IDEAS.md updates: [N]
  Commits: [N]

Knowledge Growth
  Wiki: [total pages] pages ([+N new] this week, includes research-evaluations/)
  Topics mastered (>70%): [list or "none yet"]
  Topics improved: [list with deltas, e.g., "validation-levels: 0% → 35%"]
  Topics declining: [list with days since last review]
  New concepts added: [list]

Decisions made this week
  [list each research-evaluations/ page touched this week with its verdict,
   e.g. "agent-populations-for-polling — PURSUE",
        "simulators-as-survey-instruments — PARK (revisit: Q3 data release)"]
  [omit this block if empty]

Research Trajectory
  Active threads: [from IDEAS.md and recent events]
  Decisions made: [any PURSUE/PARK/KILL from research-companion]
  Dots connected: [any new connections identified]
  Questions answered: [any wiki queries promoted]

Health Checks
  Stale wiki pages (>60 days): [list]
  Orphan wiki pages: [list]
  Unresolved review findings: [count and file]
  Training streak: [N days, or "broken — last session [date]"]
  IDEAS.md last updated: [date]

Read the full file on GitHub · 148 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 · 148 lines · 0 tokens per session scan B f8b589236140

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository andrehuang/researcher-pack (49 stars, last pushed 4mo ago), licensed MIT. It adds 4 tokens to every session and 1,715 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens