journey-runner

Parse journey READMEs and execute Copilot prompts in sequence.

37|10|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/DanWahlin/github-azure-agentic-journeys --skill journey-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: journey-runner
Source: https://github.com/DanWahlin/github-azure-agentic-journeys/tree/main/.github/skills/journey-runner
Command: npx skills add https://github.com/DanWahlin/github-azure-agentic-journeys --skill journey-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end execution of agentic journeys by parsing journey READMEs, extracting prompts, and executing them in sequence.

Core Features & Use Cases

  • Parse journey READMEs to identify phases and prompts
  • Execute Copilot CLI prompts and shell commands in order
  • Build, deploy to Azure, and verify results for OSS and full-stack journeys
  • CI validation, onboarding, and reproducible journey testing

Quick Start

Run the journey runner on a journey path (e.g., journeys/smart-todo) to execute prompts, build, deploy, and verify results.

Frequently Asked Questions about journey-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate agentic journey execution for CI validation?

Automate agentic journey execution by parsing journey READMEs to extract prompts and executing them in sequence. This handles CI validation through structured execution plans, phase logging, and prerequisite checks to ensure reproducible testing across OSS and full-stack journeys.

What is an agentic journey and how does automated orchestration work?

Agentic journey orchestration involves parsing README files to identify phases and prompts, then executing Copilot CLI prompts and shell commands in order. This automates end-to-end build, deployment to Azure, and verification processes across OSS and full-stack projects.

Does the journey runner require Azure Developer CLI for deployment cleanup?

Azure Developer CLI is used for optional deployment cleanup and deployment tasks during journey execution. The runner builds, deploys to Azure, and verifies results using structured execution plans and Copilot prompts.

Can I use this to run reproducible journey testing for onboarding?

Reproducible journey testing for onboarding is supported by extracting and executing prompts sequentially from READMEs. This ensures consistent build, deployment, and verification results across OSS and full-stack journeys.

What is the best way to execute Copilot CLI prompts in sequence?

Execute Copilot CLI prompts in sequence by parsing journey READMEs to identify phases and running them through a structured execution plan. This includes prerequisite checks and phase logging for complete automation.