What problem does it solve?
Verifies Azure DevOps organization and project access and validates the configured process-template during /pipeline:init by dispatching to a subagent that runs the az CLI and interprets error codes to produce structured results.
Core Features & Use Cases
- Validates that the user’s Azure DevOps project exists within the detected organization and that the process template is properly recognized.
- Dispatches a subagent to run the helper script, interprets az CLI errors against a predefined interpretation table, and emits a structured verification block for pipeline.yml.
- Surfaces actionable guidance when issues are encountered, such as missing extensions, authentication problems, or PAT scope errors, without exposing sensitive values.
Quick Start
To begin, invoke /pipeline:init with a git remote URL that points to Azure DevOps (dev.azure.com or visualstudio.com) and let the skill validate organization/project access and process-template configuration.