Test Engineer

Test Engineer is a skill for Claude Code, Codex from Tariux/AI-Skills-Not-Awesome. It costs 24 tokens per session (272 once invoked), scanned A, original, no licence file.

A coding skill that creates or completes a medium-sized test suite. It covers unit tests, component tests, and important end-to-end user flows.

In plain words
What is it for?
Adding unit, component, and critical end-to-end tests to a project.
Why use it?
It helps fill gaps in project testing across individual pieces, combined components, and critical workflows. Tighter test coverage makes it easier to detect regressions in those areas.

Skill for Claude CodeCodex

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

Good fit Adding unit, component, and critical end-to-end tests to a project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tariux/ai-skills-not-awesome/test-writing
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 Tariux/AI-Skills-Not-Awesome --skill test-writing
Clone the repo
git clone --depth 1 https://github.com/Tariux/AI-Skills-Not-Awesome

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 Test Engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tariux/ai-skills-not-awesome/test-writing/github.svg)](https://agentmods.dev/skills/tariux/ai-skills-not-awesome/test-writing)
Your own site
<a href="https://agentmods.dev/skills/tariux/ai-skills-not-awesome/test-writing"><img src="https://agentmods.dev/badge/skills/tariux/ai-skills-not-awesome/test-writing/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 Test Engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/tariux/ai-skills-not-awesome/test-writing"><img src="https://agentmods.dev/badge/skills/tariux/ai-skills-not-awesome/test-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 272 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 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.00024 $0.00272
Opus 5 $0.00012 $0.00136
Sonnet 5 $0.00005 $0.00054
Haiku 4.5 $0.00002 $0.00027

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

Security

Grade A, and why

Test Engineer 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 12d 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.

skills/test-writing/SKILL.md · 25 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. 12d ago First seen · 25 lines · 24 tokens per session scan A 1d1d5a3d407c

Subscribe to this mod's changes

Test Engineer is a skill published in the GitHub repository Tariux/AI-Skills-Not-Awesome (45 stars, last pushed 1mo ago), with no licence file. It adds 24 tokens to every session and 272 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

test-generator

Generate comprehensive unit, integration, and end-to-end tests. Use when adding test coverage, writing tests for new features, or improving existing test suites.

asgarovf/locusai · 33 tokens

testing-expert

Expert-level software testing with unit tests, integration tests, E2E tests, TDD/BDD, and testing best practices. Use when the user mentions TDD, BDD, unit tests, integration tests, or end-to-end tests, or when the task involves Testing Fundamentals, Unit Testing, Integration Testing, or End-to-End Testing.

personamanagmentlayer/pcl · 73 tokens

testing-strategy

Testing Strategy (TDD, BDD, QA): Expert guide for test-driven development, behavior-driven development, unit testing, integration testing, E2E testing, and QA processes. Use whenever the user wants to write tests, set up a testing strategy, implement TDD/BDD, create test plans, review test coverage, or mentions…

camilooscargbaptista/cto-toolkit · 161 tokens

backend/testing-guide

A guide for writing backend tests: small unit tests, tests that check connected parts such as an API and database, and end-to-end tests that follow a complete user flow.

echoVic/boss-skill · 30 tokens

qa/test-strategy

A testing strategy based on the testing pyramid: many small unit tests, fewer integration tests, and a smaller set of end-to-end tests that follow real user journeys. It also defines checks for security, boundaries, permissions, and business consistency.

echoVic/boss-skill · 33 tokens

testing-patterns

Testing strategy: pyramid, AAA, mocks/fakes/stubs, flaky tests, coverage. Triggers: test, fixture, mock, stub, e2e, TDD, Playwright, Cypress, flaky, coverage, property-based.

softspark/ai-toolkit · 52 tokens