tugrakaymakcioglu

TimmyTest — Testing skill for Claude Code

Testing community

Local test runner for vibe coding and AI coding agents.

How to install TimmyTest

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tugrakaymakcioglu/TimmyTest and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What TimmyTest does

Local test runner for vibe coding and AI coding agents. Run tests, find likely test gaps, and hand concise failure reports to Claude Code, Codex or Cursor.

Alternatives in Testing

  • Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
  • Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★

README

TimmyTest — Zero-Token Test Runner & AST Gap Analyzer for AI coding agents

⚡ TimmyTest

Zero-Token Test Runner • AST Test Gap Analyzer • AI Agent Prompt Generator • MCP Server

**English** · [Türkçe](README.tr.md) · [中文](README.zh-CN.md)

[![Python](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue?logo=python&logoColor=white)](https://www.python.org/) [![CI](https://github.com/tugrakaymakcioglu/TimmyTest/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tugrakaymakcioglu/TimmyTest/actions/workflows/ci.yml) [![Tests](https://img.shields.io/badge/tests-213%20passing-brightgreen?logo=pytest&logoColor=white)](tests/) [![License](https://img.shields.io/badge/license-Apache--2.0-green)](LICENSE) [![MCP](https://img.shields.io/badge/MCP-protocol%20ready-purple?logo=json&logoColor=white)](#-model-context-protocol-mcp-server) [![Platforms](https://img.shields.io/badge/OS-Windows%20%7C%20macOS%20%7C%20Linux-blue?logo=windows95&logoColor=white)](#-installation)

**Give your coding agent a useful test report before it starts debugging.** TimmyTest runs your existing tests locally, identifies likely missing tests and summarizes failures in a short prompt you can hand to Claude Code, Codex or Cursor. The local scan and test run do not call an AI API; the handoff prompt still consumes tokens when you send it to an agent.

python -m pip install "git+https://github.com/tugrakaymakcioglu/TimmyTest.git@v2.0.1"
timmytest check .

Install from GitHub for now. The package is not yet available on PyPI; the `pip install timmytest` and `uvx timmytest` commands will work only after a PyPI release.

If the first run fails or the report is unclear, [open an issue](https://github.com/tugrakaymakcioglu/TimmyTest/issues/new/choose) with the command, operating system and a redacted output sample. Real project feedback will guide the next release.

[