#automation
- Agent Identity for Git Commits
How to configure AI agents to push commits to GitHub using a separate bot identity without modifying local git configuration.
- Extracting Gold from Antigravity's Brain
A workflow for extracting architectural patterns and implementation challenges from AI agent walkthroughs to inform later engineering work.
- Automator's Hole
A reflection on the gap between manual work and automation, where a task remains too small to automate but too tedious to keep doing.
- Strava Webhooks with Stokehook.com
A Svelte and Firebase app that receives Strava webhook events through Stokehook, built to explore the Strava API.
- Unwatch All Repositories in a GitHub Organization
Use the GitHub CLI to list watched repositories in an organization, filter them, and delete each subscription without manual clicks.
- Auto-Merge Dependabot Pull Requests
A GitHub Actions workflow that approves and auto-merges Dependabot pull requests while relying on branch protection and required checks.
- GitHub Workflow to Sync Branches
A GitHub Actions workflow pattern for synchronizing branches across a repository without relying on a third-party GitHub Action.
- Automate Email Bankruptcy using Apps Script
An Apps Script that archives Gmail threads older than 30 days, respects Gmail's 100-thread batch limit, and runs hourly on a trigger.