Getting Started

ReadyCheck is a Claude Code plugin for macOS that makes debugging faster by capturing everything that happens while your app runs — screen recording, voice narration, and function-level traces — into a single synchronized session bundle. When something goes wrong, you have evidence, not guesses.

Quick Start

Install ReadyCheck as a Claude Code plugin:

claude plugin marketplace add readycheck-dev/skills
claude plugin install readycheck@readycheck

Then run your app with full capture and automatic analysis:

/check Run my app

ReadyCheck builds your app, launches it with tracing enabled, captures all three tracks simultaneously, and analyzes the session when you’re done.

What Gets Captured

Every session records three synchronized tracks:

TrackWhat it capturesWhy it matters
ScreenFrame-by-frame recordingSee exactly what the user saw
VoiceAudio narration + transcriptUnderstand what the user intended
TracesFunction calls with sub-μs precisionKnow what the code actually did

Documentation

Skills

SkillDescription
/check — Build, Run, Capture, AnalyzeBuild and launch your app with full tracing, then automatically analyze the session.
/analyze — Evidence-Based DiagnosisAnalyze a captured session using voice-first correlation across all three tracks.
/doctor — System Health CheckVerify all ReadyCheck dependencies and system requirements.

Commands

CommandDescription
ada captureStart a capture session, launching your app with full tracing enabled.
ada queryQuery captured session data — traces, transcripts, screenshots, and metadata.
ada sessionList and resolve captured session bundles.
ada doctorVerify ReadyCheck dependencies from the CLI.
ada traceLow-level trace management for advanced workflows.
ada symbolsSymbol resolution and dSYM management.
ada analysisManage analysis sessions.

Concepts

PageDescription
SessionsUnderstanding ReadyCheck session bundles.
The Three TracksUnderstanding ReadyCheck’s three synchronized capture tracks.

Developers

The Developers section covers the CLI reference, data formats, building from source, and contributing to ReadyCheck.