Weekly banner
jhs jhs

Weekly

Documentation community

Description

--- description: Generate weekly commit diary and post to GitHub wiki --- Read all daily diary entries for a given week and create a Markdown weekly summary to post to the GitHub wiki. A week is defined as Sunday through Saturday. Content and formatting details below. To post to the wiki, push git changes within `wiki/` from this project root. (It is a git clone of the GitHub wiki.) Steps: 1. Confirm the local system date and week number by running `date +%Y-%m-%d && date +%V` 2. Determine th

Installation

Installs to ~/.claude/commands/jhs-chatfield-weekly.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jhs/Chatfield/HEAD/.claude/commands/weekly.md -o ~/.claude/commands/jhs-chatfield-weekly.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository