What You’ll Need
- The repr CLI installed (see Installation if you haven’t yet)
- A folder with some git repositories (like
~/codeor~/projects) - (Optional) Ollama running locally if you want 100% offline generation
1
Scan your repos
Point repr at your code directory and let it discover what you’ve been working on.Repr will scan for git repositories and show you what it found:Hit enter to confirm. Your repos are now tracked, but nothing has left your machine yet—this is all local.
2
Take a quick look around
Before generating anything, let’s see what you’ve been up to this week.You’ll get a quick summary like:This is just a preview—nothing saved yet. But it gives you a sense of what repr will work with.
3
Generate your first stories
Now for the magic. Let’s turn those commits into professional narratives.You’ll see repr processing your work:That’s it. You’ve got professional summaries of your work, stored locally as JSON files.
4
Check out your stories
See what got generated.You’ll get a list with IDs, dates, and titles:Want to see the full story? Pick an ID and view it:You’ll see a markdown-formatted story with context, technologies used, and impact.
What Just Happened?
You just turned your messy git history into clean, professional narratives. Here’s what repr did:- Scanned your commits - Read commit messages, diffs, and file changes
- Grouped related work - Identified logical units (features, fixes, refactors)
- Generated context - Used an LLM to write professional summaries
- Saved locally - Everything lives in
~/.repr/storieson your machine
--local) or to your API provider (if you used your own key).
What’s Next?
Now that you’ve got stories, here’s what you can do:- Automate it: Set up Daily Usage with git hooks so stories generate automatically
- Customize it: Configure different LLMs or templates for different use cases
- Share it: (Optional) Publish your profile to repr.dev to showcase your work
- Review weekly: Use Weekly Reflection to curate and export summaries

