railima

Close Story — Development skill for Claude Code

Development community

Close a finished ticket by reconstructing its reasoning from memory, drawing it by hand, and defending it under questioning.

How to install Close Story

Installs to ~/.claude/skills/railima-claude-personal-skills-close-story/SKILL.md

Terminal
mkdir -p ~/.claude/skills/railima-claude-personal-skills-close-story && curl -fsSL https://raw.githubusercontent.com/railima/claude-personal-skills/HEAD/commands/close-story.md -o ~/.claude/skills/railima-claude-personal-skills-close-story/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Close Story does


name: close-story description: Close a finished ticket by reconstructing its reasoning from memory, drawing it by hand, and defending it under questioning. argument-hint: '[ticket id] [--lang ] (id optional — inferred from the branch)'

Invoke the `close-story` skill. Pass through any arguments the user supplied — if they typed `/close-story `, that id is the explicit argument; if they typed `/close-story` with no args, the skill infers the ticket from the current branch.

Use

Alternatives in Development

  • Ensue Skill — A persistent knowledge tree that grows with you - what you learn today enriches tomorrow's reasoning 411 ★
  • Mythos Router — The leaked Anthropic reasoning protocol 294 ★
  • Auto Continue — You are the auto-continue gate for Omux's Main Agent 94 ★

Full documentation available on GitHub

View Source Repository