manual-testing

manual-testing is a skill for Claude Code, Codex from travisennis/acai. It costs 43 tokens per session (1,464 once invoked), scanned A, original, MIT.

A hands-on testing workflow for the acai command-line application. It runs the app in a terminal session, sends input to its interactive prompt, and checks the screen, logs, and saved sessions.

In plain words
What is it for?
Use it after implementing an acai feature to test the interactive prompt and confirm the expected internal activity.
Why use it?
It verifies that a feature works through the whole application instead of only checking individual code paths.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/travisennis/acai/manual-testing
Any agent
npx skills add travisennis/acai --skill manual-testing
Clone the repo
git clone --depth 1 https://github.com/travisennis/acai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for manual-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/travisennis/acai/manual-testing.svg)](https://agentmods.dev/skills/travisennis/acai/manual-testing)
Your own site
<a href="https://agentmods.dev/skills/travisennis/acai/manual-testing"><img src="https://agentmods.dev/badge/skills/travisennis/acai/manual-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,464 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.01464
Opus 5 $0.00022 $0.00732
Sonnet 5 $0.00009 $0.00293
Haiku 4.5 $0.00004 $0.00146

Measured 5d ago against content hash 60cc70e26d82, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

manual-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/manual-testing/SKILL.md · 183 lines

How it starts

The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manual Testing

Run the acai REPL in a tmux session and interact with it to verify features work correctly. Inspect application logs and session files to confirm internal behavior.

Quick Reference

  • Start session: tmux new-session -d -s acai-test "node source/index.ts"
  • Send text: tmux send-keys -t acai-test -l "your prompt"
  • Submit (Shift+Enter): tmux send-keys -t acai-test Escape "[13;2u"
  • Send Shift+Tab: tmux send-keys -t acai-test Escape "[9;2u"
  • Send Ctrl+N: tmux send-keys -t acai-test C-n
  • Send Ctrl+O: tmux send-keys -t acai-test C-o
  • Send Escape: tmux send-keys -t acai-test Escape
  • Read screen: tmux capture-pane -t acai-test -p -S -100
  • Kill session: tmux kill-session -t acai-test

Workflow

1. Start the App

tmux kill-session -t acai-test 2>/dev/null
tmux new-session -d -s acai-test "node source/index.ts"
sleep 2

Wait for the welcome screen to appear before interacting:

tmux capture-pane -t acai-test -p -S -50

Confirm you see the welcome message and the editor prompt.

2. Interact with the REPL

Type text into the editor:

tmux send-keys -t acai-test -l "hello, what mode are you in?"

Submit with Shift+Enter (kitty keyboard protocol):

tmux send-keys -t acai-test Escape "[13;2u"

Wait for the agent to respond, then read the output:

sleep 5
tmux capture-pane -t acai-test -p -S -100

For longer agent runs, poll until the agent finishes (the editor prompt reappears):

for i in $(seq 1 30); do
  output=$(tmux capture-pane -t acai-test -p -S -5)
  if echo "$output" | grep -q "›"; then
    break
  fi
  sleep 2
done
tmux capture-pane -t acai-test -p -S -100

3. Send Keyboard Shortcuts

Use tmux send-keys for special keys:

Action Command
Shift+Tab tmux send-keys -t acai-test Escape "[9;2u"
Ctrl+N (new chat) tmux send-keys -t acai-test C-n
Ctrl+O (verbose) tmux send-keys -t acai-test C-o
Escape (interrupt) tmux send-keys -t acai-test Escape
Enter tmux send-keys -t acai-test Enter
Tab tmux send-keys -t acai-test Tab

Read the full file on GitHub · 183 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 183 lines · 43 tokens per session scan A 60cc70e26d82

Subscribe to this mod's changes

manual-testing is a skill published in the GitHub repository travisennis/acai (5 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 1,464 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

run-integration-tests

Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload.

dotnet/maui · 35 tokens

cli-e2e-testcase-writer

Use when adding or updating Go CLI E2E coverage for one tests/clie2e/{domain} domain of the compiled lark-cli, especially when the work requires live --help or schema exploration, scenario-based clie2e.RunCmd workflows, and per-domain coverage.md maintenance.

larksuite/cli · 78 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

every-app/open-seo · 35 tokens

__SKILL_ID__

This fixture verifies that skill content can be written into the target sandbox and queried back immediately.

NVIDIA/NemoClaw · 10 tokens

harness-test-writer

Add regression test cases to the Bifrost provider harness (the Postman collection run via make run-provider-harness-test) based on a merged PR or a GitHub issue. Fetches the PR/issue, traces the affected wire path in the codebase, checks existing harness coverage, designs cases following harness conventions, inserts…

maximhq/bifrost · 133 tokens