Test Feature banner
codingthefuturewithai codingthefuturewithai

Test Feature

Testing community

Description

--- description: Intelligently test a feature by automatically detecting whether to use MCP, API, or UI testing, and choosing between direct or subprocess execution usage: /project:test-feature [OPTIONAL-HINTS] example: /project:test-feature --- I'll analyze the current feature and automatically determine the best testing approach. ## Step 1: Analyze Context First, let me gather information to determine the testing approach: ### Check Current Branch !git branch --show-current ### Analyze Re

Installation

Installs to ~/.claude/commands/codingthefuturewithai-conduit-test-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/codingthefuturewithai/conduit/HEAD/.claude/commands/test-feature.md -o ~/.claude/commands/codingthefuturewithai-conduit-test-feature.md

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

Full documentation available on GitHub

View Source Repository