Summary
Enhance the CI/CD watcher to monitor comments left on PRs and handle them automatically.
Motivation
Currently the CI/CD watcher only tracks workflow run status (pass/fail). It does not monitor or respond to comments left on PRs — such as review comments, bot comments, or automated feedback. Adding this capability would allow the watcher to:
- Detect actionable review comments and surface them
- Respond to or process bot-generated comments (e.g., security scan results, coverage reports)
- Auto-handle common comment patterns (e.g., approve, request changes, lint suggestions)
Acceptance Criteria
🤖 Generated with Claude Code
Summary
Enhance the CI/CD watcher to monitor comments left on PRs and handle them automatically.
Motivation
Currently the CI/CD watcher only tracks workflow run status (pass/fail). It does not monitor or respond to comments left on PRs — such as review comments, bot comments, or automated feedback. Adding this capability would allow the watcher to:
Acceptance Criteria
🤖 Generated with Claude Code