conga-sprint-bootstrapper

Create release branches and bump IMAGE_TAGs in build.properties via GitHub API.

Updated May 19, 2026
One-click install
npx skills add https://github.com/nsakthivel-conga/copilot-skills --skill conga-sprint-bootstrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conga-sprint-bootstrapper
Source: https://github.com/nsakthivel-conga/copilot-skills/tree/main/conga-sprint-bootstrapper
Command: npx skills add https://github.com/nsakthivel-conga/copilot-skills --skill conga-sprint-bootstrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires GitHub CLI, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating release branches and updating IMAGE_TAGs in build.properties files, reducing manual errors and streamlining the sprint handover process.

Core Features & Use Cases

  • Automated Branch Cutting: Cuts release branches directly from the master SHA using the GitHub API.
  • Tag Bumping: Updates IMAGE_TAGs in build.properties files and proposes changes via a draft PR.
  • Confirmation Gates: Provides two explicit confirmation gates for branch creation and tag bumping.
  • Pre-flight Checks: Runs pre-flight checks to ensure all prerequisites are met before executing any operations.

Quick Start

Bootstrap sprint for <Project>, branch <branch-name>, IMAGE_TAG <new-tag>

Frequently Asked Questions about conga-sprint-bootstrapper

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

FAQPage Schema
How do I automate release branch cutting from the master SHA during sprint handover?

You can automate release branch cutting directly from the master SHA using the GitHub API. This streamlines sprint handover by reducing manual errors during branch creation.

What is the best way to bump IMAGE_TAGs in build.properties files for a new release?

The best way to bump IMAGE_TAGs is using automated scripts that update build.properties files and propose the changes via a draft PR. This ensures controlled, reviewed tag updates.

Do I need GitHub CLI to automate sprint handover branch creation and tagging?

Yes, you need GitHub CLI installed and access to the GitHub API. Pre-flight checks run automatically to ensure all prerequisites are met before executing any branch or tag operations.

Can I review changes before automated tag bumping modifies my build.properties file?

Yes, the automation provides two explicit confirmation gates for branch creation and tag bumping. Tag updates are proposed via a draft PR, ensuring you can review changes before merging.

How do I bootstrap a sprint for a specific project and branch?

Bootstrap a sprint by specifying the project, branch name, and new IMAGE_TAG. The Skill runs pre-flight checks, cuts the release branch, and prepares the tag bump draft PR.