Skip to content

Update trigger-ci-workflows.sh to match current workflows#490

Merged
strawgate merged 1 commit intomainfrom
update-trigger-ci-workflows
Feb 28, 2026
Merged

Update trigger-ci-workflows.sh to match current workflows#490
strawgate merged 1 commit intomainfrom
update-trigger-ci-workflows

Conversation

@strawgate
Copy link
Collaborator

Summary

  • Remove the IMPROVERS category — all 7 workflows (Bug Exterminator, Code Duplication Fixer, Code Simplifier, Newbie Contributor Fixer, Small Problem Fixer, Test Improver, Text Beautifier) have been phased out and their trigger files deleted
  • Replace with FIXERS category containing the 2 remaining scheduled fixer workflows: Refactor Opportunist and Stale Issues Remediator
  • Add 6 missing detectors to DETECTORS: Autonomy Atomicity Analyzer, Framework Best Practices, Information Architecture, Prompt Audit, UX Design Patrol, and rename Stale IssuesStale Issues Investigator
  • Fix MONITORS: remove 3 dead entries (Agent Deep Dive, Agent Efficiency, Release Update Check), correct Downstream HealthEstc Downstream Health, add Product Manager Impersonator

Test plan

  • ./scripts/trigger-ci-workflows.sh --list shows all 19 scheduled workflows across 3 categories
  • ./scripts/trigger-ci-workflows.sh --dry-run completes without errors
  • Category names match actual workflow names in .github/workflows/trigger-*.yml

🤖 Generated with Claude Code

Remove the IMPROVERS category (all 7 workflows have been phased out and
their trigger files deleted). Replace with a FIXERS category containing
the 2 remaining scheduled fixer workflows (Refactor Opportunist, Stale
Issues Remediator).

Add 6 missing detectors: Autonomy Atomicity Analyzer, Framework Best
Practices, Information Architecture, Prompt Audit, UX Design Patrol,
and rename Stale Issues → Stale Issues Investigator.

Fix MONITORS: remove 3 dead entries (Agent Deep Dive, Agent Efficiency,
Release Update Check), correct Downstream Health name to Estc Downstream
Health, add Product Manager Impersonator.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Feb 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 392a595 and ffbc9eb.

📒 Files selected for processing (1)
  • scripts/trigger-ci-workflows.sh

📝 Walkthrough

Walkthrough

The pull request refactors scripts/trigger-ci-workflows.sh to replace the IMPROVERS category with FIXERS throughout the workflow triggering infrastructure. Changes include updating the FIXERS array declaration, modifying ALL_CATEGORIES to use detectors, fixers, and monitors, adjusting function mappings in get_workflows, and updating command-line parsing and error messages to reference the new category. Total dispatch accounting is also updated accordingly.

Possibly related PRs

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-trigger-ci-workflows

Comment @coderabbitai help to get the list of available commands and usage tips.

@strawgate strawgate merged commit 035e3b7 into main Feb 28, 2026
17 checks passed
@strawgate strawgate deleted the update-trigger-ci-workflows branch February 28, 2026 22:06
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