Tests that verify multiple components work correctly together — database, cache, external APIs, message queues. Use when unit tests pass but the system breaks in production due to component interaction issues. Triggers on: integration test, testcontainers, test database, real database, contract test, end-to-end, fixture, test isolation, external service mock.
Tests that verify multiple components work correctly together — database, cache, external APIs, message queues. Use when unit tests pass but the system breaks in production due to component interaction issues. Triggers on: integration test, testcontainers, test database, real database, contract test, end-to-end, fixture, test isolation, external service mock.
验证多个组件(数据库、缓存、外部 API、消息队列)能否正确协同工作的测试。当单元测试通过但由于组件交互问题导致生产环境出现故障时使用。触发场景:集成测试、Testcontainers、测试数据库、真实数据库、契约测试、端到端、测试夹具、测试隔离、外部服务模拟。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer