Repo Catchup

Reads the commits in the current repository for a date range. Replies with a one-line executive summary and a Date, Owner, Ref, and Description table. Drops bot-authored and merge commits. Groups rows by team, with a CODEOWNERS file present, otherwise by individual contributor. --from and --to each accept an absolute YYYY-MM-DD date, a relative phrase such as "yesterday" or "last week," or a git tag or branch name. When neither is given, defaults to the last seven days. Runs git log inside a delegated subagent, so a large range never floods the conversation. On a GitHub remote with gh authenticated, each row links to its merged pull request, or otherwise to its bare commit. Elsewhere it falls back to a plain hash. When the user types /repo-catchup, use this skill. When the user asks, in plain language, to catch up on this repository, use it too. Example requests: "catch me up on this repo," "what changed here recently," "summarize commits since last week."

bgutschke Updated

File contents

bgutschke/skills/tree/main/skills/engineering/repo-catchup commit c96cdaa662

Frequently asked questions

npx skillmds@latest add bgutschke/repo-catchup