Hacker Newsnew | past | comments | ask | show | jobs | submit | AnViF's commentslogin

Hi HN — we built Revieko for a problem we kept running into in long-lived repos: code review often catches local correctness, but structural drift can still slip through “reasonable” PRs.

Revieko learns a repo-specific baseline from repo history and adds a PR comment with a short risk summary, top hotspots, and per-file actions. The idea is to help reviewers start with the few lines most likely to matter instead of reading everything equally.

It’s meant for cases where tests still pass, but structure shifts: boundary drift, hidden coupling, state introduced, control-flow complexity, or other repo-abnormal changes.

This is not a linter, not a security scanner, and not a generic LLM reviewer. It focuses on structural deviation relative to the repo baseline, with default mode set to warn, not block.

Current flow is simple: install the GitHub App, baseline builds automatically, and then every PR gets a focused attention map. There’s also a demo path on the page if you just want to inspect the output quickly.

I’d especially love feedback on two things:

1. Does this problem feel real in teams maintaining long-lived repos?

2. Is the output specific enough to be useful in PR review without becoming noise?


One big pain point in large codebases is that LLM agents make excellent local code or architecture decisions, but they might not fit the global architectural context and rules. So local optimality often leads to subtle architecture drift. Maybe Revieko could become a critical layer in agent workflows and act as a “structural conscience” for code written by agents.


Yes, “structural conscience” is a great way to put it. We aims to catch locally sensible agent changes that don’t fit the repo’s global patterns and surface them as a PR comment + status check.

If you’re open to it, I’d love to demo it — you can request one on the site. And if you have an agent workflow we could hook into (Copilot/Cursor/Claude + CI), tell me what you’re using and we can explore an integration.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: