skills/smithery.ai/ai-sdlc-mcp-vibium-testing

ai-sdlc-mcp-vibium-testing

Installation
SKILL.md

AI SDLC MCP Webapp Testing Skill

Use this skill when you are modifying the Node + Express app's end-to-end tests. Follow the instructions and guidelines to keep the behavior and test suites in sync.

Instructions

  • Keep the app running during tests: npm start in a separate terminal.
  • Validate and preserve the upload flow (multipart form to /pictures/upload).
  • Ensure uploaded images are served from /uploads and appear on /pictures.
  • Keep health check semantics stable: GET /health returns JSON with status and timestamp.

Examples

  • "Add a new gallery view" -> update /pictures HTML and add tests in only tests/vibium/.

Guidelines

Installs
1
First Seen
Mar 21, 2026
ai-sdlc-mcp-vibium-testing from smithery.ai