Skip to content

ruudandriessen/recap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 roast

Prerequisites

  • GitHub: GitHub CLI (gh) authenticated, or a GITHUB_TOKEN/GH_TOKEN env var
  • AI: The claude or codex CLI installed locally

Install

npm i @clanki/recap -g
# or
bun i @clanki/recap -g

Usage

recap              # interactive mode
recap roast        # comedic roast of recent activity
recap fetch        # fetch and cache activity data
recap summarize    # summarize previously cached data

Run 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 credentials

Credentials are saved to ~/.recap/config/slack.json.

About

Recap your github and slack activity

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors