kennethghkim

Environment Setup — Testing skill for Claude Code

Testing community

Dependency doctor for the simpleharness harness — checks pwsh / gh / ripgrep / ast-grep / python / node, installs only what is missing (winget on Windows), sets up the Playwright browser, and reports.

How to install Environment Setup

Installs to ~/.claude/skills/kennethghkim-simpleharness-environment-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kennethghkim-simpleharness-environment-setup && curl -fsSL https://raw.githubusercontent.com/kennethghkim/simpleharness/HEAD/commands/environment-setup.md -o ~/.claude/skills/kennethghkim-simpleharness-environment-setup/SKILL.md

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

What Environment Setup does


description: Dependency doctor for the simpleharness harness — checks pwsh / gh / ripgrep / ast-grep / python / node, installs only what is missing (winget on Windows), sets up the Playwright browser, and reports a status table. Idempotent.

simpleharness environment-setup — dependency doctor

Check every dependency below, install ONLY what is missing, verify each install with a fresh command, and finish with a status table. Idempotent: re-running must be safe. Never install anything n

Alternatives in Testing

  • Claude Codepro — by Max Ritter - Professional development environment for Claude Code with spec-driven workflow, TDD enforcemen 1.6k ★
  • Mda — MDA Open Spec — a Markdown superset for agent-facing documents 615 ★
  • Test Repl — Run a REPL test scenario against the claude-in-mobile REPL plugin (python/node/bash/...) 356 ★

Full documentation available on GitHub

View Source Repository