Ut banner
SomtoUgeh SomtoUgeh

Ut

Testing community

Description

--- name: ut description: "Unit test coverage improvement with Dex tracking" argument-hint: "PROMPT [--target N%]" allowed-tools: - Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ut-loop.sh:*) hide-from-slash-command-tool: "true" --- # Unit Test Loop Execute the setup script to initialize: ```! "${CLAUDE_PLUGIN_ROOT}/scripts/setup-ut-loop.sh" $ARGUMENTS ``` You are now in a 2-phase unit test workflow. The stop hook advances you through phases. --- ## Branch Setup (Handled by Setup Script) Whe

Installation

Installs to ~/.claude/skills/somtougeh-somto-dev-toolkit-ut/SKILL.md

Terminal
mkdir -p ~/.claude/skills/somtougeh-somto-dev-toolkit-ut && curl -fsSL https://raw.githubusercontent.com/SomtoUgeh/somto-dev-toolkit/HEAD/commands/ut.md -o ~/.claude/skills/somtougeh-somto-dev-toolkit-ut/SKILL.md

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

Full documentation available on GitHub

View Source Repository