Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Implements a campaign to orchestrate automated quality checks before human review, reducing review burden and catching issues early.

Campaign Configuration

  • ID: review-readiness-campaign
  • State: Planned (low risk)
  • Schedule: Daily orchestration at 18:00 UTC

Worker Workflows

Orchestrates four existing workflows:

  • grumpy-reviewer - Critical code review (slash command /grumpy)
  • pr-nitpick-reviewer - Style/convention checks (slash command /nit)
  • breaking-change-checker - Daily CLI/API change detection
  • code-scanning-fixer - 30-minute security scanning/fixes

KPIs & Tracking

30-day rolling window metrics:

  • Code review issues detected: 0 → 100 target
  • Security vulnerabilities fixed: 0 → 50 target
  • Breaking changes detected: 0 → 10 target

Integrates with GitHub Projects for progress tracking, with memory/metrics storage at memory/campaigns/review-readiness/.

Files

  • .github/workflows/review-readiness-campaign.campaign.md - Campaign specification (5.2 KB)
  • .github/workflows/review-readiness-campaign.campaign.lock.yml - Compiled orchestrator (95 KB)
Original prompt

This section details on the original issue you should resolve

<issue_title>Review Readiness Campaign</issue_title>
<issue_description>Ensure contributions are ready for effective review

Campaign Created

A new Review Readiness Campaign has been initiated to automate pre-review quality checks and ensure contributions meet quality standards before human review.

Campaign Overview

  • ID: review-readiness-campaign
  • Risk Level: Low
  • Status: Planned
  • Timeline: Starting 2026-01-20 (Ongoing)

Workflows Included

  1. grumpy-reviewer - Critical code review focusing on edge cases and bugs (slash command /grumpy)
  2. pr-nitpick-reviewer - Detail-oriented style and convention checks (slash command /nit)
  3. breaking-change-checker - Daily analysis for breaking CLI changes
  4. code-scanning-fixer - Automated security fixes every 30 minutes

Goals

  • Reduce review burden by catching common issues early
  • Improve code quality through detailed feedback
  • Detect breaking changes before they reach production
  • Automatically fix high severity security alerts
  • Maintain consistent coding standards

Next Steps

The campaign specification has been drafted and is ready for compilation. The Copilot Coding Agent will:

  1. Compile the campaign using gh aw compile
  2. Commit the generated files to the repository
  3. Create a pull request for review

Files to be Created

  • .github/workflows/review-readiness-campaign.campaign.md - Campaign specification
  • Compiled workflow files as needed

Campaign Specification: Available in /tmp/gh-aw/agent/review-readiness-campaign.campaign.md</issue_description>

Comments on the Issue (you are @copilot in this section)

  • Fixes githubnext/gh-aw#10803

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 20, 2026 09:05
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Review Readiness Campaign for pre-review checks Add Review Readiness Campaign for automated pre-review quality checks Jan 20, 2026
Copilot AI requested a review from mnkiefer January 20, 2026 09:20
@mnkiefer mnkiefer closed this Jan 20, 2026
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.

2 participants