
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@clanki/recap
Advanced tools
A CLI tool that generates fair, unbiased engineering reviews from your GitHub activity
A CLI tool that generates fair, unbiased engineering reviews from your GitHub activity.
Recap pulls your GitHub activity — PRs authored, PRs reviewed, commits, and PR comments — for a given time period and produces both a structured text report and an AI-generated engineering review. The AI summary evaluates your work honestly: what you shipped, quality signals, scope relative to the time period, collaboration patterns, strengths, and areas for improvement.
It handles GitHub's 1000-result search limit by automatically splitting date ranges and paginates through all results. Organization filtering lets you scope reports to a specific org.
npm i @clanki/recap -g
bun i @clanki/recap -g
# or your favorite package manager
gh) installed and authenticated — recap will use it automaticallyGITHUB_TOKEN or GH_TOKEN environment variable with read access to your repos and PRsclaude CLI installed locally (used to generate AI summaries)Run recap with no arguments to start interactive mode, which walks you through the options:
recap
Get a comedic roast of your recent GitHub activity:
recap roast
recap [options]
| Flag | Description | Default |
|---|---|---|
-t, --period <period> | Time period: week, month, quarter, year, or custom | week |
-s, --since <date> | Start date (YYYY-MM-DD), required with --period custom | — |
-u, --until <date> | End date (YYYY-MM-DD), required with --period custom | — |
-f, --format <format> | Output format: text, summary, or both | both |
--username <username> | GitHub username (defaults to the token owner) | — |
-o, --org <org> | Filter by GitHub organization | — |
-p, --prompt <prompt> | Custom prompt (replaces default review prompt; activity data is appended) | — |
-i, --interactive | Force interactive mode | — |
# Last week's recap (default)
recap
# Last quarter, text only
recap -t quarter -f text
# Custom date range for a specific org
recap -t custom -s 2025-01-01 -u 2025-03-31 -o my-org
# AI summary only for the past month
recap -t month -f summary
# Custom prompt
recap -p "Summarize this developer's work in 3 bullet points."
# Roast your last month of work
recap roast
# Roast scoped to an org
recap roast -o my-org
FAQs
A CLI tool that generates fair, unbiased engineering reviews from your GitHub activity
We found that @clanki/recap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.