{"id":47997394,"url":"https://github.com/yurukusa/cc-weekly-report","last_synced_at":"2026-04-04T12:01:36.144Z","repository":{"id":341272884,"uuid":"1169304962","full_name":"yurukusa/cc-weekly-report","owner":"yurukusa","description":"Weekly activity summary for Claude Code sessions. Reads proof-log folder and generates Markdown reports.","archived":false,"fork":false,"pushed_at":"2026-02-28T23:06:44.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T23:39:20.291Z","etag":null,"topics":["ai","claude","claude-code","cli","developer-tools","productivity"],"latest_commit_sha":null,"homepage":"https://yurukusa.github.io/cc-weekly-report/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yurukusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T13:40:33.000Z","updated_at":"2026-02-28T23:06:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yurukusa/cc-weekly-report","commit_stats":null,"previous_names":["yurukusa/cc-weekly-report"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yurukusa/cc-weekly-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-weekly-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-weekly-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-weekly-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-weekly-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurukusa","download_url":"https://codeload.github.com/yurukusa/cc-weekly-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-weekly-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claude-code","cli","developer-tools","productivity"],"created_at":"2026-04-04T12:01:35.033Z","updated_at":"2026-04-04T12:01:36.121Z","avatar_url":"https://github.com/yurukusa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cc-weekly-report\n\nGenerate a weekly AI activity report from your Claude Code proof-log files.\n\n```\nnpx cc-weekly-report\n```\n\n## What it does\n\nReads your `~/ops/proof-log/YYYY-MM-DD.md` files and produces a Markdown report showing:\n\n- Total sessions, hours, lines changed\n- Top active projects\n- Daily breakdown with streaks\n- Most edited files\n- Notable metrics (longest session, averages)\n\n## Output example\n\n```\n# AI Weekly Report: 2026-02-22 – 2026-02-28\n\n## Summary\n| Metric | Value |\n|--------|-------|\n| Days active | **7 / 7** |\n| Total sessions | **530** |\n| Total AI time | **73h 15m** |\n| Lines added | **+145,793** |\n| Files touched | **1788** |\n| CC tool calls | **4235** |\n```\n\n## Install / Use\n\n```bash\n# Run directly (no install)\nnpx cc-weekly-report\n\n# Save to file\nnpx cc-weekly-report \u003e weekly-report.md\n\n# Last 14 days\nnpx cc-weekly-report --days 14\n\n# Specific week\nnpx cc-weekly-report --week 2026-02-17\n\n# Custom log directory\nnpx cc-weekly-report --dir ~/my-proof-log\n```\n\n## Options\n\n```\n--days N       Days to include (default: 7)\n--dir PATH     Proof-log directory (default: ~/ops/proof-log)\n--week DATE    Start date YYYY-MM-DD\n--version      Show version\n--help         Show help\n```\n\n## Proof-log format\n\nExpects files named `YYYY-MM-DD.md` with session entries in this format:\n\n```markdown\n### 2026-02-28 23:22-01:11 JST — セッション終了（自動記録）\n\n- いつ: 23:22〜01:11 JST（108分）\n- どこで: my-project\n- 誰が: CC: 21件\n- 何を: 9ファイル変更 (+566/-97)\n  - main.py (+200/-50, 3回)\n- どうやって: Edit: 17回, Write: 4回\n```\n\nThis format is produced automatically by the Claude Code proof-log hooks in [cc-loop](https://github.com/yurukusa/cc-loop).\n\n## Part of cc-toolkit\n\ncc-weekly-report is one of 36 free tools for Claude Code users.\n\n**→ [See all 27 tools at yurukusa.github.io/cc-toolkit](https://yurukusa.github.io/cc-toolkit/)**\n\n| Tool | What it measures |\n|------|-----------------|\n| [cc-session-stats](https://github.com/yurukusa/cc-session-stats) | How much time you spend with AI (from session transcripts) |\n| [cc-agent-load](https://github.com/yurukusa/cc-agent-load) | Ghost Days, activity calendar |\n| [cc-audit-log](https://github.com/yurukusa/cc-audit-log) | What your AI actually did |\n| **cc-weekly-report** | Weekly activity summary from proof-log |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurukusa%2Fcc-weekly-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurukusa%2Fcc-weekly-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurukusa%2Fcc-weekly-report/lists"}