ayaiayorg-agentic-devtools-agdt-get-pipeline-id-agent.ocm.json json Copy{
"ocm": "1",
"id": "ayaiayorg-agentic-devtools-agdt-get-pipeline-id-agent",
"kind": "agent",
"name": "agdt.get-pipeline-id",
"description": "Get Pipeline ID: Retrieve a pipeline ID by name",
"publisher": "ayaiayorg",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Get Pipeline ID: Retrieve a pipeline ID by name"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/ayaiayorg/agentic-devtools",
"path": ".github/agents/agdt.get-pipeline-id.agent.md",
"ref": "7c922d5bf86017c99fb6d8ee9c924e48a15929da",
"url": "https://github.com/ayaiayorg/agentic-devtools/blob/7c922d5bf86017c99fb6d8ee9c924e48a15929da/.github/agents/agdt.get-pipeline-id.agent.md",
"key": "ayaiayorg/agentic-devtools/.github/agents/agdt.get-pipeline-id.agent.md"
}
},
"instructions": "## User Input\n\n```text\n$ARGUMENTS\n```\n\nYou **MUST** consider the user input before proceeding (if not empty).\n\n## Purpose\n\nRetrieve a pipeline ID by name in Azure DevOps.\n\n## Prerequisites\n\n- Required state:\n - `pipeline.name`\n\nExample setup:\n\n```bash\nagdt-set pipeline.name \"My Pipeline Name\"\n```\n\n## Actions\n\n1. Run the command:\n\n ```bash\n agdt-get-pipeline-id\n ```\n\n2. Optionally verify the result written to state:\n\n ```bash\n agdt-get pipeline.id\n ```\n\n## Expected Outcome\n\nThe pipeline ID is retrieved (background task).\n\n## Next Step\n\nCommand is complete.",
"cost": {
"context_tokens": 143
}
}