Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Switch skill CI validation workflows to Vally lint#2030

Draft
aaronpowell wants to merge 1 commit into
stagedfrom
aaronpowell/comparing-vally-lint
Draft

Switch skill CI validation workflows to Vally lint#2030
aaronpowell wants to merge 1 commit into
stagedfrom
aaronpowell/comparing-vally-lint

Conversation

@aaronpowell

Copy link
Copy Markdown
Contributor

Summary

  • replace the PR-gate workflow runtime from downloaded skill-validator binaries to @microsoft/vally-cli lint
  • keep the same PR artifact/comment flow (summary tables, severity counts, and managed labels)
  • update the PR-comment and workflow-run wiring to the new Vally workflow names/artifact
  • migrate nightly skill quality reporting to Vally output and keep agent visibility as explicit scan notes

Behavior details

  • PR gate still detects both changed skills and agents.
  • Changed skills are linted with npx --yes @microsoft/vally-cli lint <skill> --verbose.
  • Agent files are currently reported as detected-but-skipped in output so scope accounting remains visible.
  • The check remains warn-only at workflow level, with findings captured in the PR comment/artifacts.

Validation

  • npm run plugin:validate
  • npm run build
  • npm run skill:validate

@github-actions github-actions Bot added the workflow PR touches workflow automation label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow PR touches workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant