Capafy
Weekly Report Generator

Weekly Report Generator

Automatically generate a structured weekly work report from your Claude Code, Cursor activity and git commits — no manual tracking needed. The skill scans your conversation history across multiple AI tools and reconstructs everything you did this week.
Rating
Keine Bewertungen
Sold
1
How to use
Herunterladen

weekly-report

Automatically generate a structured weekly work report from your Claude Code, Cursor activity and git commits — no manual tracking needed. The skill scans your conversation history across multiple AI tools and reconstructs everything you did this week.

Features

  • Scans all Claude Code sessions under ~/.claude/projects/
  • Scans all Cursor Agent transcripts under ~/.cursor/projects/
  • Cross-references git commit history across all involved projects
  • Merges all three sources per project and generates a unified structured report

What's in the report

  • Overview: 2–3 sentence summary of the week's focus
  • Work items: Grouped by project, each marked as done / in-progress / pending
  • Highlights: Top 1–3 notable achievements or breakthroughs
  • Issues & solutions: Technical blockers encountered and how they were resolved
  • Next week's plan: Follow-up tasks based on this week's progress

Usage

Just say it naturally in Claude Code:

/weekly-report
generate weekly report
write my weekly summary
what did I do this week

Specify a time range

Defaults to last Monday through last Sunday. You can also specify:

generate this week's report
weekly report for May week 3
report from 2026-05-20 to 2026-05-26

Installation

Drag weekly-report.skill into Claude Code to install.

Data sources

All data is read locally — nothing is uploaded:

Source Purpose
~/.claude/projects/**/*.jsonl User prompts from Claude Code sessions
~/.cursor/projects/**/agent-transcripts/**/*.jsonl User prompts from Cursor Agent sessions
git log in each project Commit history to verify progress

When data is sparse

If Claude Code was used less than 5 times this week, the skill generates a half-filled template — known items are pre-filled and placeholders are left for manual completion.

File structure

weekly-report/
├── SKILL.md      # skill instructions
├── README.md     # Chinese documentation
└── README.en.md  # this file