test-next-release

test-next-release is a skill for Claude Code, Codex from normalled/apijack. It costs 34 tokens per session (1,032 once invoked), scanned A, original, no licence file.

A release-checking skill that tests a new version of the @next package against a pet store example application.

In plain words
What is it for?
Use it to smoke-test the next npm release with global installation, session authentication, and full CRUD verification.
Why use it?
It checks whether the release can be installed and whether login and basic create, read, update, and delete operations work from start to finish.

Skill for Claude CodeCodex

Part of the apijack plugin — 12 skills, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/normalled/apijack/test-next-release
Any agent
npx skills add normalled/apijack --skill test-next-release
Clone the repo
git clone --depth 1 https://github.com/normalled/apijack

Made for: Claude Code, Codex.

Or install apijack, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

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 test-next-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/normalled/apijack/test-next-release.svg)](https://agentmods.dev/skills/normalled/apijack/test-next-release)
Your own site
<a href="https://agentmods.dev/skills/normalled/apijack/test-next-release"><img src="https://agentmods.dev/badge/skills/normalled/apijack/test-next-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00034 $0.01032
Opus 5 $0.00017 $0.00516
Sonnet 5 $0.00007 $0.00206
Haiku 4.5 $0.00003 $0.00103

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

Security

Grade A, and why

test-next-release scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/install-next.sh, scripts/seed-smoke-routine.sh, scripts/setup-petstore.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

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

### 8. Test curl output (verify headers)
.claude/skills/test-next-release/SKILL.md · 148 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

Files

What ships with it

5 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 · 148 lines · 34 tokens per session scan A 5c83cecf30f2

Subscribe to this mod's changes

test-next-release is a skill published in the GitHub repository normalled/apijack (7 stars, last pushed 10d ago), with no licence file. It adds 34 tokens to every session and 1,032 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

quinn

Proves the system works by writing and executing comprehensive test suites.

sickn33/agentic-awesome-skills · 16 tokens

tests

Write clear, maintainable Vitest and Playwright tests with precise assertions, consistent structure, and strong behavioral coverage.

scalar/scalar · 25 tokens

write-release-notes

Generate engaging, high-energy release notes for a given version tag. Fetches the release from GitHub, retrieves every linked PR's title and description, then synthesizes all changes into a polished, user-facing release note with an enthusiastic tone. Use when the user asks to write, generate, or create release notes…

tailcallhq/forgecode · 105 tokens

release-sample-sweep

Run the pre-release end-to-end sweep of every user-facing surface — the 33 samples under samples/ (booted from their packaged artifacts and driven in a real browser via chrome-devtools MCP), the Expo/React Native client, and the atmosphere CLI. Use before cutting a release, and after any change to the Console bundle…

Atmosphere/atmosphere · 143 tokens

release-notes

Generate GitHub release notes for the Membrane api-gateway repo by collecting the commits between the last release and master, grouping them into Features / Improvements / Fixes / Security / Dependencies, and linking each to its PR. Use whenever the user wants to draft, extract, or write release notes / a changelog /…

membrane/api-gateway · 124 tokens

smoke-test

Run smoke tests against a deployed or local app based on your git diff. Each test uses Skyvern browser tools (navigate, act, validate, screenshot) with Chrome DevTools MCP as fallback. Posts screenshot evidence as PR comments.

Skyvern-AI/skyvern · 50 tokens