sprint-upgrade

Automate sprint skills package updates with fast-forward git operations and setup re-runs.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/alon21034/claude-scrum-skills --skill sprint-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-upgrade
Source: https://github.com/alon21034/claude-scrum-skills/tree/main/sprint-upgrade
Command: npx skills add https://github.com/alon21034/claude-scrum-skills --skill sprint-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The sprint-upgrade Skill addresses the issue of keeping the sprint skills package current and reliable by automatically updating the package and reinstalling command/skill files.

Core Features & Use Cases

  • Fast-Forward Updates: Ensures updates to the sprint skills package are applied using fast-forward-only git operations.
  • Re-run Setup: Automates the re-running of ./setup post-update to refresh installed commands and skills.
  • Check-Only Mode: Allows a check-only mode that verifies if an update is necessary without actually performing the update.
  • Error Handling: Provides informative error messages if sprint-upgrade cannot be found, prompting the user to install the sprint skills first.

Quick Start

Run the upgrade command to keep your sprint skills updated: ./sprint-upgrade.

Frequently Asked Questions about sprint-upgrade

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

FAQPage Schema
How do I update my sprint skills package to the latest version?

To update the sprint skills package, run the `./sprint-upgrade` command, which automates fast-forward git operations to pull the latest updates and re-runs the setup script to refresh installed command files.

Can I check if a package update is needed without actually installing it?

Yes, you can use the check-only mode to verify if a package update is necessary without performing the actual update, ensuring your sprint environment only changes when required.

Why does running sprint-upgrade show a command not found error?

A command not found error indicates the sprint skills package is not installed, requiring you to install the sprint skills first before attempting to run the upgrade operation.

How do I refresh installed commands and skill files after a git fast-forward update?

The upgrade process automatically refreshes installed commands and skill files by re-running the `./setup` script immediately after applying the fast-forward git updates.

What is the best way to maintain a sprint environment with the latest features and fixes?

The best way to maintain a sprint environment is by running `./sprint-upgrade`, which applies fast-forward-only git updates and re-runs the setup script to ensure all features and fixes are current.