awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesDependency-Aware Code Analysis

Static analysis that incorporates the resolution of external dependencies to provide full visibility of the codebase.

Distinct from Code Dependency Analysis: Distinct from Code Dependency Analysis: not just listing dependencies, but using them to enrich the analysis of the target code.

Explore 4 awesome GitHub repositories matching development tools & productivity · Dependency-Aware Code Analysis. Refine with filters or upvote what's useful.

Awesome Dependency-Aware Code Analysis GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • octolinker/browser-extensionOctoLinker 的头像

    OctoLinker/browser-extension

    5,366在 GitHub 上查看↗

    这款浏览器扩展是一个基于 Web 的源代码导航器,可将 import 语句、include 声明和依赖路径转换为可点击的链接。它作为依赖链接解析器和工作流操作导航器,将特定语言的需求映射到相应的源代码或外部仓库。 该项目提供了一个包依赖预览器,使用悬浮卡片显示元数据和依赖洞察,无需离开当前页面。它还能将 CI/CD 工作流文件中的操作定义直接转换为指向其底层实现的链接。 该扩展通过识别特定语言模式并将内部项目路径解析为外部 URL,处理源代码导航和静态代码探索。

    Enriches the code exploration experience by providing on-demand package dependency insights via hovercards.

    HTML
    在 GitHub 上查看↗5,366
  • shareai-lab/kode-clishareAI-lab 的头像

    shareAI-lab/Kode-CLI

    5,138在 GitHub 上查看↗

    Kode-CLI 是一个由 LLM 驱动的终端界面,专为代码编辑、Shell 执行和智能体编排而设计。它作为自然语言代码编辑器和 AI 智能体编排器,允许用户直接从命令行修改源代码并管理项目任务。 该系统具有模型无关的编排层,可在不同的大语言模型和专业专家模型之间切换以优化响应。它采用多智能体委派模型,生成具有预定义角色的专用自主智能体,以处理并行处理和项目组件的深度分析。 该工具提供上下文感知的代码分析,以便对本地文件进行精确编辑,并将自然语言提示转换为实时 Shell 命令执行以实现工作流自动化。其功能工具集可通过插件系统进行扩展,从远程仓库安装外部技能和服务。

    Scans project structures and file dependencies to provide intelligent suggestions for code modifications.

    TypeScript
    在 GitHub 上查看↗5,138
  • ansible/ansible-lintansible 的头像

    ansible/ansible-lint

    3,876在 GitHub 上查看↗

    ansible-lint is a static code analysis tool and linter designed to identify syntax errors and best practice violations within Ansible playbooks and roles. It functions as a quality gate for automation pipelines, scanning configuration files and scripts without executing the code to ensure reliability and consistency. The project distinguishes itself by acting as an automated code formatter that can correct identified linting issues and reformat files to meet community standards. It also serves as a dependency manager, automatically detecting and installing required roles and collections from

    Ensures comprehensive analysis by automatically resolving and installing required roles and collections from requirements files.

    Pythonansibleansible-dev-toolsansible-lint
    在 GitHub 上查看↗3,876
  • autonomousapps/dependency-analysis-gradle-pluginautonomousapps 的头像

    autonomousapps/dependency-analysis-gradle-plugin

    2,149在 GitHub 上查看↗

    The dependency analysis Gradle plugin is a diagnostic and management tool designed to optimize build configurations for JVM and Android projects. It identifies unused dependencies and plugins by inspecting source code and compiled bytecode, ensuring that project configurations remain lean and efficient. By integrating directly into the build lifecycle, the plugin provides actionable insights that help maintain clean dependency declarations and reduce unnecessary build overhead. The project distinguishes itself through a heuristic-based advice engine that explains the rationale behind every re

    Visualizes project architecture through dependency graphs and dominator trees to identify performance bottlenecks.

    Kotlinandroidgradle-plugingroovy
    在 GitHub 上查看↗2,149
  1. Home
  2. Development Tools & Productivity
  3. Dependency Analysis Tools
  4. Code Dependency Analysis
  5. Dependency-Aware Code Analysis

探索子标签

  • Project Structure AnalysisAI-driven analysis of file relationships and project hierarchies to inform code modifications. **Distinct from Dependency-Aware Code Analysis:** Focuses on analyzing the overall project structure and relationships rather than just resolving external library dependencies