Live data from Hacker News

Show HN: Code review that follows callers across your repos

contextgoblin.com

1–10 of 10 posts

Re: Show HN: Code review that follows callers across your repos

#5
post #4

What distinguishes you from CodeRabbit?

We focus on insights from multiple repos, e.g. services communicating via Routes or parent-child relations between repos. Also ContextGoblin is customizable with new subagents or org-owned MCPs. Are you missing something specific CodeRabbit doesn't have either?

Re: Show HN: Code review that follows callers across your repos

#6
post #4

What distinguishes you from CodeRabbit?

We focus on insights from multiple repos, e.g. services communicating via Routes or parent-child relations between repos. Also ContextGoblin is customizable with new subagents or org-owned MCPs. Are you missing something specific CodeRabbit doesn't have either?

oh that's nice!

Re: Show HN: Code review that follows callers across your repos

#8

How do you build the call graph? Is it language agnostic? I have a tool - https://carrick.tools - that works just in the Typescript space and extracting and reliably constructing the call graph has been a really complex problem in the TS/JS space.

We rely on a tree-sitter based tool https://github.com/DeusData/codebase-memory-mcp

Re: Show HN: Code review that follows callers across your repos

#9

How do you build the call graph? Is it language agnostic? I have a tool - https://carrick.tools - that works just in the Typescript space and extracting and reliably constructing the call graph has been a really complex problem in the TS/JS space.

We rely on a tree-sitter based tool https://github.com/DeusData/codebase-memory-mcp

Nice, I've seen this before.

Are you getting much traction within the cross-repo space? From personal experience, I know that the vast majority of products are poly-repo setups with often a monorepo core plus APIs, SDKs etc that sit outside that, but that means selling directly into B2B without any bottom up adoption which is challenging.

Re: Show HN: Code review that follows callers across your repos

#10

Earlier quoted context omitted.

We rely on a tree-sitter based tool https://github.com/DeusData/codebase-memory-mcp

Nice, I've seen this before. Are you getting much traction within the cross-repo space? From personal experience, I know that the vast majority of products are poly-repo setups with often a monorepo core plus APIs, SDKs etc that sit outside that, but that means selling directly into B2B without any bottom up adoption which is challenging.

that's exactly our situation rn. Didn't get too much traffic or signups until now. We still try to get some validation on if the approach is something which actually gives value to devteams