gh-link

gh-link is a skill for Claude Code from toonight/StoryForge. It costs 47 tokens per session (315 once invoked), scanned A, original, MIT.

A link between a StoryForge story and a GitHub Issue or Pull Request, where GitHub is a service for tracking code changes and tasks.

In plain words
What is it for?
Use it to add an issue or pull-request reference to a story and optionally comment on the GitHub issue with the story's status and acceptance criteria.
Why use it?
It keeps project planning records connected to the GitHub work they describe.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Good fit Use it to add an issue or pull-request reference to a story and optionally comment on the GitHub issue with the story's status and acceptance criteria.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toonight/storyforge/gh-link
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add toonight/StoryForge --skill gh-link
Clone the repo
git clone --depth 1 https://github.com/toonight/StoryForge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gh-link

README.md
[![agentmods](https://agentmods.dev/badge/skills/toonight/storyforge/gh-link.svg)](https://agentmods.dev/skills/toonight/storyforge/gh-link)
Your own site
<a href="https://agentmods.dev/skills/toonight/storyforge/gh-link"><img src="https://agentmods.dev/badge/skills/toonight/storyforge/gh-link.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00315
Opus 5 $0.00023 $0.00158
Sonnet 5 $0.00009 $0.00063
Haiku 4.5 $0.00005 $0.00032

Measured 7d ago against content hash fd264e259bfa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gh-link scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/project/.claude/skills/gh-link/SKILL.md · 45 lines

What it actually says

Link a StoryForge story to a GitHub Issue or Pull Request.

Instructions

Parse the arguments: $ARGUMENTS

Expected format: STORY-NNN #issue or STORY-NNN PR #pr

Step 1: Validate

  1. Find the story file at .kanban/stories/$ARGUMENTS[0].md
  2. If it doesn't exist, list available stories and ask the user

Step 2: Update Story

Edit the story file's **GitHub** field:

  • For issues: #123
  • For PRs: PR #456
  • For both: #123, PR #456

Step 3: Add GitHub Comment (optional)

If 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"

Step 4: Confirm

Report what was linked and suggest next steps.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 45 lines · 47 tokens per session scan A fd264e259bfa

Subscribe to this mod's changes

gh-link is a skill published in the GitHub repository toonight/StoryForge (5 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 315 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.