In this video I walk through building an Aisle task that watches a GitHub repository for new commits and sends a plain-language summary to the team. It's a clean example of a deterministic automation: the task runs on a schedule, pulls the commits, and hands them to a prompt — no agent guessing involved.
What's covered
- Using the GitHub connector in an Aisle task to pull recent commits
- Writing a prompt that turns raw commit data into a readable summary
- Scheduling the task so the team gets a digest without anyone having to remember to run it
A good example to follow if you want your team to stay informed on what's shipping without living in GitHub.