Scaffold a Windows-scheduled Azure DevOps daily bug report (Python + PowerShell + Outlook COM) and install Copilot Chat prompt templates so you can iterate with GitHub Copilot.
- ADO Daily Report: Scaffold New Report Project — pick a folder, answer prompts for ORG / PROJECT / PLAN / ITERATION / recipients; generates
daily_report.py,run_daily.ps1, optional open-defects pair,logs/, and aSETUP.md. - ADO Daily Report: Install Copilot Chat Prompts — drops
.prompt.mdfiles into.github/prompts/of the current workspace. Open Copilot Chat and type/to invoke them. - ADO Daily Report: Show Register-ScheduledTask Command — builds the exact PowerShell command for a daily trigger and copies it to your clipboard.
- ADO Daily Report: Run Now (manual test) — opens a terminal, mints the ADO token via
az, and runspython daily_report.py.
- Windows 10/11, Python 3.10+,
pip install openpyxl, Azure CLI, classic Outlook desktop, PowerShell 5.1. - One-time:
az login --allow-no-subscriptions, pick the account with ADO access.
scaffold-fetcher.prompt.mdscaffold-driver.prompt.mdregister-task.prompt.mdadapt-new-project.prompt.mdopen-defects-companion.prompt.mddebug-common.prompt.md
See generated SETUP.md in your scaffolded folder for the full operations guide.