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

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

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

anc95/ChatGPT-CodeReview

0
View on GitHub↗
4,445 نجوم·462 تفرعات·JavaScript·ISC·11 مشاهداتgithub.com/apps/cr-gpt↗

ChatGPT CodeReview

ChatGPT-CodeReview هو أداة تحليل كود تعتمد على الذكاء الاصطناعي وبوت يستخدم نموذج لغة كبيراً لمراجعة فروقات طلبات السحب (pull request diffs) تلقائياً ونشر ملاحظات حول تغييرات الكود. يعمل كنظام لاكتشاف الأخطاء واقتراح تحسينات في الكود المصدري.

توفر الأداة بيئة تشغيل حاوية (containerized) للنشر كعملية خلفية أو من خلال GitHub Action. يمكن للمستخدمين تخصيص سلوك التحليل، والأسلوب، والعمق التقني عن طريق ضبط معلمات النموذج ومطالبات النظام (system prompts).

يتولى النظام سير عمل مراجعة الكود الآلي عن طريق تشغيل التحليل عبر webhooks وخطوط أنابيب CI، وتحديث الملاحظات عند دفع التزامات (commits) جديدة. يتضمن قدرات تصفية لاستبعاد ملفات أو مجلدات معينة باستخدام التعبيرات النمطية (regular expressions).

يمكن نشر المشروع على بنية تحتية مستضافة ذاتياً باستخدام Docker.

Features

  • AI-Powered Code Analysis Tools - Provides an AI-driven system that uses large language models to analyze source code and suggest optimizations.
  • Static Code Analysis - Uses a large language model to perform static analysis of source code diffs to detect bugs and suggest improvements.
  • AI Code Reviewers - Implements an intelligent agent that analyzes pull request diffs to provide automated quality and security feedback.
  • Persona and Behavioral Instructions - Provides system instructions and behavioral rules via prompts to control the style and depth of AI reviews.
  • Model Configuration Settings - Allows adjustment of model parameters such as temperature and selection to tailor the review style.
  • Prompt Engineering - Uses prompt engineering to refine model inputs and optimize the style and logic of automated reviews.
  • Automated Pull Request Reviewers - Automatically analyzes and posts feedback on GitHub pull requests, updating it as new commits are added.
  • CI/CD Pipeline Integrations - Embeds automated code analysis quality checks within continuous integration and deployment workflows.
  • CI Review Automations - Executes automated code review checks and feedback as steps within a continuous integration pipeline.
  • Code Review Bots - Ships as a containerized bot that manages automated code review workflows and posts feedback on pull requests.
  • Webhook Event Receivers - Receives and routes JSON payloads from version control systems to trigger automated analysis workflows.
  • Automated Code Review - Analyzes pull request changes using a language model to post feedback directly to the timeline and file diffs.
  • Development Workflow Optimization - Optimizes the developer workflow by automating initial feedback loops and filtering irrelevant files.
  • Review Execution Triggers - Automatically initiates code analysis workflows based on pull request lifecycle events like new commit pushes.
  • Docker Image Packaging - Bundles the application and its runtime into a portable Docker image for consistent deployment.
  • Containerized Application Runtimes - Packages the application into a Docker image to ensure consistent execution across different hosting platforms.
  • Self-Hosted Infrastructure - Allows the review bot to be hosted on independent, private infrastructure via Docker.
  • API-Based Feedback Delivery - Sends generated analysis results back to the version control platform via REST API calls to post comments on diffs.
  • GitHub Actions - Integrates the automated review process into the GitHub Actions ecosystem using workflow files.
  • Developer Integrations - Automates code review processes for version control platforms.
  • Developer Productivity Tools - Code review bot powered by ChatGPT.
  • Bots - GitHub Actions bot for automated code reviews.

سجل النجوم

