Generate weekly productivity report
weekly-reportskillsetup L2★364
hoangsonww/Claude-Code-Agent-Monitor ↗What it does
Generate weekly productivity report with daily breakdown and tool usage
Best for
Individual contributor or team lead reviewing personal/team productivity—weekly check-in on what worked and what to optimize.
Inputs
- · Week context: 'this week', 'last week', date range '2025-04-07 to 2025-04-13', or empty (current week Mon-Sun)
Outputs
- · Week-at-a-glance table: sessions, hours, tokens, cost, completion % with week-over-week change
- · Highlights: most productive day, longest session, top tools, achievements
- · Daily breakdown table: sessions, hours, cost, completion per day
- · Tool usage: top 10 tools by count, error rates, distribution chart (text-based)
- · Productivity insights: peak hours, avg duration trend, cost efficiency, model distribution
- · Recommendations for next week based on error and cost patterns
Requires
- · Agent Monitor API (localhost:4820)
Preconditions
- · Agent Monitor running with current + prior week data
- · Sessions have timestamps, duration, tool invocations, error status
- · Model and tool metadata attached to events
Failure modes
- · Missing prior week data → no week-over-week comparison
- · Tool errors not categorized → incomplete error rate breakdown
- · No timestamp granularity → cannot compute peak hours
Trust signals
- · Week-over-week comparison percentages
- · Specific metric categories: peak productivity hours, avg session duration trend, cost efficiency trend
- · Tool error rate analysis (not just invocation count)
- · Actionable recommendations tied to cost and error patterns