v0.8.0 — Open Source CLI

Track every win.
Own your career.

A CLI tool for software engineers to log accomplishments, sync GitHub PRs, Jira tickets, and Linear issues, enrich them with AI using the STAR format, and generate structured performance review reports.

Quick install:
$ brew install eduardohitek/tap/brag

Features

Everything you need to document your impact.

🤖

AI Enrichment (STAR)

Automatically converts raw entries into structured STAR narratives — Situation, Task, Action, Result — with tags and impact scores (1–5) via Anthropic or OpenAI.

🔄

GitHub / Jira / Linear Sync

Pull merged PRs, closed issues, and completed tickets directly from your integrations. Deduplication ensures no entry appears twice.

🎯

OKR Tracking

Associate accomplishments with your Objectives & Key Results. AI infers the best OKR match with high confidence so nothing falls through the cracks.

🚀

StarTrail — Career Path

Load your career ladder document and set current/target roles so AI enrichment reflects the competencies that matter most for your next promotion.

📊

Performance Reports

Generate AI-synthesized performance review narratives grouped by OKR and saved to your private GitHub repo — ready to paste into any review form.

📄

PDF & Markdown Export

Export reports as PDF (via headless Chrome) or Markdown to your local filesystem. Full fidelity, no vendor lock-in.

🗄️

Private Storage

Entries are saved locally by default (~/.brag/cache/). Connect a private GitHub repository at any time to sync your data to the cloud — no database required.

Try it

Add an accomplishment in seconds.

Terminal
$ brag add "Refactored the payment service to reduce p99 latency by 40%"

 Entry saved locally (~/.brag/cache/)
  Run "brag enrich" to enrich with AI (STAR format)

How it works

Three commands to capture, enrich, and report your impact.

1

Configure

Run the interactive setup wizard to connect your GitHub, Jira, Linear, and AI provider.

brag init
2

Capture

Add entries manually or let brag sync your recent work automatically from your integrations.

brag sync && brag enrich
3

Report

Generate an AI-enriched performance report grouped by OKR and export it as PDF or Markdown.

brag report && brag export

Installation

Choose your preferred method.

# Add the tap and install
brew install eduardohitek/tap/brag
# Requires Go 1.21+
go install github.com/eduardohitek/brag@latest
# Download binary for linux/darwin/windows (amd64 or arm64)
# from https://github.com/eduardohitek/brag-cli/releases/latest

# Example for macOS arm64:
curl -L https://github.com/eduardohitek/brag-cli/releases/latest/download/brag_Darwin_arm64.tar.gz | tar xz
mv brag /usr/local/bin/
git clone https://github.com/eduardohitek/brag-cli
cd brag-cli
go build -o brag .
mv brag /usr/local/bin/

About the Author

Eduardo Hitek

Eduardo Hitek

Senior Software Engineer

15+ years of experience in Backend, Fintech, distributed systems, payments, and PIX/BACEN domains. Currently at Stone. Passionate about developer tooling and craftsmanship.