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
·

12 repositorios

Awesome GitHub RepositoriesFeedback Loops

Practices and tools designed to shorten the time between code changes and verification.

Distinguishing note: Focuses on developer-centric CI feedback.

Explore 12 awesome GitHub repositories matching devops & infrastructure · Feedback Loops. Refine with filters or upvote what's useful.

Awesome Feedback Loops GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • addyosmani/agent-skillsAvatar de addyosmani

    addyosmani/agent-skills

    60,849Ver en GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Labels code review feedback with severity levels like Critical or Nit to distinguish mandatory fixes.

    Shellagent-skillsantigravityantigravity-ide
    Ver en GitHub↗60,849
  • goldbergyoni/javascript-testing-best-practicesAvatar de goldbergyoni

    goldbergyoni/javascript-testing-best-practices

    24,589Ver en GitHub↗

    This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on establishing industry-standard methodologies for automated software testing. It provides a structured collection of design patterns and actionable guidelines designed to improve code reliability, maintainability, and overall software quality across the development lifecycle. The repository distinguishes itself by offering a granular, pattern-based approach to testing that spans unit, integration, and end-to-end verification. It emphasizes specific architectural strategies such as comp

    Promotes shortening feedback loops by running CI-like checks locally during development.

    JavaScriptangularchaici
    Ver en GitHub↗24,589
  • tc39/proposalsAvatar de tc39

    tc39/proposals

    19,134Ver en GitHub↗

    This repository serves as the official tracking and governance framework for the evolution of the ECMAScript language. It provides the structured methodology used by the software standards committee to manage the lifecycle of new language features, guiding them from initial ideation through formal ratification in the official technical specification. The process relies on a stage-gate maturity model that requires increasing levels of technical evidence, experimental prototyping, and community consensus before a feature can advance. This approach ensures that every addition to the language und

    Provides transparent evaluation channels for the developer community to identify design flaws in proposed language features.

    committeeecmascriptjavascript
    Ver en GitHub↗19,134
  • sakanaai/ai-scientistAvatar de SakanaAI

    SakanaAI/AI-Scientist

    13,980Ver en GitHub↗

    AI-Scientist is an autonomous research pipeline and framework for scientific discovery. It employs large language model agents to manage the full lifecycle of a scientific project, from initial hypothesis generation to the production of formal academic papers. The system operates through a repeating research loop that integrates automated experimental execution, data analysis, and literature novelty verification. It queries external academic databases to validate the originality of ideas and retrieve citations, then translates experimental findings into LaTeX manuscripts. To refine these outp

    Employs a secondary LLM instance to critique research methodology and provide peer-review feedback on manuscripts.

    Jupyter Notebook
    Ver en GitHub↗13,980
  • agentwrapper/agent-orchestratorAvatar de AgentWrapper

    AgentWrapper/agent-orchestrator

    7,637Ver en GitHub↗

    This project is an LLM coding agent orchestrator and AI software engineering platform designed to manage fleets of agents that autonomously solve issues, handle pull requests, and fix CI failures. It functions as an agentic CI/CD automator and parallel workflow manager, coordinating the end-to-end development lifecycle from initial ticket tracking to final code merging. The system is distinguished by its modular plugin framework and isolated worktree management, which allow multiple agents to work on separate coding tasks simultaneously without file system conflicts. It utilizes role-based mo

    Routes failure reports and review comments directly to agents to trigger autonomous bug fixes.

    TypeScriptagent-fleetagent-swarmclaude-code
    Ver en GitHub↗7,637
  • xirong/my-gitAvatar de xirong

    xirong/my-git

    7,396Ver en GitHub↗

    my-git es un framework integral y guía de referencia para la administración del control de versiones Git, la gobernanza de repositorios y la gestión de lanzamientos de software. Proporciona un enfoque estructurado para gestionar el ciclo de vida del desarrollo de software, desde la ramificación inicial de funciones hasta el despliegue final en producción. El proyecto se distingue por un framework de desarrollo asistido por IA especializado. Esto incluye flujos de trabajo para gestionar código generado por IA mediante revisiones de diff automatizadas, división de commits basada en intenciones y modelos de gobernanza para la coordinación multi-agente y el aislamiento de sesiones utilizando worktrees. La base de código cubre una amplia superficie de prácticas de ingeniería, incluyendo la automatización de tuberías CI/CD, la gobernanza de repositorios empresariales y procedimientos de recuperación avanzados para restaurar commits perdidos o purgar datos sensibles. Detalla además patrones de colaboración como el desarrollo basado en trunk, pull requests apilados y sistemas de aprobación escalonados. El repositorio sirve como referencia técnica y manual de instrucciones para implementar estrategias de ramificación estandarizadas y políticas de seguridad de repositorios.

    Categorize comments into blocking, suggestion, or optional levels to distinguish critical issues from stylistic preferences.

    Python
    Ver en GitHub↗7,396
  • ai/size-limitAvatar de ai

    ai/size-limit

    6,911Ver en GitHub↗

    size-limit is a set of specialized tools for measuring JavaScript bundle sizes and enforcing performance budgets within continuous integration pipelines. It functions as a bundle size monitor and budget enforcer that can reject pull requests when JavaScript bundles exceed predefined size thresholds. The project distinguishes itself by providing a browser-based execution profiler that calculates the time required to compile and execute JavaScript on simulated low-end hardware. It also includes a tree-shaking validator that analyzes partial import bundle sizes to verify that unused code is corr

    Posts automated bundle size reports and status checks directly to pull requests to shorten the verification cycle.

    JavaScript
    Ver en GitHub↗6,911
  • danger/danger-jsAvatar de danger

    danger/danger-js

    5,480Ver en GitHub↗

    danger-js es una herramienta de revisión de código automatizada y plugin de pipeline de CI que funciona como un linter de pull requests. Verifica mensajes de commit, rastrea cambios en dependencias y asegura que los pull requests cumplan con los estándares del proyecto publicando comentarios y feedback automatizados directamente en la interfaz de control de versiones. El sistema se integra con varios proveedores de Git, incluyendo GitHub, GitLab y BitBucket, para recuperar metadatos de pull requests y ejecutar reglas de revisión personalizadas. Permite a los equipos empaquetar y distribuir convenciones de revisión como módulos compartibles y admite la ejecución de reglas escritas en lenguajes transpilados mediante configuración de runtime. El proyecto cubre una amplia gama de capacidades de automatización, incluyendo gobernanza de calidad de código, auditorías de gestión de dependencias y la aplicación de etiqueta en pull requests. Puede analizar resultados de linters externos, ejecutores de pruebas y herramientas de cobertura para reportar fallos, monitorear tamaños de bundle y detectar anti-patrones o palabras prohibidas dentro del código base. La herramienta puede ejecutarse como un paso de compilación dentro de un pipeline de integración continua o localmente mediante git-hooks.

    Converts static analysis and linting reports into actionable inline comments within the pull request.

    TypeScriptcicirclecode-review
    Ver en GitHub↗5,480
  • iterative/cmlAvatar de iterative

    iterative/cml

    4,178Ver en GitHub↗

    CML es una herramienta de automatización de pipelines para entrenar y evaluar modelos de machine learning, funcionando como un sistema CI/CD para machine learning. Sirve como orquestador de computación en la nube y gestor de flujos de trabajo basado en Git que automatiza los ciclos de entrenamiento de modelos mediante la gestión de ramas, commits automatizados e informes integrados. El proyecto se distingue por aprovisionar instancias de nube efímeras o nodos de Kubernetes para proporcionar hardware especializado para tareas de computación intensiva. También gestiona runners de computación remota, permitiendo la conexión de clusters de GPU autohospedados o máquinas on-premise para ejecutar flujos de trabajo de machine learning contenerizados. El sistema cubre una amplia gama de capacidades, incluyendo el seguimiento de experimentos de ML, donde las métricas de rendimiento y visualizaciones se publican directamente en los pull requests de control de versiones. Maneja la automatización de pipelines de ML desde la importación y versionado inicial de datos hasta la generación de informes de flujo de trabajo formateados y enlaces de visualización externos. La herramienta proporciona utilidad adicional para la gestión de infraestructura a través de depuración remota basada en SSH y la capacidad de reanudar trabajos interrumpidos.

    Implements a developer-centric feedback loop by posting performance metrics and reports directly into pull requests.

    JavaScript
    Ver en GitHub↗4,178
  • hzwer/writingaipaperAvatar de hzwer

    hzwer/WritingAIPaper

    3,414Ver en GitHub↗

    WritingAIPaper is a suite of tools designed for automating the structuring, drafting, and auditing of academic research manuscripts. It functions as an AI writing assistant that guides the creation of papers from a core idea to a finished document, utilizing a research manuscript structuring tool to organize content around specific technical contributions. The project includes a deceptive research practice detector that identifies common reporting manipulations, such as hyperparameter cherry-picking, selective metric reporting, and incremental padding. It also provides a submission readiness

    Provides practical strategies to revise manuscripts and counter reviewer criticisms regarding novelty or experimental setups.

    aipaperwriting
    Ver en GitHub↗3,414
  • wordpress/wordpress-coding-standardsAvatar de WordPress

    WordPress/WordPress-Coding-Standards

    2,757Ver en GitHub↗

    WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val

    Generates machine-readable reports to provide actionable feedback directly within developer workflows and CI pipelines.

    PHPcoding-conventionsphp-codesnifferphpcs
    Ver en GitHub↗2,757
  • awesome-skills/code-review-skillAvatar de awesome-skills

    awesome-skills/code-review-skill

    1,043Ver en GitHub↗

    This project is a specialized instruction set for AI coding agents designed to perform structured, language-specific code reviews. It functions as an automated tool that evaluates source code against predefined checklists to identify security, performance, and architectural inconsistencies across diverse technology stacks. The system distinguishes itself by employing a multi-phase analysis pipeline that moves from high-level architectural assessments to granular, line-by-line inspections. It utilizes a severity-based taxonomy to categorize findings, clearly separating blocking security issues

    Assigns severity levels to feedback to clarify exactly what actions are required from the author.

    HTML
    Ver en GitHub↗1,043
  1. Home
  2. DevOps & Infrastructure
  3. Feedback Loops

