๐ŸŽฏ

testing

๐ŸŽฏSkill

from tursodatabase/turso

VibeIndex|
What it does
|

Turso database testing guide skill covering .sqltest, TCL, Rust integration, and fuzz testing types with guidance on when to use each, and .test to .sqltest conversion

๐Ÿ“ฆ

Same repository

tursodatabase/turso(10 items)

testing

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add tursodatabase/turso --skill testing
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add tursodatabase/turso --skill testing
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/testing/SKILL.md

SKILL.md

139Installs
-
AddedFeb 4, 2026

More from this repository9

๐ŸŽฏ
code-quality๐ŸŽฏSkill

Code quality skill for Turso's production database with correctness-first Rust patterns, exhaustive error handling, invariant assertions, and rules against workarounds or quick hacks

๐ŸŽฏ
index-knowledge๐ŸŽฏSkill

Generates hierarchical AGENTS.md documentation for a codebase, creating root and complexity-scored subdirectory knowledge bases.

๐ŸŽฏ
debugging๐ŸŽฏSkill

Turso database debugging skill covering bytecode comparison with SQLite, manual query inspection, logging, ThreadSanitizer, deterministic simulation, and corruption analysis

๐ŸŽฏ
async-io-model๐ŸŽฏSkill

Turso database async I/O model skill covering cooperative yielding with explicit state machines, IOResult patterns, CompletionGroup usage, and re-entrancy pitfalls

๐ŸŽฏ
transaction-correctness๐ŸŽฏSkill

Validates transaction integrity in Turso by managing write-ahead logging, concurrency control, and atomic read/write operations with robust checkpoint and recovery mechanisms.

๐ŸŽฏ
differential-fuzzer๐ŸŽฏSkill

An in-process SQL database compatible with SQLite, available as a Rust crate, npm package, Python library, and Java library for embedded database use cases.

๐ŸŽฏ
pr-workflow๐ŸŽฏSkill

Establishes comprehensive guidelines for creating clean, focused, and secure pull requests with best practices for commits, testing, and dependency management.

๐ŸŽฏ
storage-format๐ŸŽฏSkill

An in-process SQL database compatible with SQLite, available as a Rust crate, npm package, Python library, and Java library for embedded database use cases.

๐ŸŽฏ
mvcc๐ŸŽฏSkill

An in-process SQL database compatible with SQLite, available as a Rust crate, npm package, Python library, and Java library for embedded database use cases.