Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

feat(aidd-orchestrator): react to failing CI checks and quality-gate feedback

Cerrado
#149 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
65/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
typescript
Área
ci-cd

Línea de trabajo

Start in plugins/aidd-orchestrator/skills/00-async-dev/actions/review/, especially 01-collect-comments and 03-fix-iteration, and trace how review signals reach the fix loop. Check the existing gh pr checks interaction and comment filtering, then verify that failing checks and quality-gate findings trigger iterations while genuine bot noise remains filtered. Done means the orchestrator cannot finalize a PR with red checks.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Problem

aidd-orchestrator reviews a pull request by reading human comments, and only human comments. Its loop lives in plugins/aidd-orchestrator/skills/00-async-dev/actions/review/ (01-collect-comments, 03-fix-iteration).

Two signals are ignored:

  • CI status. A red check does not trigger anything. The orchestrator will happily finalize a PR whose build is broken.
  • Quality-gate feedback. Sonar comments are filtered out as bot noise, so its findings never reach the fix loop.

Scope

  • Read gh pr checks and detect failing checks.
  • Stop discarding quality-gate comments as bot output; route them into the fix loop.
  • Iterate a fix on either signal, the same way a human comment does today.

Acceptance criteria

  • A failing CI check triggers a fix iteration.
  • A quality-gate finding triggers a fix iteration.
  • The orchestrator never finalizes a PR whose checks are red.
  • Genuine bot noise is still filtered; only quality-gate output gets through.

Origin

Backlog audit 2026-05-21 (aidd_docs/tasks/2026_05/2026_05_21-backlog-audit-and-roadmap.md). Replaces the old #80.

Lenguaje dominante
TypeScript
Estrellas
481
Forks
45
Merge medio
19 h 38 min
PR fusionados (30 d)
108

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de ai-driven-dev/framework

Todos los issues de ai-driven-dev/framework

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.