Explorar subetiquetas

  • Agentic Feedback RoutingDirecting CI failure reports and review comments to AI agents for autonomous correction. **Distinct from Feedback Loops:** Specifically routes feedback to an AI agent for autonomous fixing, not just shortening developer cycle time
  • Instrumentation-BasedCoverage-guided tools that monitor code execution paths to identify unique crashes during runtime. **Distinct from Feedback Loops:** Distinct from general CI feedback loops: focuses on runtime instrumentation for fuzzing rather than developer-centric CI verification.
  • Public Review ProcessesMechanisms for gathering and incorporating community feedback into technical specifications before final ratification. **Distinct from Feedback Loops:** Distinct from CI feedback loops: focuses on social and community-driven review of language proposals rather than automated code verification.
  • Review Comment Synchronization1 sub-etiquetaMonitoring pull request comments to automatically prompt agents for code changes. **Distinct from Feedback Loops:** Specializes in the synchronization of PR review comments into agent tasks, distinct from general CI feedback
  • Review Feedback Classifiers1 sub-etiquetaMechanisms for assigning severity levels to code review feedback to clarify required actions. **Distinct from Feedback Loops:** Distinct from general feedback loops: focuses on severity-based classification of code review comments rather than CI/CD cycle time.
  • Token PruningAutomatic removal of invalid or expired identifiers based on external feedback reports. **Distinct from Feedback Loops:** Distinct from CI/CD Feedback Loops by focusing on data cleanup of recipient tokens rather than developer workflow verification.