refactor: name automation templates after the action, not the agent - #531
Merged
Conversation
Three catalog entries were named after an agent rather than the work they do. Drop the Agent suffix and match the sentence-case naming the rest of the catalog already uses. - GitHub Issue to PR Agent -> GitHub issue to PR - GitHub Code Review Agent -> GitHub code review - QA Changes Agent -> QA changes The created automation's name is derived from the entry name, so the github-pr-reviewer request fixtures move with it.
neubig
approved these changes
Sep 3, 2026
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.
Why
Three automation catalog entries are named after an agent rather than after the work they do, so the template card tells a user who is acting instead of what will happen. They are also the only Title Case names in a catalog that is otherwise sentence case.
Summary
GitHub Issue to PR Agent→GitHub issue to PR,GitHub Code Review Agent→GitHub code review,QA Changes Agent→QA changes.automations/README.md, which quotes thegithub-pr-reviewerentry.tests/fixtures/automations/github-pr-reviewer.json, because a created automation's name is derived from the entry name (_derive_nameintests/test_automation_setup.py) and that test compares the derived request body to these fixtures byte for byte.AGENTS.md Maintaineris left alone: that is the name of a file, not an agent mention. TheQA Agentsection header that the qa-changes automation writes into a PR description is also untouched, since the automation's filter expression depends on that exact string.Issue Number
Fixes #532
How to Test
785 passed, 8 skipped locally with the live integration smoke deselected.
tests/test_automation_setup.pyandtests/test_catalog_schema.pycover the renamed entries and the updated fixtures.Video/Screenshots
Not applicable, this is a copy change in the catalog manifests.
Notes
Agent Canvas pins
@openhands/extensions, so the new names reach users on the next version bump.