ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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