awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • octolinker/browser-extensionالصورة الرمزية لـ OctoLinker

    OctoLinker/browser-extension

    5,366عرض على GitHub↗

    هذا الامتداد للمتصفح هو متصفح كود مصدر قائم على الويب يحول عبارات الاستيراد، وإعلانات التضمين، ومسارات التبعية إلى روابط قابلة للنقر. يعمل كحل روابط تبعية ومتصفح إجراءات سير العمل، حيث يربط المتطلبات الخاصة باللغة بكود المصدر المقابل لها أو المستودعات الخارجية. يوفر المشروع أداة معاينة تبعية الحزمة التي تستخدم بطاقات التمرير لعرض البيانات الوصفية ورؤى التبعية دون الحاجة إلى مغادرة المستخدم للصفحة الحالية. كما يحول تعريفات الإجراءات داخل ملفات سير عمل CI/CD إلى روابط مباشرة لتنفيذاتها الأساسية. يتعامل الامتداد مع التنقل في الكود المصدري واستكشاف الكود الثابت من خلال تحديد الأنماط الخاصة باللغة وحل مسارات المشروع الداخلية إلى عناوين URL خارجية.

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

    HTML
    عرض على GitHub↗5,366
  • shareai-lab/kode-cliالصورة الرمزية لـ shareAI-lab

    shareAI-lab/Kode-CLI

    5,138عرض على GitHub↗

    Kode-CLI هي واجهة طرفية مدعومة بنماذج لغوية كبيرة (LLM) مصممة لتحرير الكود، وتنفيذ أوامر الصدفة (shell)، وتنسيق الوكلاء. تعمل كمحرر كود باللغة الطبيعية ومنسق وكلاء ذكاء اصطناعي، مما يسمح للمستخدمين بتعديل الكود المصدري وإدارة مهام المشروع مباشرة من سطر الأوامر. يتميز النظام بطبقة تنسيق لا تعتمد على نموذج معين، حيث تتبدل بين نماذج لغوية كبيرة مختلفة وخبراء متخصصين لتحسين الاستجابات. ويستخدم نموذج تفويض متعدد الوكلاء، حيث يطلق وكلاء مستقلين متخصصين بأدوار محددة للتعامل مع المعالجة المتوازية والتحليل العميق لمكونات المشروع. توفر الأداة تحليلاً للملفات يراعي السياق لتطبيق تعديلات دقيقة على الملفات المحلية، وتترجم مطالبات اللغة الطبيعية إلى تنفيذ أوامر shell في الوقت الفعلي لأتمتة سير العمل. مجموعة أدواتها قابلة للتوسيع من خلال نظام إضافات يقوم بتثبيت مهارات وخوادم خارجية من مستودعات بعيدة.

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

    TypeScript
    عرض على GitHub↗5,138
  • ansible/ansible-lintالصورة الرمزية لـ ansible

    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-pluginالصورة الرمزية لـ autonomousapps

    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