Show HN: Whatdidido – CLI to summarize your work from Jira/Linear

github.com

5 points by olism 6 hours ago

I built this after spending days every year manually searching through Jira tickets to remember what I'd accomplished for performance reviews.

whatdidido is a CLI tool that:

- Pulls tickets from Jira or Linear for a date range

- Uses an LLM to create short summaries of each ticket

- Generates an overall summary to help you build your self-evaluation

The tool doesn't write your review for you—crafting thoughtful, contextual feedback still requires human judgment. It just eliminates the busywork of finding and organizing what you worked on.

Key details:

- MIT licensed, open source

- No data storage—everything stays local

- Requires OpenAI or OpenRouter API key

- Works with Jira and Linear (more integrations welcome/coming soon)

GitHub: https://github.com/oliviersm199/whatdidido

I'm releasing it now because I think others might find it useful during review season.

Would love feedback on the approach and what other integrations would be helpful. Happy to answer questions about how it works.