Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đã đóng
#149 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
65/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
typescript
Lĩnh vực
ci-cd

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
TypeScript
Star
481
Fork
45
Merge trung bình
14 giờ 27 phút
Pull request đã merge (30 ngày)
111

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của ai-driven-dev/framework

Tất cả issue của ai-driven-dev/framework

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.