ship-to-test

ship-to-test is a command for Claude Code from lkangd/skills. It costs 26 tokens per session (2,947 once invoked), scanned B, original, no licence file.

A command for moving code from development branches into a test environment. It commits and pushes changes, opens and merges a merge request, then deploys the branch to testing.

In plain words
What is it for?
Use it to send changes from dev-f to f or from dev-bg to bg, merge the resulting merge request, and deploy that branch to test.
Why use it?
It groups the repeated steps of getting a change reviewed, merged, and available for testing.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the my-workflows plugin — 4 commands shipped together

Good fit Use it to send changes from dev-f to f or from dev-bg to bg, merge the resulting merge request, and deploy that branch to test.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/lkangd/skills/ship-to-test
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.

Clone the repo
git clone --depth 1 https://github.com/lkangd/skills

Made for: Claude Code.

Or install my-workflows, the plugin that ships this one along with the rest of its 4 commands.

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 ship-to-test

README.md
[![agentmods](https://agentmods.dev/badge/commands/lkangd/skills/ship-to-test/github.svg)](https://agentmods.dev/commands/lkangd/skills/ship-to-test)
Your own site
<a href="https://agentmods.dev/commands/lkangd/skills/ship-to-test"><img src="https://agentmods.dev/badge/commands/lkangd/skills/ship-to-test/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 ship-to-test

Your own site · 80×15
<a href="https://agentmods.dev/commands/lkangd/skills/ship-to-test"><img src="https://agentmods.dev/badge/commands/lkangd/skills/ship-to-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,947 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00026 $0.02947
Opus 5 $0.00013 $0.01473
Sonnet 5 $0.00005 $0.00589
Haiku 4.5 $0.00003 $0.00295

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

Security

Grade B, and why

ship-to-test scanned grade B with 2 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 8d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

The trailing `STATUS` line is the single source of truth. **`STATUS: OK` is the only successful outcome** — if it is absent (non-zero exit), the pipeline did NOT finish, no matter how much of the output looks fine. Never

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Bash(curl:*)
plugins/engineering/my-workflows/commands/ship-to-test.md · 84 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 84 lines · 26 tokens per session scan B a02dd10e0c3d

Subscribe to this mod's changes

ship-to-test is a command published in the GitHub repository lkangd/skills (2 stars, last pushed 4d ago), with no licence file. It adds 26 tokens to every session and 2,947 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (subtle steering, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.