Setup Tests banner
KenKaiii KenKaiii

Setup Tests

DevOps community

Description

--- name: setup-tests description: Auto-detect project type and set up comprehensive testing infrastructure with best practices --- Set up comprehensive testing for this project. Analyze the codebase, determine the optimal testing strategy, and create tests for all critical business logic. ## Step 1: Analyze Project Detect the project type, framework, and architecture. Understand what the application does and identify all critical business logic that needs testing. ## Step 2: Determine Testi

Installation

Installs to ~/.claude/skills/kenkaiii-minimal-claude-setup-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kenkaiii-minimal-claude-setup-tests && curl -fsSL https://raw.githubusercontent.com/KenKaiii/minimal-claude/HEAD/commands/setup-tests.md -o ~/.claude/skills/kenkaiii-minimal-claude-setup-tests/SKILL.md

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

Full documentation available on GitHub

View Source Repository