/SKILL.md
Interactive Pact JUnit test generator for Java. Use when the user wants to generate, scaffold, or debug Pact consumer/provider contract tests (JUnit 5), work with PactDslJsonBody, set up provider states, or convert an OpenAPI spec into Pact tests.
npx skillsauth add zakariahere/pactjunitplugin pactjunitpluginInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate production-ready Pact contract tests for Java (JUnit 5) through an interactive workflow or quick one-shot commands.
| Command | What it does |
|---------|-------------|
| /pact | Interactive 4-phase workflow: discover → design interactions → generate → review |
| /pact-consumer | Quick consumer-side Pact test from a description or OpenAPI spec |
| /pact-provider | Quick provider verification test scaffold |
| /pact-from-spec | Parse an OpenAPI spec file and generate all consumer tests |
@ExtendWith(PactConsumerTestExt.class), PactDslJsonBody, @Pact, @PactTestFor, @Provider, @ConsumerConsumer test annotations (JUnit 5)
@ExtendWith(PactConsumerTestExt.class) — JUnit 5 extension@PactTestFor(providerName = "...") — binds test class to a provider@Pact(consumer = "...") — marks a pact factory method@PactTestFor(pactMethod = "...") — binds a test method to a pactProvider verification annotations (JUnit 5)
@Provider("...") — identifies the provider@Consumer("...") — optionally filters by consumer@PactFolder("pacts") or @PactBroker(...) — pact source@State("...") — method that sets up provider state@TestTemplate + @ExtendWith(PactVerificationInvocationContextProvider.class) — the verification loopBody builders — see references/dsl/body-builders.md
Matchers — see references/dsl/matchers.md
Interaction patterns — see references/dsl/interactions.md
OpenAPI → Pact mapping — see references/openapi-mapping.md
tools
Interactive Pact JUnit test generator for Java. Use when the user wants to generate, scaffold, or debug Pact consumer/provider contract tests (JUnit 5), work with PactDslJsonBody, set up provider states, or convert an OpenAPI spec into Pact tests.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------