Compile an ado-aw agent file to Azure DevOps pipeline YAML and validate it. Use when the user asks to compile a workflow, check whether it is valid, verify a pipeline matches its source, or understand the compiled IR / dependency graph.
$npx -y skills add githubnext/ado-aw --skill compile-and-validateInstalls into the current project.
Run `npx skills use "https://github.com/githubnext/ado-aw" --skill "githubnext/ado-aw/compile-and-validate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/githubnext/ado-aw" that are relevant to the current task. Run `npx skills add "https://github.com/githubnext/ado-aw"` and select the relevant skills, then follow their instructions.