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:
- On Claude Code, type
/plugin - Select option
3. Add marketplace - Enter the marketplace source:
momentic-ai/skills - Press enter to select the plugin you want
- Hit enter again to
Install now - 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.
No comments yet
Be the first to share your take.