@clanki/recap
v0.1.5
Published
A CLI tool that generates fair, unbiased engineering reviews from your GitHub activity
Readme
recap
Generate AI-powered reviews (or roasts) of your engineering activity from GitHub and Slack.
Quick start
bunx @clanki/recap roast
# or
npx @clanki/recap roastPrerequisites
- GitHub: GitHub CLI (
gh) authenticated, or aGITHUB_TOKEN/GH_TOKENenv var - AI: The
claudeorcodexCLI installed locally
Install
npm i @clanki/recap -g
# or
bun i @clanki/recap -gUsage
recap # interactive mode
recap roast # comedic roast of recent activity
recap fetch # fetch and cache activity data
recap summarize # summarize previously cached dataRun recap --help for the full list of flags.
Slack
To include Slack activity in your recaps, authenticate with:
recap auth slack # interactive setup — guides you through getting a token
recap auth slack status # check if you're authenticated
recap auth slack logout # remove stored credentialsCredentials are saved to ~/.recap/config/slack.json.
