Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

クローズ
#149 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
65/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
typescript
領域
ci-cd

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
TypeScript
スター
481
フォーク
45
平均マージ
19時間 38分
マージ済み PR(30日)
108

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ai-driven-dev/framework のほかの issue

ai-driven-dev/framework の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。