ov-agentic-workflows
Work on OpenVINO Agentic Workflows
Guides changes to any gh-aw agentic workflow in this repository and its shared jobs — not just
the ones that exist today. New agentic workflows are expected to be added over time; treat every
.github/workflows/*.md file with gh-aw frontmatter (on:, engine:, safe-outputs:, etc.) as in
scope for this skill.
Read docs/dev/ci/github_actions/agentic_workflows.md first — it documents the workflows that exist today (ci-doctor, ci-doctor-mq, ci-doctor-post-commit) in
detail: what they are, how they are built, their algorithms, and the shared jobs. Treat it as the
worked example of the concepts in this skill, and keep it up to date (see the Skill
self-improvement section below) whenever a new agentic workflow is added or an existing one changes
meaningfully.
For the framework itself, consult the official GitHub Agentic Workflows (gh-aw) documentation — the authoritative reference for frontmatter
keys, imports, safe-outputs, tools, and the gh aw compile workflow.