gh-implement-plan

gh-implement-plan is a skill for Claude Code from gjoranv/claude-plan-skills. It costs 41 tokens per session (491 once invoked), scanned A, original, MIT.

A workflow for implementing a plan written in a GitHub issue, where GitHub is a service for hosting code and coordinating software work.

In plain words
What is it for?
It prepares a feature branch, identifies checklist steps, researches relevant memory, implements each step, validates the work, and commits the changes.
Why use it?
It turns a written plan into tracked implementation steps and checks the issue, related comments, pull requests, and project state before coding.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It prepares a feature branch, identifies checklist steps, researches relevant memory, implements each step, validates the work, and commits the changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gjoranv/claude-plan-skills/gh-implement-plan
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 gjoranv/claude-plan-skills --skill gh-implement-plan
Clone the repo
git clone --depth 1 https://github.com/gjoranv/claude-plan-skills

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-implement-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/gjoranv/claude-plan-skills/gh-implement-plan/github.svg)](https://agentmods.dev/skills/gjoranv/claude-plan-skills/gh-implement-plan)
Your own site
<a href="https://agentmods.dev/skills/gjoranv/claude-plan-skills/gh-implement-plan"><img src="https://agentmods.dev/badge/skills/gjoranv/claude-plan-skills/gh-implement-plan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gh-implement-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/gjoranv/claude-plan-skills/gh-implement-plan"><img src="https://agentmods.dev/badge/skills/gjoranv/claude-plan-skills/gh-implement-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 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.00041 $0.00491
Opus 5 $0.00020 $0.00246
Sonnet 5 $0.00008 $0.00098
Haiku 4.5 $0.00004 $0.00049

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

Security

Grade A, and why

gh-implement-plan 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 10d 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.

gh-implement-plan/SKILL.md · 25 lines

What it actually says

Implement the plan from GitHub issue $ARGUMENTS (issue URL or owner/repo#number). If no argument is given, use the issue referenced earlier in this conversation. If no issue can be determined, ask the user.

  1. Prepare branch: If on main/master, fetch the latest and create a feature branch with a descriptive name derived from the plan issue title. If already on a feature branch, continue on it.
  2. Read the issue and identify all steps (checkboxes). Steps may be in a separate Steps comment (new format) or in the issue body (old format). Check both. Before starting implementation, think about the design: What abstractions are needed? Where should the boundaries be? Is there a simpler approach than what's described? Flag any design concerns to the user before coding.
  3. Present the steps to the user and confirm which step to start with. If a durable-memory CLI is configured, sync it here so recall in step 4 works off a fresh mirror.
  4. For each step, in order: a. If a durable-memory CLI is configured, query it with the step's distinctive terms before implementing. See the memory tool's own integration doc for mechanics. b. Implement the change. c. Stage and commit the changes with a descriptive commit message. Do not reference the issue. d. Check off the step (- [x]) on the issue. Update wherever the steps are found (Steps comment or body).
  5. After all steps are complete, present a summary of what was done for each step (files changed, key decisions). Tell the user to review the commits and push when ready.

Rules:

  • Never commit directly to main/master -- always work on a feature branch.
  • Never push to remote -- only stage and commit locally.
  • If a step is unclear or seems wrong, stop and ask the user for clarification instead of guessing.
  • If a step fails or produces unexpected results, stop and explain what happened before continuing.
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. 10d ago First seen · 25 lines · 41 tokens per session scan A a51ddd034d67

Subscribe to this mod's changes

gh-implement-plan is a skill published in the GitHub repository gjoranv/claude-plan-skills (5 stars, last pushed 9d ago), licensed MIT. It adds 41 tokens to every session and 491 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.