🏷️
DevOpsTypeScript

Sprint Close

by Stanshy

Sprint Close is a DevOps skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install Sprint Close
Copy Sprint Close into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-close ~/.claude/skills/sprint-close

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/sprint-close/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/sprint-close
Collection
One of 25 skills cataloged from this repository
Category
DevOps973 skills

What Sprint Close does

Sprint Close merges a sprint branch back to the base branch, creates a release tag, and removes merged task and sprint branches. Use it after all gates are confirmed done.

Sprint Close is cataloged under DevOps on DirSkills. Sprint Close comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

Sprint 結案

老闆 + PM 確認所有 Gate 通過後執行,將 sprint branch merge 回 base branch。

使用方式

/sprint-close <sprint-number>

參數

  • $0: Sprint 編號(如 1

執行步驟

  1. 確認所有任務已完成: 使用 Glob tool 搜尋 .tasks/sprint-$0/*.md,用 Read tool 逐一讀取,確認所有任務 | 狀態 | 欄位均為 done。 若有任一非 done → 列出未完成任務,停止執行。

  2. 讀取 base branch: 使用 Glob tool 搜尋 proposal/sprint$0-dev-plan.md,用 Read tool 讀取,找到 | Base Branch | 欄位取得 base branch 名稱(如 mainmaster)。

  3. 切換並 merge

    git checkout {base-branch}
    git merge --no-ff sprint-$0 -m "release: sprint-$0 結案"
    
  4. 建立 Tag

    git tag sprint-$0-release
    

This is the opening of the README. Read the full README on GitHub.

Commands Sprint Close provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /sprint-close

Frequently asked about Sprint Close

  • What else does Stanshy publish alongside Sprint Close?

    Sprint Close is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way Sprint Close does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does Sprint Close compare to other DevOps skills?

    Sprint Close ranks #877 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sprint Close against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

Sprint Close is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills