Your First Agent + CLI

The agent doesn't need special tools. It just uses the terminal.

Find the most impactful bugs on my team this sprint
💭 I'll query ADO for bugs, sort by priority and severity...
$ az boards work-item query --wiql "SELECT [ID], [Title], [Priority] FROM workitems WHERE [Work Item Type]='Bug' AND [Area Path] UNDER 'OS\\Shell' AND [State]='Active' ORDER BY [Priority]"
Found 23 active bugs. Top 3 by customer impact:

1. Context menu crashes on right-click (P1, 847 hits/day)
2. Taskbar icons disappear after sleep (P1, 312 hits/day)
3. Start menu search returns stale results (P2, 205 hits/day)