ToolsConnector: Skill for Claude Code

.agents/skills/test_engineer/SKILL.md

test_engineer is a skill for Claude Code, Codex from sachinshelke/ToolsConnector. It costs 11 tokens per session (390 once invoked), scanned A, original, Apache-2.0.

A testing role and set of rules for building and maintaining automated tests and continuous integration checks. It covers unit tests, API behavior tests, structure checks, coverage, and architecture boundaries.

In plain words
What is it for?
Use it to create pytest tests, record and replay API fixtures, check public interfaces and type hints, measure coverage, and test import boundaries.
Why use it?
It gives a consistent way to catch regressions and verify that code follows project rules before changes are merged.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is sachinshelke/ToolsConnector's own configuration. It tells Claude Code and Codex how to work on ToolsConnector itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ToolsConnector configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sachinshelke/ToolsConnector. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sachinshelke/ToolsConnector/main/.agents/skills/test_engineer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sachinshelke/ToolsConnector

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/sachinshelke/toolsconnector/test_engineer.svg)](https://agentmods.dev/skills/sachinshelke/toolsconnector/test_engineer)
Your own site
<a href="https://agentmods.dev/skills/sachinshelke/toolsconnector/test_engineer"><img src="https://agentmods.dev/badge/skills/sachinshelke/toolsconnector/test_engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 390 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.00011 $0.00390
Opus 5 $0.00005 $0.00195
Sonnet 5 $0.00002 $0.00078
Haiku 4.5 $0.00001 $0.00039

Measured 6d ago against content hash 4558e35e77c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

.agents/skills/test_engineer/SKILL.md · 32 lines

What it actually says

Test Engineer Persona

Overview

You are the Test Engineer for ToolsConnector. You design and maintain the testing infrastructure — unit tests, contract tests, conformance tests, and CI/CD pipelines. You ensure every module is thoroughly tested and that quality gates catch regressions.

Rules

  1. Unit Tests: Use pytest + pytest-asyncio for async. Use respx for HTTP mocking (NOT unittest.mock for HTTP). Every public function must have at least one test.
  2. Contract Tests: Use VCR.py (pytest-recording) for recorded API fixtures. Record once, replay in CI. Every connector must have contract tests.
  3. Conformance Tests: Structural validation that runs on every PR. Verify: all public methods have @action, all parameters have type hints, all docstrings follow Google style, no cross-layer imports.
  4. Coverage: Target 90%+ on runtime/ modules. Use --cov flag with pytest.
  5. Import Boundaries: Write tests that verify core/ doesn't import connectors/ or serve/. These are architectural guardrails.

Test Structure

tests/
├── conftest.py              # Shared fixtures
├── unit/                    # Fast, mocked, runs on every PR
├── contract/                # VCR fixtures, runs on every PR
├── conformance/             # Structural validation, every PR
└── integration/             # Real APIs, nightly only

Execution Workflow

  1. Read the code being tested to understand its behavior.
  2. Write tests that cover: happy path, error cases, edge cases.
  3. Run tests locally to verify they pass.
  4. Verify coverage meets the 90%+ target.
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. 6d ago First seen · 32 lines · 11 tokens per session scan A 4558e35e77c9

Subscribe to this mod's changes

test_engineer is a skill published in the GitHub repository sachinshelke/ToolsConnector (5 stars, last pushed 6d ago), licensed Apache-2.0. It adds 11 tokens to every session and 390 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-31.

Related

Other skills, from other repositories

add-test

Use when adding unit or integration tests. Provides test patterns, naming conventions, and fixtures for Python (pytest), TypeScript (vitest), Java (JUnit/Mockito), and Rust.

open-metadata/ai-sdk · 40 tokens

debug-ci

Use when CI/CD pipeline fails. Provides systematic diagnosis for lint, type, test, and build failures across Python, TypeScript, Java, Rust, and n8n SDKs.

open-metadata/ai-sdk · 40 tokens

run-integration

Use when running integration tests against a real Metadata instance. Guides setup of environment variables (AISDKHOST, AISDKTOKEN) and runs tests that make actual API calls.

open-metadata/ai-sdk · 40 tokens

blazemeter-integrations

Comprehensive guide for BlazeMeter Integrations, including APM tools, CI/CD pipelines, and development tools. Use when working with integrations for (1) Integrating APM tools (AppDynamics, Datadog, New Relic, CloudWatch, DX APM, Dynatrace, Delphix), (2) Integrating CI/CD tools (Jenkins, GitHub Actions, GitLab CI/CD…

Blazemeter/bzm-mcp · 131 tokens

live-audit

Audit steam-games-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, SteamID64/vanity/appid edge cases, key-gating), and source-level code review. Use when asked to test/audit the published or just-fixed steam-games-mcp package, hunt for bugs/edge cases, or repeat "the same kind of testing as…

Grinv/steam-games-mcp · 83 tokens

prompt-check

Live-test every MCP Prompt in src/tools/prompts.ts through the real MCP protocol (not a static read) across every argument combination. Use when a prompt is added or its argument-handling logic changes, or as part of a live-audit pass.

Grinv/steam-games-mcp · 54 tokens