Usertestgates banner
Autopsias Autopsias

Usertestgates

Testing community

Description

--- description: "Find and run next test gate based on story completion" argument-hint: "no arguments needed - auto-detects next gate" allowed-tools: ["Bash", "Read"] --- # ⚠️ PROJECT-SPECIFIC COMMAND - Requires test gates infrastructure # This command requires: # - ~/.claude/lib/testgates_discovery.py (test gate discovery script) # - docs/epics.md (or similar) with test gate definitions # - user-testing/scripts/ directory with validation scripts # - user-testing/reports/ directory for results

Installation

Installs to ~/.claude/skills/autopsias-slashagents-usertestgates/SKILL.md

Terminal
mkdir -p ~/.claude/skills/autopsias-slashagents-usertestgates && curl -fsSL https://raw.githubusercontent.com/Autopsias/slashagents/HEAD/commands/usertestgates.md -o ~/.claude/skills/autopsias-slashagents-usertestgates/SKILL.md

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

Full documentation available on GitHub

View Source Repository