مخطط تاريخ النجوم لـ anc95/chatgpt-codereviewمخطط تاريخ النجوم لـ anc95/chatgpt-codereview

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ ChatGPT CodeReview

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع ChatGPT CodeReview.
  • qodo-ai/qodo-coverالصورة الرمزية لـ qodo-ai

    qodo-ai/qodo-cover

    5,444عرض على GitHub↗

    Qodo Cover is an engineering governance platform and AI-powered assistant designed for automated code review and unit test generation. It utilizes an abstract syntax tree codebase knowledge graph to map dependencies and architectural relationships, allowing it to analyze pull requests and enforce organizational coding standards. The system distinguishes itself through a multi-agent analysis pipeline that performs architectural reasoning and identifies bugs beyond the immediate diff. It features a model context protocol server to expose codebase intelligence to external tools and can automatic

    Pythonagentsaitest-automation
    عرض على GitHub↗5,444
  • qodo-ai/pr-agentالصورة الرمزية لـ qodo-ai

    qodo-ai/pr-agent

    11,630عرض على GitHub↗

    PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain

    Pythoncode-reviewcodereviewcoding-assistant
    عرض على GitHub↗11,630
  • danger/danger-jsالصورة الرمزية لـ danger

    danger/danger-js

    5,480عرض على GitHub↗

    danger-js is an automated code review tool and CI pipeline plugin that functions as a pull request linter. It verifies commit messages, tracks dependency changes, and ensures pull requests meet project standards by posting automated feedback and comments directly into the version control interface. The system integrates with various Git providers, including GitHub, GitLab, and BitBucket, to retrieve pull request metadata and execute custom review rules. It allows teams to package and distribute review conventions as shareable modules and supports the execution of rules written in transpiled l

    TypeScriptcicirclecode-review
    عرض على GitHub↗5,480
  • github/docsالصورة الرمزية لـ github

    github/docs

    18,951عرض على GitHub↗

    GitHub Copilot is an AI-powered development platform designed to integrate large language models directly into coding environments. It functions as an interactive assistant and an agentic workflow orchestrator, enabling developers to automate code generation, perform automated code reviews, and execute complex, multi-step development tasks through natural language prompts. The platform distinguishes itself through its autonomous agent capabilities, which allow for repository-level research, implementation planning, and code modifications across multiple files. It supports a modular architectu

    TypeScriptdocsworks-with-codespaces
    عرض على GitHub↗18,951
عرض جميع البدائل الـ 30 لـ ChatGPT CodeReview→

الأسئلة الشائعة

ما هي وظيفة anc95/chatgpt-codereview؟

ChatGPT-CodeReview هو أداة تحليل كود تعتمد على الذكاء الاصطناعي وبوت يستخدم نموذج لغة كبيراً لمراجعة فروقات طلبات السحب (pull request diffs) تلقائياً ونشر ملاحظات حول تغييرات الكود. يعمل كنظام لاكتشاف الأخطاء واقتراح تحسينات في الكود المصدري.

ما هي الميزات الرئيسية لـ anc95/chatgpt-codereview؟

الميزات الرئيسية لـ anc95/chatgpt-codereview هي: AI-Powered Code Analysis Tools, Static Code Analysis, AI Code Reviewers, Persona and Behavioral Instructions, Model Configuration Settings, Prompt Engineering, Automated Pull Request Reviewers, CI/CD Pipeline Integrations.

ما هي البدائل مفتوحة المصدر لـ anc95/chatgpt-codereview؟

تشمل البدائل مفتوحة المصدر لـ anc95/chatgpt-codereview: qodo-ai/qodo-cover — Qodo Cover is an engineering governance platform and AI-powered assistant designed for automated code review and unit… qodo-ai/pr-agent — PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate… danger/danger-js — danger-js is an automated code review tool and CI pipeline plugin that functions as a pull request linter. It verifies… github/docs — GitHub Copilot is an AI-powered development platform designed to integrate large language models directly into coding… xirong/my-git — my-git is a comprehensive framework and reference guide for Git version control administration, repository governance,… realpython/materials — This project is a comprehensive collection of Python programming education materials, including tutorials, exercises,…