AgentSkillsCN

test

为Deno项目运行单元测试和集成测试(镜像CI检查)。当用户想要运行测试、验证功能、检查回归或验证代码更改时,请使用此功能,例如"/test"、"运行测试"、"运行单元测试"或"运行集成测试"。

SKILL.md
--- frontmatter
name: test
description: Run unit tests and integration tests for Deno projects (mirrors CI checks). Use when the user wants to run tests, verify functionality, check for regressions, or validate code changes with commands like "/test", "run tests", "run unit tests", or "run integration tests".

Test

Run tests using Docker:

bash
docker compose run --rm vk

This starts the vibe-kanban server with health checks and runs all tests.

Report the results and summarize any failures that need attention.