Skip to content

feat(iterate-pr): Distinguish review bots from informational bots#46

Merged
dcramer merged 1 commit intomainfrom
feat/review-bot-feedback
Feb 17, 2026
Merged

feat(iterate-pr): Distinguish review bots from informational bots#46
dcramer merged 1 commit intomainfrom
feat/review-bot-feedback

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Feb 17, 2026

Stop iterate-pr from silently ignoring actionable code review feedback from bots like Sentry, Warden, Cursor, Bugbot, and CodeQL.

Previously all bot comments were dumped into a single bot bucket that SKILL.md instructed to "skip silently." This meant real findings — security issues, lint violations, bugs — were never evaluated. Now bot classification is split into two categories:

  • Review bots (Sentry, Warden, Cursor, Bugbot, Seer, Copilot, Codex, Claude, CodeQL) — their comments flow through LOGAF content-based categorization into high/medium/low with a review_bot: true flag, and are treated the same as human feedback
  • Info bots (Codecov, Dependabot, Renovate, GitHub Actions, etc.) — remain in the bot bucket for silent skipping

The is_review_bot() check runs before is_info_bot() so usernames like sentry-autofix[bot] that match both ^sentry and [bot]$ are correctly classified as review bots.

SKILL.md is updated to document the distinction: review bot feedback must be verified (fix real issues, explain false positives), while informational bot comments are still skipped silently.

Review bots (Sentry, Warden, Cursor, Bugbot, CodeQL, etc.) post
actionable code feedback that was being silently ignored because all
bot comments were dumped into a single "bot" bucket. Split bot
classification so review bot feedback flows through LOGAF content
categorization into high/medium/low with a review_bot flag, while
informational bots (Codecov, Dependabot, etc.) remain in the bot
bucket for silent skipping.

Co-Authored-By: Claude <noreply@anthropic.com>
@dcramer dcramer marked this pull request as ready for review February 17, 2026 19:36
@dcramer dcramer merged commit 87eb794 into main Feb 17, 2026
9 checks passed
@dcramer dcramer deleted the feat/review-bot-feedback branch February 17, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant