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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesAutomated Code Fixes

Programmatically applying edits to source code to resolve detected static analysis issues.

Distinct from Automatic Lint Fixes: Distinct from lint fixes by targeting a wider range of type and logic issues beyond just style.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Automated Code Fixes. Refine with filters or upvote what's useful.

Awesome Automated Code Fixes GitHub Repositories

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

    phan/phan

    5,617عرض على GitHub↗

    Phan هو محلل ثابت ومدقق أنواع لـ PHP يحدد الأخطاء وعدم توافق الأنواع دون تنفيذ الكود. يعمل كبوابة جودة لخطوط أنابيب التكامل المستمر وأداة للتحقق من سلامة الأنواع، وتحديداً فحص أنواع الاتحاد (union types)، والأنواع العامة (generics)، وأشكال المصفوفات. يتميز المشروع باستخدامه لخادم خلفي (daemon) وتنفيذ بروتوكول خادم اللغة (LSP)، والتي توفر تشخيصات وتنقلاً في الوقت الفعلي داخل المحررات. كما يتميز بنظام قمع قائم على خط الأساس يسمح للمطورين بتسجيل الأخطاء الموجودة في ملف لقطة للتركيز حصرياً على الانحدارات الجديدة. يغطي محرك التحليل مجموعة واسعة من القدرات بما في ذلك اكتشاف الكود الميت، والتحقق من توافق اللغة عبر إصدارات PHP المختلفة، واستنتاج أنواع المتغيرات والقوالب. يدعم التحليل القابل للتوسيع من خلال نظام إضافات ويوفر إصلاحات كود آلية لمجموعة فرعية من المشكلات المكتشفة. يمكن للمستخدمين بدء العملية عن طريق إنشاء ملف تكوين بمستويات صرامة قابلة للاختيار للتحقق من قاعدة الكود الخاصة بهم تدريجياً.

    Automatically resolves a subset of detected issues by applying programmatic byte-range edits to the source.

    PHP
    عرض على GitHub↗5,617
  • kaisery/trpl-zh-cnالصورة الرمزية لـ KaiserY

    KaiserY/trpl-zh-cn

    5,501عرض على GitHub↗

    This project is a localized educational resource for learning the Rust programming language, providing a comprehensive guide and technical specifications translated into Simplified Chinese. It serves as an instructional tool for studying language idioms, memory management, and type systems. The repository focuses on software documentation localization, converting official guides into Simplified Chinese to increase accessibility for non-English speakers. It utilizes a markdown-based system to organize content and supports multi-format export to static HTML, PDF, and EPUB formats for both web a

    Describes the automatic application of suggested code changes to resolve compiler warnings and migrate editions.

    Markdownpdfrust-booktypst
    عرض على GitHub↗5,501
  • include-what-you-use/include-what-you-useالصورة الرمزية لـ include-what-you-use

    include-what-you-use/include-what-you-use

    4,704عرض على GitHub↗

    Include What You Use هو أداة تحسين تضمين C++ ومحلل تبعية الرؤوس (header dependency). يحدد تضمينات الرؤوس غير المستخدمة أو المفقودة في ملفات المصدر لتقليل تضخم المشروع وتحسين أداء التجميع. تجري الأداة تحليلاً ثابتاً باستخدام شجرة نحو مجردة قائمة على Clang لربط استخدام الرموز وتتبع تأثيرات المعالج المسبق عبر تكوينات بناء مختلفة. يمكنها إعادة كتابة ملفات المصدر تلقائياً عن طريق إدراج أو حذف توجيهات المعالج المسبق بناءً على رسم بياني للتبعية المحسوب. يتكامل النظام مع قواعد بيانات التجميع لتحديد علامات المترجم الدقيقة المستخدمة لكل ملف مصدر، مما يتيح تحليل وتقليم التبعيات عبر المشروع بأكمله.

    Provides a command-line interface to automatically apply source code edits that fix missing or unused includes.

    C++
    عرض على GitHub↗4,704
  • standard/semistandardالصورة الرمزية لـ standard

    standard/semistandard

    1,415عرض على GitHub↗

    Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax and formatting standards across a codebase. It functions as a linter that identifies deviations from established style rules and provides automated corrections to resolve formatting errors without manual intervention. The tool is distinguished by its specific focus on semicolon usage, ensuring that all statements adhere to a uniform syntax standard. It provides comprehensive style management by verifying code against predefined rules and blocking non-compliant submissions withi

    Automatically modifies source files to resolve formatting violations identified during static analysis.

    JavaScript
    عرض على GitHub↗1,415
  1. Home
  2. Software Engineering & Architecture
  3. Custom Log Formatting
  4. Automatic Format Detection
  5. Automated Code Fixes