test

pymodel/test · Agent Skill

by PyModel · single

Published · Last updated


Use when writing or reviewing tests, or when asked how to write a good single test. Encodes the per-test rules behind the "test the contract / responsibility, not the implementation" principle — name and structure one behavior per `it`, drive through the public surface, stub only true external boundaries, control time and config via documented knobs, and keep tests clear, isolated, and refactor-resilient. The same rules drive both authoring (write mode) and auditing existing tests (review mode).

SKILL.md

Related

  1. gemini-api · google bundle
    Guides usage of the Gemini API on Agent Platform with the Google Gen AI SDK, covering SDK usage (Python, JS/TS, Go, Java, C#), capabilities like multimodal inputs, tools, media generation, caching, batch prediction, and Live API.
    14.4k
    repo stars
  2. agent-designer · alirezarezvani bundle
    Design multi-agent system architectures, generate tool schemas for Anthropic and OpenAI formats, and evaluate execution logs for cost, latency, and failure bottlenecks.
    20.4k
    repo stars
  3. agenthub · alirezarezvani bundle
    Spawns multiple parallel AI agents that compete on the same task using isolated git worktrees, evaluates results, and merges the best solution.
    20.4k
    repo stars
  4. rag-architect · alirezarezvani bundle
    Design, tune, and evaluate production RAG pipelines with deterministic tools for chunking, pipeline design, and retrieval evaluation.
    20.4k
    repo stars
  5. mcp-server-builder · alirezarezvani bundle
    Design and ship production-ready MCP servers from OpenAPI contracts instead of hand-written tool wrappers. Supports Python and TypeScript, schema validation, and safe evolution.
    20.4k
    repo stars
  6. agent-platform-inference · google bundle
    Authenticates and connects to Google Cloud Agent Platform for inference with Gemini and third-party OpenMaaS models (Llama, DeepSeek, Qwen). Generates code for multiple SDKs, configures endpoints, and troubleshoots common errors.
    14.4k
    repo stars

Frequently asked questions

How do I install the test skill?

Run npx skillmds add pymodel/test in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.

What does the test skill do?

Use when writing or reviewing tests, or when asked how to write a good single test. Encodes the per-test rules behind the "test the contract / responsibility, not the implementation" principle — name and structure one behavior per `it`, drive through the public surface, stub only true external boundaries, control time and config via documented knobs, and keep tests clear, isolated, and refactor-resilient. The same rules drive both authoring (write mode) and auditing existing tests (review mode). It is listed under AI & ML on SkillMD.

Is test safe to use?

This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.

Which AI agents work with test?

This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.

Is test free to use?

Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.

Who published test?

PyModel (@pymodel) published this skill. Their other Agent Skills are listed on their SkillMD profile.