Run Tests.Skill banner
ArtemisAI ArtemisAI

Run Tests.Skill

Testing community

Description

--- name: run-tests description: Run the narrowest possible test scope for the current feature, using at most 3 attempts before opening a blocker issue. tier: T3 allowed-tools: - bash - read_file - github --- # Skill: run-tests ## Purpose Run the narrowest possible test set that covers your changes. Never run the full suite when a focused command exists. ## Invocation - Claude Code: `/run-tests` - All others: `@run-tests` ## Decision tree ```text Did you change a single function / cla

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-run-tests.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-run-tests.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/run-tests.skill.md -o ~/.claude/skills/artemisai-harness_engineering-run-tests.skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository