TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built a tool to summarize my work for performance reviews using GPT

2 pointsby mshenoy4573about 2 months ago
Like a lot of engineers, I found performance reviews painful—not the review itself, but writing the self-evaluation. I’d spend hours digging through Jira tickets and GitHub PRs just to remember what I worked on.<p>So I built ContribSync, a CLI tool that:<p>• Pulls assigned Jira tickets and merged GitHub PRs (within a time range).<p>• Feeds them into GPT-3.5 or GPT-4 via OpenAI API.<p>• Outputs a clean Markdown summary you can tweak and drop into your self-eval.<p>I’m learning Go as I build this, so it’s fully open-source and designed with a plugin-based architecture for adding more integrations (Slack is in progress, GitLab&#x2F;Linear coming next).<p>I’d love feedback on:<p>• Whether this actually solves a real dev pain point<p>• Architecture&#x2F;design feedback from Go devs<p>• Feature ideas that could make it truly valuable for teams

no comments

no comments