How It Works
Two chat messages do the whole job.
Once the tool was in place, a developer only needs two messages in the Copilot chat: one to set everything up, and one to run the project. Behind those messages, 21 small AI tools do the work.
1Message 1: full onboarding setup
The developer opens the Copilot chat and asks for a full setup. The tool takes it from there.
2Checks access first
It confirms login and access permissions before anything else, so setup never starts on a half-ready machine.
3Installs and configures everything
It checks prerequisites, installs missing software, sets up the web server, VPN, Docker, certificates, and Azure access, and clones and configures the code, handling errors as it goes.
4Message 2: run the project locally
A second message triggers the start-up tools: they bring up Docker, start the Azure services, build the solution, and run the container scripts. Tasks that took 15 to 30 minutes by hand every day now finish in under 4 minutes.
5A daily health check
One command checks network, VPN, access, Docker, addresses, firewall, web server, and certificates, and fixes what it can.
6The result
Onboarding drops from about two weeks to under 30 minutes, and the daily start-up drops from 15 to 30 minutes of manual steps, sometimes an hour when something was missed, to a single message that finishes in under 4 minutes.