Add automated bugfix pipeline for unattended execution#5
Open
Add automated bugfix pipeline for unattended execution#5
Conversation
Add skills/automated.md — a controller variant that chains diagnose, fix, test, and review phases sequentially with self-correction loops, designed for CI/CD bots and automated systems that run without human interaction. - Reuses existing phase skills without modification - Configurable artifact directory, lint command, and retry limits - Escalation replaces "ask the user" for unattended mode - Updates SKILL.md and guidelines.md to reference both controllers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…decay reminder Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The implementation notes capture design decisions, alternatives considered, and test rationale — context that a future AI session needs when addressing PR review comments without memory of the original session. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add /feedback phase for addressing PR review comments with full context recovery across sessions. The skill gathers review comments from multiple sources (task file, PR URL via gh CLI, or user input), reads prior session artifacts, implements changes, and appends a feedback round section to session-context.md — creating a running decision log that prevents context decay across multiple review rounds. The automated pipeline gains Phase 7 (Session Context), which writes a manifest summarizing key design decisions, test strategy, and known concerns from the initial session. This file serves as the entry point for feedback.md, giving the feedback session the "why" behind the original implementation. Co-Authored-By: Claude Opus 4.6 <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.
Add skills/automated.md — a controller variant that chains diagnose, fix, test, and review phases sequentially with self-correction loops, designed for CI/CD bots and automated systems that run without human interaction.