#github
6 posts with this tag
Supermog: We Built a System That Builds Itself
A fleet of agents that implements GitHub issues end-to-end: independent AI review, verification with video evidence on real browsers and phones, automatic rebases, and auto-merge. It runs 24/7 on two Raspberry Pis we found in a drawer, and most of it was built by itself.
mog: From GitHub Issue to Pull Request With One Command
How a Thursday afternoon at a Boston WeWork turned into a CLI that closes GitHub issues autonomously — with Claude Code running safely inside a Docker sandbox.
Hero Stack: GitHub Copilot
Driver assistance for VS Code. A comprehensive review of GitHub Copilot's features, value, and how it fits into the developer workflow.
Copilot Shorts: Imports
Use Copilot Chat to replace CommonJS require statements with ES6 imports. Modernize your codebase quickly.
Copilot Shorts: Test Data
Use Copilot Chat to generate test data for your TypeScript interfaces. Speed up your testing workflow.
Copilot Shorts: TS Types
Use Copilot Chat to generate TypeScript interfaces for objects. Perfect for quickly typing API responses.