awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesCodebase Impact Analysis

Traces transitive dependencies to determine how changes in one part of a codebase affect other components.

Distinct from Codebase Analysis: Focuses on change propagation (impact) rather than general semantic search or retrieval.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Codebase Impact Analysis. Refine with filters or upvote what's useful.

Awesome Codebase Impact Analysis GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • colbymchenry/codegraphAvatar von colbymchenry

    colbymchenry/codegraph

    50,154Auf GitHub ansehen↗

    Codegraph is a local codebase indexer and static analysis graph database that serves as a context provider for AI agents. It parses multiple programming languages into a searchable knowledge graph of symbols and dependencies, exposing these relationships to AI tools through the Model Context Protocol. The project distinguishes itself by aggregating relevant code snippets and symbol flows to reduce token usage for large language models. It automates the configuration of server settings and steering instructions across various AI agent platforms and command line editors to enable automatic code

    Traces transitive dependencies and import chains to identify which tests or functions are affected by specific code changes.

    TypeScript
    Auf GitHub ansehen↗50,154
  • tirth8205/code-review-graphAvatar von tirth8205

    tirth8205/code-review-graph

    18,822Auf GitHub ansehen↗

    This project is a static code analysis tool and local-first code indexer that builds a persistent dependency graph of functions, classes, and imports. It functions as an AI context optimizer and codebase dependency graph, designed to reduce token usage by providing AI assistants with only the most relevant code fragments and impact analysis for a given change. The system implements a Model Context Protocol server that exposes code intelligence and architectural graph queries to external AI coding tools. It distinguishes itself by computing the change blast radius and risk scores of modificati

    Computes blast radius and risk scores to determine how modifications propagate through the codebase.

    Pythonai-codingclaudeclaude-code
    Auf GitHub ansehen↗18,822
  • potpie-ai/potpieAvatar von potpie-ai

    potpie-ai/potpie

    5,161Auf GitHub ansehen↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Traces transitive dependencies to determine the blast radius and impact of proposed code modifications.

    Pythonagentsai-agentsai-agents-framework
    Auf GitHub ansehen↗5,161
  • erikbjare/gptmeAvatar von ErikBjare

    ErikBjare/gptme

    4,334Auf GitHub ansehen↗

    gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI integration, and RAG-enhanced code navigation. It enables the deployment of persistent agents and specialized subagents to decompose complex tasks and execute parallel technical workflows. The system distinguishes itself through a combination of vision-based GUI automation for controlling desktop applications and surgical patching mechanisms for targeted source code modifications. It utilizes git-based memory management to maintain a versioned history of agent identities, lessons, and

    Traces transitive dependencies and generates call graphs to determine how changes impact the overall codebase.

    Python
    Auf GitHub ansehen↗4,334
  • parcadei/continuous-claude-v3Avatar von parcadei

    parcadei/Continuous-Claude-v3

    3,531Auf GitHub ansehen↗

    This project is an agentic development framework and autonomous software engineering system. It utilizes a coordinated network of specialized LLM agents to automate the full software development lifecycle, from codebase exploration and architectural planning to implementation and automated refactoring. The system is distinguished by an agentic memory system and a test-driven development orchestrator. It maintains project continuity across sessions by capturing architectural learnings and state in a persistent semantic database and enforces code quality through an automated cycle of generating

    Analyzes codebase architecture to predict the impact of refactoring and ensure system stability.

    Pythonagentsclaude-codeclaude-code-cli
    Auf GitHub ansehen↗3,531
  1. Home
  2. Artificial Intelligence & ML
  3. Codebase Impact Analysis