Skip to content

Add tailtest under Core Development Skills - #146

Open
shridipavansaber wants to merge 1 commit into
GetBindu:mainfrom
shridipavansaber:add-tailtest
Open

Add tailtest under Core Development Skills#146
shridipavansaber wants to merge 1 commit into
GetBindu:mainfrom
shridipavansaber:add-tailtest

Conversation

@shridipavansaber

Copy link
Copy Markdown

Adds tailtest under Core Development Skills, in the same two-bullet format as the surrounding entries.

tailtest hooks PostToolUse so that every file Claude Code edits gets tested in the same turn: the edited file is queued, production-shaped scenarios are generated through a rule layer, they run against the project's existing test runner, and failures come back to Claude before it moves on. Nothing to invoke.

It sits alongside the verification-gate entries here rather than duplicating them: the gate entries check a change before it lands, tailtest exercises the code that was just written.

  • Adversarial generation, biased toward breakage paths rather than happy-path coverage
  • 8 languages: Python, TypeScript, JavaScript, Go, Ruby, PHP, Java, Rust
  • MIT, no telemetry
  • Bugs found and reported upstream in open-source Python repos, with maintainer-merged fixes: https://www.tailtest.com/case-studies/

Repo: https://github.com/avansaber/tailtest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant