Add AGENTS.md and basic skills#2156
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds agent-facing documentation (“skills”) to standardize how automated tools run Rally races and retrieve results from an Elasticsearch-backed metrics store, reducing guesswork around CLI flags and schema.
Changes:
- Added
running-benchmarksskill describing pipelines, safe race execution, and interpreting the summary report. - Added
accessing-benchmark-resultsskill describing how to list/compare races and query metrics-store data streams/indices. - Introduced
AGENTS.mdwith Rally vocabulary, guardrails, and pointers to the new skills and docs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| skills/running-benchmarks/SKILL.md | New skill for launching races and interpreting the summary report. |
| skills/accessing-benchmark-results/SKILL.md | New skill for retrieving/querying results from an Elasticsearch metrics store. |
| AGENTS.md | New entrypoint doc for agents with Rally terminology, rules, and links to skills/docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pquentin
approved these changes
Jul 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.
Adds Rally agent skills (
AGENTS.md+running-benchmarksandaccessing-benchmark-resultsskills) so LLMs/agents can reliably launch races and query benchmark results without having to guess CLI flags or the metrics-store schema.