Test Repl banner
AlexGladkov AlexGladkov

Test Repl

Testing community

Description

--- description: Run a REPL test scenario against the claude-in-mobile REPL plugin (python/node/bash/...). --- # /test-repl — REPL Test Harness Drive an interactive REPL (python, node, ghci, bash, custom CLI) through the claude-in-mobile REPL plugin and verify a scripted scenario end-to-end. This skill is a thin orchestration prompt — the actual work happens in the MCP tools the REPL plugin exposes (`repl_spawn`, `repl_send`, `repl_key`, `repl_expect`, `repl_snapshot`, `repl_list`, `repl_kill

Installation

Installs to ~/.claude/commands/alexgladkov-claude-in-mobile-test-repl.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/AlexGladkov/claude-in-mobile/HEAD/.claude/commands/test-repl.md -o ~/.claude/commands/alexgladkov-claude-in-mobile-test-repl.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository