Skip to content
Development
Skill

/weekly-review

Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

From plugin
cursor-plugins
2.6k82 skills12 agents
Install
$ npx -y skills add cursor/plugins --skill weekly-review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/weekly-review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

SKILL.md

weekly-review.SKILL.md
name: weekly-review
description: Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

Weekly review

Trigger

Need a weekly recap of shipped work for status updates, retros, or planning.

Workflow

1. Determine the current git user email from repo config. 2. Collect authored commits from the last 7-10 days on the primary branch context. 3. Exclude merge commits. 4. Group meaningful changes into 2-5 concise bullets. 5. 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)
Ships withcursor-plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Get the whole plugin