By avansaber
Auto-generates and runs tests (happy path, edge case, failure mode) whenever a file is edited, plus adversarial hunt tests from 15 threat categories. Triages failures into bug, wrong test, flaky, or environment issue.
Run an adversarial pass on `$ARGUMENTS` -- explicitly try to break the source code.
Pause tailtest for this session.
Resume tailtest for this session.
Show a summary of this tailtest session.
Generate or update tests for $ARGUMENTS.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
depthsimple | standard | thorough
${user_config.depth}You build. Claude builds. tailtest makes sure it works.
tailtest is the open-source AI software testing layer for Claude Code. It runs inside the build loop: every time Claude edits a file, tailtest queues the file, generates production-shaped scenarios using the R1-R15 rule layer, runs them with your existing test runner (pytest, jest, go test, etc.), and surfaces failures back to Claude within the same turn. Hook-based. Deterministic. No prompting required.
Open source (MIT), no telemetry, no SaaS account. Includes adversarial mode (R15) that biases scenario generation toward 8 breakage categories -- the mode we've used to find 16 real bugs across 47 open-source Python repositories.
Read more on tailtest.com · Platform overview · Agent-edit testing deep dive · Full docs
claude plugin marketplace add avansaber/tailtest
claude plugin install tailtest@avansaber-tailtest
Restart Claude Code after install. No other setup required.
claude plugin marketplace update avansaber-tailtest
claude plugin update tailtest@avansaber-tailtest
claude plugin remove tailtest@avansaber-tailtest
After any Claude-written file lands in your project:
tailtest: N scenarios -- all passed. Fail: one line surfaced, "want me to fix this?"Python, TypeScript, JavaScript, Go, Ruby, PHP, Java, Kotlin, C#, Rust
Runners are auto-detected from pyproject.toml, package.json, go.mod, build.gradle.kts, *.csproj, *.sln, and other standard manifests.
Create .tailtest/config.json in your project root to control depth:
{ "depth": "standard" }
Options: simple (2-3 scenarios), standard (5-8, default), thorough (10-15).
See tailtest.com/docs/config for all options.
Same R1-R15 rule layer, same adversarial test mode, different host integration. This repo is the Claude Code variant.
See tailtest.com/demo/claude-code for a live walkthrough of this variant, or tailtest.com/comparison for a feature matrix across all four.
MIT
npx claudepluginhub avansaber/tailtest --plugin tailtestComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification