user-tester
01Agent Claude Code
Usability test agent that navigates a web app as a specific persona using Chrome browser tools. Launch with: claude --chrome --agent user-tester.
Agent Claude Code
Usability test agent that navigates a web app as a specific persona using Chrome browser tools. Launch with: claude --chrome --agent user-tester.
Hook Claude Code
Runs before the agent uses a tool for mcp__claude-in-chrome__* tool calls, executing patience-check.py via python3. From de6eling/user-testing-agent.
Hook Claude Code
Runs after a tool call finishes for mcp__claude-in-chrome__* tool calls, executing log-action.py via python3. From de6eling/user-testing-agent.
Hook Claude Code
Runs when the agent finishes a response, executing finalize-run.py via python3. From de6eling/user-testing-agent.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop) and 2 allowed tools.
Skill Claude CodeCodex
Interactive dialog for building persona YAML files. Walk through each behavioral trait with examples, collect a backstory, and save to personas/.
Skill Claude CodeCodex
Interactive dialog for building task YAML files. Explores the target codebase to find routes, components, and API endpoints that define success criteria. Save to tasks/.
Skill Claude CodeCodex
Instructions for executing a usability test run. This skill is loaded into the user-tester agent's context at startup via the skills field. It provides the framework for reading persona/task files and executing the test.
Skill Claude CodeCodex
Interactive first-run wizard. Configures the app URL, creates a starter persona and task, and gets the user ready to run their first test.
Instructions file
Claude Code instructions for de6eling/user-testing-agent, covering user testing agent, project structure, configuration, running a test and persona trait system.