awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anc95 avatar

anc95/ChatGPT-CodeReview

0
View on GitHub↗
4,445 estrellas·462 forks·JavaScript·ISC·11 vistasgithub.com/apps/cr-gpt↗

ChatGPT CodeReview

ChatGPT-CodeReview es una herramienta de análisis de código impulsada por IA y un bot que utiliza un modelo de lenguaje grande para revisar automáticamente los diffs de pull requests y publicar comentarios sobre los cambios en el código. Funciona como un sistema para detectar errores y sugerir mejoras en el código fuente.

La herramienta proporciona un runtime contenedorizado para el despliegue como proceso en segundo plano o mediante una GitHub Action. Los usuarios pueden personalizar el comportamiento del análisis, el estilo y la profundidad técnica ajustando los parámetros del modelo y los prompts del sistema.

El sistema maneja flujos de trabajo de revisión de código automatizados activando el análisis mediante webhooks y tuberías de CI, actualizando los comentarios cuando se envían nuevos commits. Incluye capacidades de filtrado para excluir archivos o directorios específicos utilizando expresiones regulares.

El proyecto puede desplegarse en infraestructura autohospedada utilizando 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.

Historial de estrellas

Gráfico del historial de estrellas de anc95/chatgpt-codereviewGráfico del historial de estrellas de anc95/chatgpt-codereview

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a ChatGPT CodeReview

Proyectos open-source similares, clasificados según cuántas características comparten con ChatGPT CodeReview.
  • qodo-ai/qodo-coverAvatar de qodo-ai

    qodo-ai/qodo-cover

    5,444Ver en 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
    Ver en GitHub↗5,444
  • qodo-ai/pr-agentAvatar de qodo-ai

    qodo-ai/pr-agent

    11,630Ver en 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
    Ver en GitHub↗11,630
  • danger/danger-jsAvatar de danger

    danger/danger-js

    5,480Ver en 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
    Ver en GitHub↗5,480
  • github/docsAvatar de github

    github/docs

    18,951Ver en 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
    Ver en GitHub↗18,951
Ver las 30 alternativas a ChatGPT CodeReview→

Preguntas frecuentes

¿Qué hace anc95/chatgpt-codereview?

ChatGPT-CodeReview es una herramienta de análisis de código impulsada por IA y un bot que utiliza un modelo de lenguaje grande para revisar automáticamente los diffs de pull requests y publicar comentarios sobre los cambios en el código. Funciona como un sistema para detectar errores y sugerir mejoras en el código fuente.

¿Cuáles son las características principales de anc95/chatgpt-codereview?

Las características principales de anc95/chatgpt-codereview son: 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.

¿Qué alternativas de código abierto existen para anc95/chatgpt-codereview?

Las alternativas de código abierto para anc95/chatgpt-codereview incluyen: 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,…