bobbycode: Skill for Claude Code

.claude/skills/bobby-feature/SKILL.md

run-feature is a skill for Claude Code from ccevans/bobbycode. It costs 77 tokens per session (2,807 once invoked), scanned A, original, MIT.

A workflow guide for delivering a whole feature, or epic, across its related tickets. It plans the tickets together, then takes each through building, review, and testing on one feature branch.

In plain words
What is it for?
Use it when an epic has several child tickets that need coordinated implementation and verification.
Why use it?
It helps expose integration problems between tickets and checks that the complete feature works as a group.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

This is ccevans/bobbycode's own configuration. It tells Claude Code how to work on bobbycode itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bobbycode configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ccevans/bobbycode. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ccevans/bobbycode/main/.claude/skills/bobby-feature/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ccevans/bobbycode

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 run-feature

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-feature/github.svg)](https://agentmods.dev/skills/ccevans/bobbycode/bobby-feature)
Your own site
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-feature"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-feature/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 run-feature

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-feature"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-feature.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,807 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.00077 $0.02807
Opus 5 $0.00039 $0.01404
Sonnet 5 $0.00015 $0.00561
Haiku 4.5 $0.00008 $0.00281

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

Security

Grade A, and why

run-feature 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 5d 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.

.claude/skills/bobby-feature/SKILL.md · 200 lines

How it starts

The opening of the file, as written. The whole thing — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bobby Feature Skill

Orchestrates a full feature (epic) across all its child tickets on a single branch. First plans ALL tickets holistically so each plan benefits from knowing its siblings, then builds/reviews/tests each sequentially. Catches integration issues between tickets and verifies the whole feature works before shipping.

Before Starting

  1. Epic selection — If an epic ID was provided as an argument, use it. Otherwise, discover and present epics: a) Run bobby ticket list and identify tickets with type: epic b) For each epic, count children and summarize their stages c) Present the results:

    Available Epics:

    Epic Title Children Status
    ... ... N tickets stage summary

    d) Ask the user which epic to work on e) Wait for the user's response before proceeding. Do not auto-select.

  2. Validate epic — Read .bobby/tickets/{ID}*/ticket.md and confirm type: epic. If not an epic, tell the user.

  3. Gather children — Run bobby ticket list --epic {ID} to find all child tickets. If no children exist, tell the user: Create children with: bobby ticket create -t "..." --parent {ID}

  4. Order tickets — Sort children for processing:

    • In-progress first: Tickets further along (testing > reviewing > building > planning > backlog) go first — finish what's started
    • Then by priority: critical > high > medium > low
    • Then by ID: TKT-001 before TKT-002 as tiebreaker
  5. Present the plan — Show the user the processing order and the two-phase approach. Ask for confirmation before starting:

    Feature: {epic title} Branch: feature/{epicId}-{slug} Phase 1: Plan {N} ticket(s) holistically Phase 2: Build → Review → Test each sequentially

    Order Ticket Title Priority Current Stage
    1 ... ... ... ...
  6. Branch guard — This workflow runs in an isolated worktree, so the working directory is clean. Run git branch --show-current. If on main/master, create the feature branch: git checkout -b feature/{epicId}-{slug}. NEVER commit directly to main/master. All child ticket work goes on this single branch.

Read the full file on GitHub · 200 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 200 lines · 77 tokens per session scan A 44d0aa811809

Subscribe to this mod's changes

run-feature is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 77 tokens to every session and 2,807 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories