claude-code-test

claude-code-test is a skill for Claude Code, Codex from LoNebula/lluminai. It costs 0 tokens per session (115 once invoked), scanned A, original, MIT.

A development rule for a FastAPI and SQLite project that requires tests to run with `pytest -v`, then requires failures to be fixed and tests rerun until coverage reaches 100%. FastAPI is a Python web framework, and pytest is a Python testing tool.

In plain words
What is it for?
Use it while building or debugging this project, especially after a test failure or when checking whether all code paths are tested.
Why use it?
It gives the agent a fixed testing process and a stated target for test coverage, meaning how much of the code is exercised by tests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/lonebula/lluminai/claude-code-test
Any agent
npx skills add LoNebula/lluminai --skill claude-code-test
Clone the repo
git clone --depth 1 https://github.com/LoNebula/lluminai

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 claude-code-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/lonebula/lluminai/claude-code-test.svg)](https://agentmods.dev/skills/lonebula/lluminai/claude-code-test)
Your own site
<a href="https://agentmods.dev/skills/lonebula/lluminai/claude-code-test"><img src="https://agentmods.dev/badge/skills/lonebula/lluminai/claude-code-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 115 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00115
Opus 5 $0.00000 $0.00057
Sonnet 5 $0.00000 $0.00023
Haiku 4.5 $0.00000 $0.00012

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

Security

Grade A, and why

claude-code-test 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.

The scan reads SKILL.md. This mod also ships 9 executable files (alembic/env.py, alembic/versions/001_initial.py, app/__init__.py, …), 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.

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.

61_2026_4_1_claude_code/claude-code-test/SKILL.md · 9 lines

What it actually says

開発ルール

  • フレームワーク: FastAPIを使用すること。
  • DB: SQLiteとAlembicを使用すること。

自動テストとデバッグのスキル

テストを実行する際は !pytest -v を使用してください。 もしテストが失敗した場合は、エラー出力を読み取り、コードを修正した上で再度テストを実行し、カバレッジ100%になるまで自律的にループしてください。

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 · 9 lines · 0 tokens per session scan A e675f734d7c7

Subscribe to this mod's changes

claude-code-test is a skill published in the GitHub repository LoNebula/lluminai (5 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 115 tokens. 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-31.

Related

Other skills, from other repositories

python-idioms

Python type hints, Protocols, Pydantic, async/await, pytest, ruff, mypy strict.

irahardianto/awesome-agv · 29 tokens

cc-python-dev

Python 开发规范,适用于类型注解、验证模型、pytest 和 uv 工具链;不负责 review、debug 或运维流程。.

doccker/cc-use-exp · 35 tokens

python-pro

Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns…

PIXARTSeu/Synapse · 83 tokens

temporal-python-testing

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

wshobson/agents · 45 tokens

testing-python

Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.

PrefectHQ/fastmcp · 45 tokens

python-playground

Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.

pydantic/monty · 44 tokens