Test Tdd banner
guanyang guanyang

Test Tdd

Testing community

Description

--- name: test-tdd description: Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites, and runs them. type: command --- # Slash Command: /test-tdd ## Core Objective Locate and execute the test suites corresponding to modified files. ## Steps for the Agent 1. **Identify Modified Code**: Run `git status` or `git diff --name-only` to identify source code files that have changed. 2. **Find Matching Tests**: Search for matching test files in t

Installation

Installs to ~/.claude/skills/guanyang-antigravity-skills-test-tdd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guanyang-antigravity-skills-test-tdd && curl -fsSL https://raw.githubusercontent.com/guanyang/antigravity-skills/HEAD/commands/test-tdd.md -o ~/.claude/skills/guanyang-antigravity-skills-test-tdd/SKILL.md

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

Full documentation available on GitHub

View Source Repository