feat: PR Review Auto-Fix — auto-respond to reviewer comments and CI failures#105
Open
feat: PR Review Auto-Fix — auto-respond to reviewer comments and CI failures#105
Conversation
…ailures Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature 1: PR Review Auto-Fix
When reviewers leave comments or CI fails on Autensa-generated PRs, the system automatically re-dispatches to the original agent with fix context. Max 3 cycles, then escalates to human.
New Files (1)
src/lib/pr-review-handler.ts— collect comments, format agent message, manage cycles, trigger re-dispatchModified Files (8)
src/lib/types.ts— review_fix status, review_fix_count/max on Task, auto_fix_pr_reviews on Productsrc/lib/db/schema.ts— review_fix in status CHECK, new columnssrc/lib/db/migrations.ts— migration 029: three new columnssrc/app/api/webhooks/github/route.ts— pull_request_review, issue_comment, CI failure handlerssrc/app/api/tasks/[id]/dispatch/route.ts— accepts review_fix_message for context injectionsrc/components/TaskModal.tsx— review-fix cycle counter in PR sectionsrc/components/MissionQueue.tsx— 'Fixing PR' kanban column with animated badgesrc/app/api/workspaces/route.ts— review_fix in workspace statsTypeScript compiles clean