rai-story-close

Merge a story feature branch into the development branch and update epic tracking.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-story-close-humansys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rai-story-close
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-story-close
Command: npx skills add https://github.com/humansys/raise --skill rai-story-close-humansys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Close a story by merging its feature branch into the development branch and updating epic tracking to keep work aligned with the roadmap.

Core Features & Use Cases

  • Merges the story branch into the development branch while preserving history.
  • Updates epic scope and related tracking artifacts to reflect completion.
  • Cleans up local story branches and coordinates with epic-level governance for remote PRs.

Quick Start

Run the close procedure after the retrospective to merge locally and update epic tracking.

Frequently Asked Questions about rai-story-close

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

FAQPage Schema
How do I merge a git feature branch into the development branch after completing a story?

To merge a git feature branch into the development branch, you need a workflow that verifies gate completion, executes a local merge preserving history, and cleans up the story branch while deferring remote push and merge requests.

When should I update epic tracking after merging a story branch?

You should update epic tracking immediately after merging a story branch to reflect completion, ensuring the epic scope and related tracking artifacts are updated to keep work aligned with the project roadmap.

What is the best way to manage local branch cleanup without triggering remote git merge requests?

Managing local branch cleanup without remote merge requests requires a governance workflow that handles local branch deletion and epic scope updates while explicitly deferring remote pushes and merge requests to the epic level.

Does merging a story branch require a completed retrospective beforehand?

Yes, merging a story branch requires a completed retrospective beforehand, as the close procedure applies gate verification and applies only when the story is fully ready for local merge and epic tracking updates.

How do I verify governance gates before merging a story branch into the development branch?

Verifying governance gates before merging a story branch involves referencing the project manifest and known configurations to enforce gate verification, ensuring the story meets all criteria before local merge and artifact updates.

Why does epic level governance defer remote push and merge requests for story branches?

Epic level governance defers remote push and merge requests for story branches to coordinate broader epic scope updates centrally, ensuring local merges and cleanups complete before triggering remote pull requests.