Let's build a personal assitant with GitHub CLI
GitHub experiments with building a personal assistant using the GitHub CLI, focusing on how to wire up workflows and try out GitHub features from the command line.
Overview
The stream explores using the GitHub CLI (gh) as the foundation for a personal assistant-style workflow, with an emphasis on:
- Using GitHub workflows (GitHub Actions) as the execution layer for tasks
- Experimenting with GitHub features that can be driven from the CLI
- Iterating on the assistant concept in a hands-on, exploratory format