Skip to content

doc: document adding eval suites to CI#2682

Merged
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/document-ci-eval-workflows
Jun 22, 2026
Merged

doc: document adding eval suites to CI#2682
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/document-ci-eval-workflows

Conversation

@JasonYeMSFT

Copy link
Copy Markdown
Member

Description

Add documentation for how to add Vally eval suites to CI workflows. Includes a new reference file (ci-test.md) and updates to the vally-eval skill's SKILL.md with a pointer to the new reference.

Checklist

  • Tests pass locally (cd tests && npm test)
  • Title has one of the prefixes: fix:, feat:, feature:, chore:, misc:, test:, eval:
  • If modifying skill descriptions: verified routing correctness with integration tests (In tests/, npm run test:integration -- <skill> or npm run test:vally -- --skill <skill>)

Related Issues

Copilot AI review requested due to automatic review settings June 19, 2026 22:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repo-local vally-eval meta-skill documentation to explain how to add Vally eval suites to the scheduled CI workflow, introducing a new on-demand reference doc and linking to it from the skill.

Changes:

  • Expanded the vally-eval skill frontmatter triggers and added a new “Run vally eval suites in CI” section linking to a reference doc.
  • Added a new reference document describing how to include a skill’s Vally suites in scheduled CI runs.
  • Documented that eval suites can be split across multiple YAML files per-skill (and will be discovered by the runner).
Show a summary per file
File Description
.github/skills/vally-eval/SKILL.md Updates skill description/triggers and adds a pointer to new CI reference documentation.
.github/skills/vally-eval/references/ci-test.md New reference doc explaining how to schedule and run Vally eval suites in CI.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 3

Comment thread .github/skills/vally-eval/SKILL.md
Comment thread .github/skills/vally-eval/references/ci-test.md Outdated
Comment thread .github/skills/vally-eval/references/ci-test.md Outdated
@JasonYeMSFT JasonYeMSFT changed the title chore: document adding eval suites to CI doc: document adding eval suites to CI Jun 22, 2026
@JasonYeMSFT JasonYeMSFT merged commit 15f397f into microsoft:main Jun 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants