agents: add test-monitor agent and triage automation skills - #18391
Draft
shuyama1 wants to merge 1 commit into
Draft
agents: add test-monitor agent and triage automation skills#18391shuyama1 wants to merge 1 commit into
shuyama1 wants to merge 1 commit into
Conversation
Collaborator
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit a94e115: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
Collaborator
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit d9dcf81: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
shuyama1
force-pushed
the
test_monitor_agent
branch
from
July 27, 2026 19:23
d9dcf81 to
a94e115
Compare
Collaborator
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit a94e115: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the
test-monitoragent and its associated skills for automated monitoring, triaging, and reporting on nightly acceptance test runs for Beta and GA Google Cloud Terraform providers.Added Components:
.agents/agents/test-monitor/: Agent configuration and prompt definitions strictly scoped to monitoring and reporting..agents/skills/fetch-nightly-results/: Fetch skill & script (fetch_results.py) usinggcloud storage catagainsttest-metadata..agents/skills/automate-test-triage/: Automated triage script (triage.py) generating a 3-section report (High-Impact panics/volume errors, 7-day persistent failure signature groups, and detailed per-test breakdown table)..agents/skills/workflows/test_monitor/: Workflow guide for thetest-monitorlifecycle.