Favicon of running-demo

running-demo Skill

AI Agent SkillShellOpen source

Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working. Published by microsoft in sre-agent.

What is running-demo Skill?

Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working. Published by microsoft in sre-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
53/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Database workflows
  • Browser automation use cases
  • Database workflows use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use running-demo Skill

  • Use it for browser automation.
  • Use it for database workflows.

Built with

ShellCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/sre-agent
  • Skill file: labs/zava-aks-postgres/.github/skills/running-demo/SKILL.md

What it does

Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working.

Skill instructions

Running the Demo This skill drives the full demo using Playwright MCP for browser control. Execute each step — don't just describe them. Setup powershell AKS is a private cluster — kubectl from your local workstation won't work without VPN/jumpbox. Use Invoke-AksCommand (wraps az aks command invoke for human-operator polling/diagnostics). The SRE Agent uses native kubectl; this helper is for human operators without the agent's VNet/DNS/proxy setup. . .\scripts\aks-helpers.ps1 $rg = (azd env get-value RESOURCEGROUP) $aks = (azd env get-value AKSCLUSTERNAME) $pg = (az postgres flexible-server list -g $rg --query '[0].name' -o tsv) $r = Invoke-AksCommand -ResourceGroup $rg -ClusterName $aks -Command "kubectl get svc -n ingress-nginx ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}'" -Quiet $ip = ($r.logs -replace '[^\d.]','').Trim() $storeUrl = "http://$ip" $agentUrl = (azd env get-value AGENTPORTALURL) deep-links to this agent's blade — sign in if prompted Scen

Explore related resources

Frequently asked questions

What is running-demo?

running-demo is a open-source AI agent skill with Copy skill directory. Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working.

Who is running-demo best for?

running-demo is best for reusing agent instructions, scripts, and references, browser automation workflows, database workflows.

How do I install running-demo?

Install or run running-demo using Copy skill directory. Check running-demo for the latest setup command.

Is running-demo actively maintained?

running-demo may need a closer maintenance check before production use.

Share:

Stars
134
Forks
66
Last commit
12 days ago
Repository age
10 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to running-demo

running-demo: Install, Config & GitHub Signals – SkillIndex