Run Tests banner
woolball-xyz woolball-xyz

Run Tests

Testing community

Description

--- name: run-tests description: "Build the woolball-server solution and start services for testing." user_invocable: true --- # /run-tests ## Build ```bash # Build entire solution dotnet build monorepo.sln # Build in Release mode with analyzers (same as CI) dotnet build monorepo.sln --configuration Release /p:RunAnalyzersDuringBuild=true ``` ## Start Services (Docker) The easiest way to run everything: ```bash docker compose up ``` This starts all three services + Redis. ## Start Servic

Installation

Installs to ~/.claude/skills/woolball-xyz-woolball-server-run-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/woolball-xyz-woolball-server-run-tests && curl -fsSL https://raw.githubusercontent.com/woolball-xyz/woolball-server/HEAD/.claude/skills/run-tests.md -o ~/.claude/skills/woolball-xyz-woolball-server-run-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