What problem does it solve?
This Skill helps you deliver a small fix or micro-feature quickly on the main branch while still keeping a clear GitHub issue trail and verification discipline.
Core Features & Use Cases
- Rapid main-branch workflow: Handles the full path from understanding the request to proposing a solution, planning, tracking, implementing, and shipping.
- Issue-first accountability: Creates a GitHub issue before coding so the change is documented, tracked, and later closed automatically.
- TDD-oriented delivery: Encourages writing tests first, then implementing the minimum change, then validating everything is green before pushing.
- Safe direct deployment: Suits isolated bug fixes, small enhancements, or other low-risk changes where bypassing a PR is explicitly acceptable.
Quick Start
Use the fast skill to analyze the request, propose a concise fix plan, create the tracking issue, implement the change with tests, and ship it on main once everything passes.