write-tests

write-tests is a skill for Claude Code, Codex from NeoLabHQ/context-engineering-kit. It costs 50 tokens per session (1,773 once invoked), scanned A, original, GPL-3.0.

A skill that creates missing automated tests for recent local code changes.

In plain words
What is it for?
Generating test files for uncommitted changes, untracked changes, or the latest commit.
Why use it?
It helps catch regressions by adding tests for code that changed without adequate coverage.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

not rated 1.7krepo +141 14d ago A scan Socket: passSnyk: passSkillSpector: pass 50 tokens GPL-3.0

Good fit Generating test files for uncommitted changes, untracked changes, or the latest commit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neolabhq/context-engineering-kit/write-tests
About the project

Context Engineering Kit is a collection of skills, agents, hooks, instructions, commands, and plugins that shape how coding agents use context and carry out development work. It is for developers using Claude Code and other supported coding agents who want more predictable results. The catalogue entries are components from this collection.

NeoLabHQ/context-engineering-kit · 1,682 stars · on GitHub · neolab.gitbook.io

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 NeoLabHQ/context-engineering-kit --skill write-tests
Clone the repo
git clone --depth 1 https://github.com/NeoLabHQ/context-engineering-kit

Made for: Claude Code, Codex.

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 write-tests

README.md
[![agentmods](https://agentmods.dev/badge/skills/neolabhq/context-engineering-kit/write-tests/github.svg)](https://agentmods.dev/skills/neolabhq/context-engineering-kit/write-tests)
Your own site
<a href="https://agentmods.dev/skills/neolabhq/context-engineering-kit/write-tests"><img src="https://agentmods.dev/badge/skills/neolabhq/context-engineering-kit/write-tests/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 write-tests

Your own site · 80×15
<a href="https://agentmods.dev/skills/neolabhq/context-engineering-kit/write-tests"><img src="https://agentmods.dev/badge/skills/neolabhq/context-engineering-kit/write-tests.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,773 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. Third-party audits
  • Socket pass 23 Apr 2026
  • Snyk pass 23 Apr 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00050 $0.01773
Opus 5 $0.00025 $0.00886
Sonnet 5 $0.00010 $0.00355
Haiku 4.5 $0.00005 $0.00177

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

Security

Grade A, and why

write-tests 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.

antigravity/skills/write-tests/SKILL.md · 214 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 7d ago First seen · 214 lines · 50 tokens per session scan A 027b51c8b448

Subscribe to this mod's changes

write-tests is a skill published in the GitHub repository NeoLabHQ/context-engineering-kit (1,682 stars, last pushed 14d ago), licensed GPL-3.0. It adds 50 tokens to every session and 1,773 once invoked, about $0.0003 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

character-animation-qa

Review local character animation with schema checks, Playwright browser previews, frame sampling, and FFmpeg/ffprobe final output checks.

calesthio/OpenMontage · 31 tokens

front-vitest

Depth for Vitest tests of front- React 19 SPAs when DOM, RTL, TanStack Query hooks, or TanStack Router route-tree tests are needed. USE WHEN: adding jsdom or testing-library, writing tsx render or renderHook tests, testing createMemoryHistory plus RouterProvider, Suspense UI, or React 19 act fixtures. DO NOT USE WHEN…

louisbrulenaudet/monorepo-template · 102 tokens

review-vitest

Vitest review (@repo/vitest-config node/workers presets, Cloudflare Vitest pool, testing split) against current official Vitest and Cloudflare best practices. USE WHEN: user runs /review-vitest or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

louisbrulenaudet/monorepo-template · 70 tokens

Agent Evaluation Framework Builder

Designs an eval suite for an LLM agent or pipeline including success metrics, trajectory scoring, LLM-as-judge setup, and regression test cases.

Notysoty/openagentskills · 36 tokens

Edge Case Discovery

Systematically identifies edge cases and boundary conditions for any function, API, or user flow.

Notysoty/openagentskills · 22 tokens

Flaky Test Analyzer

Diagnoses why tests pass inconsistently and suggests fixes for timing, ordering, and state isolation issues.

Notysoty/openagentskills · 25 tokens