github-auto-implement
Installation
SKILL.md
Purpose
Pick the next unassigned issue from GitHub, investigate it formally, implement it using TDD, and open a PR—all in one shot.
How to Run (Daemon Mode)
This skill is designed to be run repeatedly by a daemon. To start the auto-implement loop:
node resources/scripts/github-daemon.mjs
The daemon will poll for ready issues (defined in .agenTica.js, default: autobot:ready) and execute this workflow autonomously.
Optional Configuration
Create a .agenTica.ts (or .agenTica.js) in your project root to customize how issues are picked, how base branches are resolved, and switch between agents or models dynamically.
See the agenTica.sample.ts in the repo root for a full list of over 40 lifecycle hooks used by this workflow.