sprint-manager

Coordinate subagents to implement GitHub issues serially and merge approved PRs.

Updated Sep 11, 2024
One-click install
npx skills add https://github.com/Reading-Advantage-Thailand/www-reading-advantage --skill sprint-manager-reading-advantage-thailand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-manager
Source: https://github.com/Reading-Advantage-Thailand/www-reading-advantage/tree/main/.claude-old/skills/sprint-manager
Command: npx skills add https://github.com/Reading-Advantage-Thailand/www-reading-advantage --skill sprint-manager-reading-advantage-thailand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire process of executing a sprint by coordinating subagents to implement GitHub issues serially, from planning to merging and integration.

Core Features & Use Cases

  • End-to-End Sprint Execution: Manages the full lifecycle of GitHub issues within a sprint.
  • Subagent Coordination: Delegates tasks like plan generation, implementation, and review to specialized subagents.
  • Automated PR Management: Handles PR creation, review via Codex MCP, and merging.
  • Use Case: When you need to implement a set of features defined in a GitHub milestone, this Skill can autonomously work through each issue, create branches, write code, get it reviewed, and merge it, reporting back on completion.

Quick Start

Use the sprint-manager skill to run a sprint by executing all open issues in the current milestone.

Frequently Asked Questions about sprint-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I autonomously execute a sprint and implement GitHub issues?

To autonomously execute a sprint, this skill coordinates subagents to serially implement GitHub issues. It manages the full lifecycle from generating implementation plans to delegating code creation, reviewing PRs, and merging approved changes.

What is the best way to automate GitHub issue lifecycle management for an agile sprint?

Automated GitHub issue lifecycle management is achieved by orchestrating subagents that handle plan generation, code implementation, PR review via Codex MCP, and post-merge integration serially across the sprint milestone.

Does sprint-manager require Codex MCP and Gemini CLI to automate code review and planning?

Yes, autonomous sprint execution leverages Gemini CLI to generate implementation plans and Codex MCP to review PRs. These integrated components handle the specific planning and code review phases within the workflow.

Can I use this skill to manage sprint workflows and merge approved PRs automatically?

You can manage sprint workflows and automatically merge approved PRs by running the skill against a GitHub milestone. It delegates implementation to subagents, reviews the resulting PRs, and merges the approved code directly.

When should I not use autonomous sprint execution for project management?

You should not use autonomous sprint execution for project management if your sprint requires parallel issue implementation. This skill orchestrates subagents to implement GitHub issues serially, processing one issue at a time before moving to the next.