verifier-cli

Execute predefined verification plans for Claude Code CLI in Tmux sessions.

3|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/sobird/claude-code --skill verifier-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier-cli
Source: https://github.com/sobird/claude-code/tree/main/.claude/skills/verifier-cli
Command: npx skills add https://github.com/sobird/claude-code --skill verifier-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify the Claude Code CLI workflow by executing a predefined verification plan against the CLI in a Tmux session.

Core Features & Use Cases

  • Provides deterministic, repeatable CLI verification using a structured plan and Tmux sessions.
  • Validates CLI behavior, outputs PASS/FAIL per step, and surfaces actionable results for regression testing.
  • Use Case: Run the verification plan after each code change to ensure the CLI starts correctly and responds to typical commands.

Quick Start

Start the verification by launching the CLI in a Tmux session and following the verification plan steps.

Frequently Asked Questions about verifier-cli

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

FAQPage Schema
How do I run deterministic CLI verification tests using Tmux sessions?

Deterministic CLI verification executes a predefined testing plan within Tmux sessions to ensure repeatable results, reporting each step as PASS or FAIL before performing environment cleanup.

Can I automate regression testing for a TypeScript CLI after code changes?

Regression testing for a TypeScript CLI automates validation by running a verification plan against code changes, surfacing actionable PASS or FAIL results to confirm typical commands respond correctly.

What is a Tmux-based verification plan for CLI testing?

A Tmux-based verification plan launches the CLI in an isolated Tmux session to execute structured testing steps deterministically, ensuring the environment is reset after results are reported.

Does Claude Code CLI testing require a Bun runtime environment?

Claude Code CLI testing operates within a TypeScript and Bun-based CLI environment, requiring Bun to execute the predefined verification plan and manage the Tmux session lifecycle.

Why does my CLI verification fail to produce repeatable test results?

CLI verification lacks repeatable test results when not executed within isolated Tmux sessions, which this approach uses to guarantee deterministic checks and reset the environment after each run.