HarshJudge — AI-native E2E testing orchestration for Claude Code
npx claudepluginhub huskydanny/harshjudgeAI-native E2E testing orchestration for Claude Code
AI-native E2E testing orchestration for Claude Code. Create, run, and manage end-to-end test scenarios with visual evidence capture — powered by a CLI tool and Claude Code skills.
Key design: file-system-as-database (local-first, git-friendly, no cloud dependencies).
Claude Code Skill → Bash → CLI → FileSystem
(workflow) (storage)
| Component | Description |
|---|---|
| Skill | Structured workflows that guide Claude through test creation, execution, and iteration |
| CLI | Commands for managing scenarios, runs, evidence, and dashboard lifecycle |
| Dashboard | React-based 3-column UI for browsing results with real-time file watching |
# As Claude Code plugin (recommended)
/plugin marketplace add HuskyDanny/HarshJudge
/plugin install harshjudge@harshjudge-marketplace
/reload-plugins
# Or run CLI standalone
npx @allenpan2026/harshjudge --help
npm install -g @allenpan2026/harshjudge
npx @allenpan2026/harshjudge --help
| Command | Purpose |
|---|---|
harshjudge init <name> | Initialize .harshJudge/ directory structure |
harshjudge create <slug> | Create test scenarios with structured step files |
harshjudge star <slug> | Mark/unmark scenarios as favorites |
harshjudge start <slug> | Begin a new test execution run |
harshjudge evidence <runId> | Capture screenshots, logs, DB snapshots |
harshjudge complete-step <runId> | Mark individual step as pass/fail/skipped |
harshjudge complete-run <runId> | Finalize run and update scenario statistics |
harshjudge status [slug] | Query project-wide or per-scenario status |
harshjudge discover tree [path] | Browse .harshJudge/ directory structure |
harshjudge discover search <pattern> | Search file content within .harshJudge/ |
harshjudge dashboard open | Start the dashboard UI server |
harshjudge dashboard close | Stop the dashboard server |
harshjudge dashboard status | Check if dashboard is running |
Copy the skills/harshjudge/ directory to your project:
cp -r skills/harshjudge/ .claude/skills/harshjudge/
Ask Claude: "Initialize HarshJudge in this project"
This runs harshjudge init and creates the .harshJudge/ structure with a config file, PRD template, and scenarios directory.
Use the HarshJudge skill: /harshjudge
Claude guides you through defining scenarios with steps. Each step includes:
Claude orchestrates test execution using Playwright MCP for browser automation:
Use harshjudge dashboard open to launch the visual dashboard (default port 7002):
your-project/
└── .harshJudge/
├── config.yaml # Project configuration
├── prd.md # Product requirements
├── .gitignore # Excludes large evidence files
└── scenarios/
└── login-flow/ # Example scenario
├── meta.yaml # Metadata + run statistics
├── steps/ # Individual step definitions
│ ├── 01-navigate.md
│ ├── 02-fill-form.md
│ └── 03-verify.md
└── runs/
└── {runId}/
├── result.json # Run outcome
├── step-01/
│ └── evidence/
│ ├── screenshot-before.png
│ ├── screenshot-before.meta.json
│ ├── screenshot-after.png
│ └── screenshot-after.meta.json
├── step-02/evidence/...
└── step-03/evidence/...
After installation, verify your setup:
harshjudge --help should list all commandsharshjudge init my-app in your project rootharshjudge statusClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations