Harness-engineering test-contract-testing
name: test-contract-testing
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/codex/test-contract-testing/skill.yamlsource content
name: test-contract-testing version: "1.0.0" description: Verify service compatibility using Pact consumer-provider contract tests stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "**/*.test.ts"
- "**/*.spec.ts"
- "**/*.test.tsx"
- "vitest.config.*"
- "jest.config.*"
- "playwright.config.*" related_skills:
- test-integration-patterns
- microservices-api-gateway stack_signals:
- vitest
- jest
- playwright
- testing-library keywords:
- Pact
- contract-testing
- consumer-driven
- provider-verification metadata: author: community upstream: docs.pact.io/ state: persistent: false files: [] depends_on: []