theelims

6 mods across 1 repository, 2 stars between them.

uat-agents

02

theelims/license-to-code

Plugin Claude Code

User Acceptance Testing workflow for web apps via Chrome DevTools MCP. Includes a setup skill for WSL2, a planning skill with auto-review, a tester skill with resume/abort semantics, and a structured bug-report format that hands off to a debugging agent.

2 4mo ago A tokens not measured original MIT

uat-plan-reviewer

03

theelims/license-to-code

Agent

Reviews a UAT test plan for internal consistency, unmet preconditions, contradictory expectations, coverage gaps, and ordering quality. Use proactively after a UAT plan is drafted, and on demand when a plan is hand-edited. Returns structured findings in BLOCKER/WARNING/SUGGESTION tiers.

2 4mo ago A 64 tokens original MIT

plan

04

theelims/license-to-code

Skill Claude CodeCodex

Author a UAT test plan from authoritative documents through Q&A, or re-validate an existing plan (if user supplies a session slug). Auto-invokes the reviewer subagent. Produces a markdown manifest with embedded session state; does not execute tests or modify application code. Use when the user explicitly invokes this…

2 4mo ago A 67 tokens original MIT

setup

05

theelims/license-to-code

Skill Claude CodeCodex

One-time project setup for uat-agents on WSL2. Checks Node ≥20.19, writes the chrome-devtools MCP server entry into .mcp.json, copies the chrome-debug helper script to ./tools/, and walks the user through the two manual Windows-side steps. Run once per project before using /uat-agents:test.

2 4mo ago C 71 tokens original MIT

test

06

theelims/license-to-code

Skill Claude CodeCodex

Execute an approved UAT test plan via the Chrome DevTools MCP server. Logs structured bug reports, supports resume/restart/reverify/subset modes, and aborts cleanly on critical bugs that block further testing. Use only when the user explicitly invokes this skill against an approved plan.

2 4mo ago A 59 tokens original MIT