What problem does it solve? Verifying that the mj-agent data agent behaves correctly end-to-end requires manually starting LangGraph Studio and checking both happy-path analytics queries and data-governance red lines; this Skill standardizes that verification into a repeatable 5-step probe matrix. ## Core Features & Use Cases - Studio Startup & Health Checks: Launches uv run langgraph dev, validates environment prerequisites, and diagnoses common startup failures such as missing API keys or port conflicts. - H1/H2/H3 Happy-Path Probes: Walks through catalog-first table discovery, 7-day trend queries, and Top-N institution joins against the biz_dws domain. - R1/R2 Red-Line Probes: Confirms the agent refuses biz_ods access with an explicit boundary declaration and responds to unbounded export requests with a zero-tool-call clarifying turn. - Use Case: After editing the agent system prompt, run the full probe to regression-test LLM behavior and produce a Probe Report aligned with the dev_studio_walkthrough runbook before self-review. ## Quick Start Ask the agent to start LangGraph Studio and run the full H1/H2/H3/R1/R2 Studio probe for mj-agent, then report the verification matrix results.