Skip to content

Add automated bugfix pipeline for unattended execution#5

Open
adalton wants to merge 4 commits intomainfrom
ai-bot-workflow
Open

Add automated bugfix pipeline for unattended execution#5
adalton wants to merge 4 commits intomainfrom
ai-bot-workflow

Conversation

@adalton
Copy link
Contributor

@adalton adalton commented Mar 17, 2026

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

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>
@adalton adalton self-assigned this Mar 17, 2026
adalton and others added 3 commits March 17, 2026 10:32
…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>
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