differential-fuzzer

Automate bug detection in Turso by comparing results with SQLite.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill differential-fuzzer-ammonfife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: differential-fuzzer
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/turso-differential-fuzzer
Command: npx skills add https://github.com/ammonfife/sakima.co --skill differential-fuzzer-ammonfife

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the detection of bugs in Turso by comparing its results against SQLite for SQL statement correctness.

Core Features & Use Cases

  • Bug Detection: Identifies correctness bugs in Turso by comparing results with SQLite.
  • Cross-Platform: Supports Claude Code, OpenClaw, Gemini, and Codex platforms.
  • Continuous Fuzzing: Offers loop mode for continuous testing with random seeds.
  • Docker Support: Can be run in Docker for CI/production environments.

Quick Start

Run the differential fuzzer with the command: cargo run --bin differential_fuzzer

Frequently Asked Questions about differential-fuzzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bug detection in Turso SQL databases?

Automate bug detection in Turso by running a differential fuzzer that executes SQL statements and compares the results against SQLite to identify correctness discrepancies.

How does differential fuzzing work for SQL correctness?

Differential fuzzing for SQL correctness works by feeding random SQL statements to both Turso and SQLite, then comparing their execution results to pinpoint behavioral divergences.

What do I need to run continuous fuzzing for Turso and SQLite?

To run continuous fuzzing for Turso and SQLite, you need both database environments installed and can use loop mode with random seeds for ongoing automated testing.

Can I run the Turso differential fuzzer in Docker for CI environments?

Yes, you can run the Turso differential fuzzer in Docker to integrate continuous bug detection into your CI or production environments.

Does the differential fuzzer support platforms like Claude Code, Gemini, and Codex?

The differential fuzzer supports cross-platform integration, allowing bug detection automation across Claude Code, OpenClaw, Gemini, and Codex platforms.