New:Socket for Asana Is Now Available.Learn more
Get Started

@clanki/recap

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clanki/recap

A CLI tool that generates fair, unbiased engineering reviews from your GitHub activity

latest
npmnpm
Version
0.1.5
Version published
Weekly downloads
13
550%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 26 Mar 2026

Related posts