Conversation
Create a new detector workflow that identifies under-tested code paths and files issue reports, forming a detector/fixer pair with the existing test-improver workflow. New files: - .github/workflows/gh-aw-test-coverage-detector.md (workflow source) - .github/workflows/gh-aw-test-coverage-detector.lock.yml (compiled) - .github/workflows/trigger-test-coverage-detector.yml (dogfood trigger) - gh-agent-workflows/test-coverage-detector/ (README + example.yml) - docs/workflows/gh-agent-workflows/test-coverage.md (grouped docs) Updated files: - docs/workflows/gh-agent-workflows.md (detector/fixer pair table) - mkdocs.yml (nav structure) - gh-agent-workflows/README.md (detector/fixer lists) - gh-agent-workflows/test-improver/README.md (pairing info) - scripts/trigger-ci-workflows.sh (DETECTORS array) - scripts/quick-setup.sh (continuous-improvement list) - .github/workflows/smoke-test-install.yml (install matrix) Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request adds a new Test Coverage Detector workflow (generated lockfile and human-readable workflow), a reusable trigger workflow, example and trigger files, and supporting documentation and README entries. It integrates the detector into installation and CI scripts (quick-setup, smoke-test-install, trigger scripts), updates navigation (mkdocs.yml), and includes docs and examples for pairing the detector with the Test Improver. The detector workflow is a multi-job Copilot-driven automation producing artifacts (prompts, agent outputs, safe-outputs, threat-detection logs) and implements activation, agent execution, safe outputs, threat detection, conclusion, and cleanup flows. Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
docs/workflows/gh-agent-workflows.md
Outdated
| | [Code Duplication Detector](gh-agent-workflows/code-duplication-detector.md) | [Code Duplication Fixer](gh-agent-workflows/code-duplication-fixer.md) | Duplicate / clustered code | | ||
| | [Docs Patrol](gh-agent-workflows/docs-patrol.md) | — | Stale internal documentation | | ||
| | [Newbie Contributor Patrol](gh-agent-workflows/newbie-contributor-patrol.md) | [Newbie Contributor Fixer](gh-agent-workflows/newbie-contributor-fixer.md) | Onboarding documentation gaps | | ||
| | [Test Coverage Detector](gh-agent-workflows/test-coverage-detector.md) | [Test Improver](gh-agent-workflows/test-improver.md) | Test coverage gaps | |
There was a problem hiding this comment.
[LOW] Broken docs link for Test Coverage detector/fixer pair
This row links to gh-agent-workflows/test-coverage-detector.md, but that page does not exist in this PR (mkdocs.yml and docs add workflows/gh-agent-workflows/test-coverage.md). The current link will 404 in rendered docs.
| | [Test Coverage Detector](gh-agent-workflows/test-coverage-detector.md) | [Test Improver](gh-agent-workflows/test-improver.md) | Test coverage gaps | | |
| | [Test Coverage Detector](gh-agent-workflows/test-coverage.md) | [Test Improver](gh-agent-workflows/test-improver.md) | Test coverage gaps | |
|
/ai please fix the broken link |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a scheduled Test Coverage Detector workflow that reports high-confidence coverage gaps and serves as the detector counterpart to
test-improver.Detector workflow
noopunless gaps are concrete, user-scenario-backed, and actionable.create-issue(max 1, expires in 7d).New files
.github/workflows/gh-aw-test-coverage-detector.md— workflow source (scheduled-audit based).github/workflows/gh-aw-test-coverage-detector.lock.yml— compiled workflow lock filegh-agent-workflows/test-coverage-detector/— workflow README + trigger exampledocs/workflows/gh-agent-workflows/test-coverage.md— detector/fixer pair documentation.github/workflows/trigger-test-coverage-detector.yml— dogfood trigger workflowUpdated references
test-coverage-detectorto workflow catalogs (gh-agent-workflows/README.md) and setup tooling (scripts/quick-setup.sh).Quick install