بنقرة واحدة
gh-link
// Link a StoryForge story to a GitHub Issue or Pull Request. Updates the story's GitHub field and optionally adds a comment on the GitHub issue. Use when starting work that relates to a GitHub issue.
// Link a StoryForge story to a GitHub Issue or Pull Request. Updates the story's GitHub field and optionally adds a comment on the GitHub issue. Use when starting work that relates to a GitHub issue.
Display the StoryForge Kanban dashboard showing board status, features, active stories, sprint progress, and recent activity. Use to get a quick overview of project delivery state.
Update StoryForge delivery artifacts after work is completed. Updates story status, board, changelog, and captures follow-ups. Use after completing implementation work.
Plan or review a sprint by selecting Stories from Ready state into the sprint backlog. Use for sprint planning or mid-sprint reviews.
Create a new Story with structured fields including acceptance criteria, non-goals, risks, and follow-ups. Use when a new piece of work needs to be planned before implementation.
Initialize a project with StoryForge Kanban delivery structure. Creates .kanban/ directory with board, backlog, sprint, decisions, changelog, and stories directory. Use when setting up a new project for StoryForge delivery tracking.
Process an Anthropic Claude Code release or documentation change and determine its impact on StoryForge. Use when a new Claude Code version is released or docs change.
| name | gh-link |
| description | Link a StoryForge story to a GitHub Issue or Pull Request. Updates the story's GitHub field and optionally adds a comment on the GitHub issue. Use when starting work that relates to a GitHub issue. |
| argument-hint | STORY-NNN #issue-or-pr |
| disable-model-invocation | true |
Link a StoryForge story to a GitHub Issue or Pull Request.
Parse the arguments: $ARGUMENTS
Expected format: STORY-NNN #issue or STORY-NNN PR #pr
.kanban/stories/$ARGUMENTS[0].mdEdit the story file's **GitHub** field:
#123PR #456#123, PR #456If the gh CLI is available, add a comment on the GitHub issue:
gh issue comment $1 --body "Linked to StoryForge $ARGUMENTS[0]
**Status**: (current status)
**Feature**: (feature name)
**Acceptance Criteria**: N items"
Report what was linked and suggest next steps.