一键导入
api-mocking-skill
Scaffold API mocking infrastructure using Mountebank and Testcontainers for reliable integration testing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold API mocking infrastructure using Mountebank and Testcontainers for reliable integration testing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides the creation and review of Architectural Decision Records (ADRs). Use this skill when a significant architectural change is proposed, a new technology is introduced, or a trade-off needs to be documented.
Intelligently routes requests to the correct context instructions and documentation files. Use this skill to determine which AGENT.md, guide, or technical instruction file is most relevant for a user's request.
Manage full-stack observability using Logfire (logging/tracing) and OpenObserve (storage/visualization).
Interface for managing the Temporal Database and AI system (ReDB + GGUF embeddings).
Spec-Driven Development workflow using VibesPro conventions
Guides the selection and documentation of architectural decisions using ADR patterns.
| name | API Mocking Skill |
| id | ce.skill.api-mocking |
| description | Scaffold API mocking infrastructure using Mountebank and Testcontainers for reliable integration testing. |
| version | 1.0.0 |
This skill automates the setup of API mocking infrastructure. It leverages Mountebank (for over-the-wire mocks) and Testcontainers (for ephemeral environment management) to create robust, hermetic integration tests.
| Command | Description | Usage |
|---|---|---|
/vibepro.mock.init | Initialize mocking infrastructure (fixtures, dependencies check). | /vibepro.mock.init |
/vibepro.mock.example | Generate a reference implementation of a mock-backed test. | /vibepro.mock.example |
/vibepro.mock.init
# This creates tests/integration/test_mock_example.py
/vibepro.mock.example