Verify with OQL Skill

Execute OQL queries against a running Mendix application to validate data state.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill verify-with-oql-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verify with OQL Skill
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/verify-with-oql
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill verify-with-oql-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of verifying backend data changes and microflow side effects without needing to manually inspect the database or open the Mendix Studio Pro client.

Core Features & Use Cases

  • Data Verification: Confirm that microflows correctly create, update, or delete records by querying the database directly.
  • Automated Testing: Integrate OQL queries with Playwright tests to assert that UI actions result in the expected database state.
  • Hot Reload Workflow: Verify logic changes instantly during development by running OQL queries after a docker reload, avoiding slow container restarts.

Quick Start

Use the verify with oql skill to run a select query against the Task entity to confirm that the latest record was created with the correct status.

Frequently Asked Questions about Verify with OQL Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I integrate OQL queries with Playwright automated testing workflows?

Yes, you can integrate OQL queries with Playwright automated testing workflows to assert that UI actions result in the expected database state by executing read-only statements during test runs.

Do I need the mxcli tool to run OQL queries against a Mendix application?

Yes, you need the mxcli tool to interface with the Mendix runtime and execute read-only OQL statements for validating data integrity during development or testing.

What is the best way to check data integrity during Mendix hot reload workflows?

The best way to check data integrity during hot reload workflows is running OQL queries after a docker reload to verify logic changes instantly, avoiding slow container restarts.

Does OQL database verification work for validating record creation and updates?

OQL database verification works for confirming that microflows correctly create, update, or delete records by querying the database directly to validate the latest data state.