This skill orchestrates autonomous sprint execution by coordinating subagents to implement GitHub issues serially. It manages the full lifecycle: generating implementation plans via Gemini CLI, delegating implementation to subagents, reviewing PRs with Codex MCP, merging approved code, and running post-merge integration. Use this skill when asked to "run a sprint", "execute sprint issues", "implement issues autonomously", or "manage sprint workflow".
$npx -y skills add bodangren/git-workflow --skill sprint-managerInstalls into the current project.
Run `npx skills use "https://github.com/bodangren/git-workflow" --skill "bodangren/git-workflow/sprint-manager"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bodangren/git-workflow" that are relevant to the current task. Run `npx skills add "https://github.com/bodangren/git-workflow"` and select the relevant skills, then follow their instructions.