What problem does it solve?
Manually verifying that rembric changes work across the full local development stack is time-consuming and error-prone, especially when modifications touch HTTP endpoints, MCP tools, or database migrations that require integrated testing.
Core Features & Use Cases
- Standardized Smoke Workflow: Provides a repeatable, step-by-step process for bringing up the local rembric Docker dev stack, verifying source mounts, checking container health, probing changed surfaces, and tearing down the stack.
- Built-in Pitfall Guardrails: Includes explicit checks for common dev environment issues like global Docker Compose project name conflicts, blocked .env access, and SSE-framed MCP responses that break standard parsing.
- Use Case: After modifying the API router, MCP tool implementations, or database migrations, use this skill to run a full integration check to catch issues before opening a pull request.
Quick Start
Use the rembric-smoke-tests skill to run a full end-to-end smoke test of your rembric dev stack changes after modifying HTTP endpoints, MCP tools, or database migrations.