Show HN: Code review that follows callers across your repos
contextgoblin.com
Show HN: Code review that follows callers across your repos
1–10 of 10 posts
Re: Show HN: Code review that follows callers across your repos
#2Re: Show HN: Code review that follows callers across your repos
#3Re: Show HN: Code review that follows callers across your repos
#4Re: Show HN: Code review that follows callers across your repos
#5What distinguishes you from CodeRabbit?
Re: Show HN: Code review that follows callers across your repos
#6What 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
#7Re: Show HN: Code review that follows callers across your repos
#8How 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.
Re: Show HN: Code review that follows callers across your repos
#9How 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
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
#10Earlier 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.