CI Optimization Coach

Durable reports produced by .github/workflows/ci-coach.md in github/gh-aw.

standalone

.github/workflows/ci-coach.md

View authored workflow

Reports

1 Open 3 Resolved

[ci-coach] Rebalance cgo.yml unit test shards by measured execution time

CI Optimization Proposal Summary Pre-flight validation (deps-dev, lint, lint-errors, npm-ci, build, recompile, test-unit) all passed cleanly, so this run focused on optimization opportunities in cgo.yml's test matrix job. Top Optimization Rebalance unit test shards by measured execution time Type: Test suite restructuring Impact: High — cuts longest-running shard from 82s to 45s (45% reduction), shrinking the test job's critical path Risk: Low — patterns still partition the full ^Test. namespace exhaustively and mutually exclusively; no tests are skipped or duplicated Changes: .github/workflows/cgo.yml — changed the 5-way matrix.include pattern split from alphabetical ranges (A-C/D-G/H-M/...

open review issue

[WIP] CI Optimization Coach: work in progress

This workflow is a work in progress. This issue was created by the workflow run for CI Optimization Coach before the agent started. Add a comment containing the keyword steer to provide feedback while the agent is running. The agent may read relevant user-authored comments and incorporate them into its work. When the run succeeds, this issue is closed with a link to the created pull request when available. If the run fails, this issue is reused for the failure report. Generated by CI Optimization Coach

closed review issue

[ci-coach] Fix prettier formatting in eslint-factory test file

CI Optimization Proposal (Pre-flight Repair) Summary Pre-flight validation showed make lint failing with exit code 2 (fmt-check-cjs step). Root cause: eslint-factory/src/rules/require-decodeuricomponent-try-catch.test.ts had a valid array formatted across multiple lines that Prettier expects collapsed onto a single line given the line-length config. Fix Type: Pre-flight repair (lint failure) Impact: Unblocks make lint / CI lint job for every contributor and PR in this repo Risk: None — whitespace-only change in a test file, no logic altered Changes: Ran prettier --write on the file; reformatted the valid array literal Rationale: make lint runs fmt-check-cjs which requires all .ts/.cjs/.js...

closed review pull request

[WIP] CI Optimization Coach: work in progress

This workflow is a work in progress. This issue was created by the workflow run for CI Optimization Coach before the agent started. Add a comment containing the keyword steer to provide feedback while the agent is running. The agent may read relevant user-authored comments and incorporate them into its work. When the run succeeds, this issue is closed with a link to the created pull request when available. If the run fails, this issue is reused for the failure report. Generated by CI Optimization Coach

closed review issue