momentic-test

Claude Agent SDK with a E2E testing tool

Installation
CLI
npx skills add https://github.com/momentic-ai/skills --skill momentic-test

Installez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.

Dernière mise à jour le 4/22/2026

Momentic Skills

A set of skills for enabling Claude Code to work with Momentic to build and run web and mobile E2E tests.

Skills

This plugin includes the following skills (see skills/ for details):

Skill Description
momentic-test Run and manage Momentic end-to-end tests from the CLI, including browser, Android, and iOS automation. Supports hosted and local execution.
momentic-result-classification Classify and analyze Momentic test results to identify likely failure causes, separate real bugs from noise, and improve test signal.

Installation

To install the skill to popular coding agents:

$ npx skills add momentic-ai/skills

Claude Code

On Claude Code, to add the marketplace, simply run:

/plugin marketplace add momentic-ai/skills

Then install a plugin:

/plugin install momentic-test@momentic

If you prefer the manual interface:

  1. On Claude Code, type /plugin
  2. Select option 3. Add marketplace
  3. Enter the marketplace source: momentic-ai/skills
  4. Press enter to select the plugin you want
  5. Hit enter again to Install now
  6. Restart Claude Code for changes to take effect

Usage

Once installed, you can ask Claude:

  • "Run my Momentic test suite and summarize any failures"
  • "Build a test for this feature I just shipped"
  • "Based on the changes on my branch, update any impacted Momentic tests"
  • "Classify these Momentic test results and tell me which failures are real bugs vs noise"

Claude will handle the rest.

Resources