This orchestrates full agile development cycles on Gitea repos using the tea CLI, from picking a task off the backlog through implementation, review, and PR merge. It's checkpoint based, so it auto-progresses through sync, implement, code review, and PR steps but pauses at decision points like task selection or when CI fails. The state detection is smart enough to resume wherever you left off, whether you've got uncommitted changes or an open PR. Most useful when you want guided TDD workflows with built-in quality gates rather than running git commands manually. Requires a structured context network with backlog files and task status tracking already in place.
npx skills add https://github.com/jwynia/agent-skills --skill gitea-workflow