project-orchestrator:test-executor

Execute browser-based test scenarios via Chrome DevTools MCP with snapshot verification.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-test-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator:test-executor
Source: https://github.com/GigaFyde/project-orchestrator/tree/main/skills/test-executor
Command: npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-test-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-based test execution by guiding agents through a living state document using Chrome DevTools MCP, reducing manual testing toil and improving consistency.

Core Features & Use Cases

  • Orchestrates test task loading from TaskList and prepares the base URL.
  • Executes assigned scenarios step-by-step with snapshot verification and deterministic actions.
  • Reports results back to the project lead with structured summaries and failure details.

Quick Start

Provide a TaskGet ID and base URL, then run the assigned living state test scenario through Chrome DevTools MCP.

Frequently Asked Questions about project-orchestrator:test-executor

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

FAQPage Schema
How do I automate browser test execution using Chrome DevTools?

To automate browser test execution, this Skill drives Chrome DevTools MCP to perform predefined steps and verify results. It loads scenarios from a living state document using a TaskGet ID and base URL, executing actions deterministically with snapshot-based verification.

What is a living state document for browser testing?

A living state document for browser testing is a predefined scenario structure containing task IDs, a base URL, and project configuration. This Skill uses it to load assigned test tasks and execute them step-by-step through Chrome DevTools MCP.

How do I execute test scenarios step-by-step and verify results?

You execute test scenarios step-by-step by providing a TaskGet ID and base URL. The Skill navigates deterministically, performs snapshot-based verification for each step, and applies per-step timeouts to ensure structured execution.

How are test execution failures captured and reported?

Test execution failures are captured with structured result reporting. The Skill generates summaries and failure details for each step, applying per-step timeouts and capturing failures to report back to the project lead.

Do I need a specific environment to run Chrome DevTools MCP test execution?

Yes, you need Chrome DevTools MCP and a living state document with predefined TaskGet IDs, a base URL, and project configuration. No additional dependencies are required to run the test execution scenarios.

Can I use this for deterministic navigation and snapshot-based verification?

Yes, this Skill ensures deterministic navigation and snapshot-based verification during browser test execution. It drives Chrome DevTools MCP to perform steps and verify results against the expected living state document scenarios.