weekly-review

weekly-review is a skill for Claude Code, Codex from fieldsphere/cursor-team-marketplace-template. It costs 20 tokens per session (152 once invoked), scanned A, original, no licence file.

A weekly work summary based on commits, which are recorded changes to a code repository.

In plain words
What is it for?
Use it for weekly retrospectives, progress reviews, and organizing completed development work.
Why use it?
It gives you a concise view of what changed and how the work was grouped during the week.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for weekly retrospectives, progress reviews, and organizing completed development work.

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

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/fieldsphere/cursor-team-marketplace-template/weekly-review/github.svg)](https://agentmods.dev/skills/fieldsphere/cursor-team-marketplace-template/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/fieldsphere/cursor-team-marketplace-template/weekly-review"><img src="https://agentmods.dev/badge/skills/fieldsphere/cursor-team-marketplace-template/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/fieldsphere/cursor-team-marketplace-template/weekly-review"><img src="https://agentmods.dev/badge/skills/fieldsphere/cursor-team-marketplace-template/weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 152 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 unknown 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.00020 $0.00152
Opus 5 $0.00010 $0.00076
Sonnet 5 $0.00004 $0.00030
Haiku 4.5 $0.00002 $0.00015

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

plugins/technical-writing/skills/weekly-review/SKILL.md · 12 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 12 lines · 20 tokens per session scan A 6b08fe60f554

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository fieldsphere/cursor-team-marketplace-template (39 stars, last pushed 4mo ago), with no licence file. It adds 20 tokens to every session and 152 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-30.

Related

Other skills, from other repositories

checkpoint-management

Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.

a5c-ai/babysitter · 22 tokens

push-all

Use when the user explicitly asks to stage all current changes, create a commit, and push to the remote after safety checks.

majiayu000/spellbook · 28 tokens

review-gate

Use before an agent-produced diff is committed, pushed, opened as a PR, merged, landed, or applied to user files when explicit implementation approval is missing. Trigger for review gate, review pack, approve before landing, diff first then land, human approval, merge gate, commit gate, push gate, or PR readiness.…

majiayu000/spellbook · 95 tokens

night-watch

Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.

softspark/ai-toolkit · 36 tokens

claude-code-bash-patterns

Claude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI orchestration, custom commands, or encountering bash permissions, command failures, security guards, hook configurations.

secondsky/claude-skills · 52 tokens

git-ops

Single front door for everything git and GitHub — saving work, getting the latest, backing up, and putting changes online. Routes plain-language requests to the right operation in the correct order, even when the user does not use git terms. Use whenever the user wants to save, back up, update, sync, upload, publish…

basher83/lunar-claude · 109 tokens