Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Chiusa
#149 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
65/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
typescript
Ambito
ci-cd

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
TypeScript
Stelle
481
Fork
45
Merge medio
19h 38m
PR unite (30g)
108

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di ai-driven-dev/framework

Tutte le issue di ai-driven-dev/framework

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.