What problem does it solve?
Manually rebuilding, restarting, and verifying Steedos project changes in a browser is slow and error-prone. This Skill standardizes an AI-driven dev-test loop so code changes are built, deployed, and verified automatically until they pass.
Core Features & Use Cases
- Dev-Test Loop Automation: Runs an 8-step cycle (analyze, modify, build, restart, wait, test, record, iterate) for every change request.
- Playwright MCP Browser Testing: Mandates browser automation for login, page verification, CRUD operations, and export/download checks.
- Project Configuration Template: Generates a
.github/copilot-instructions.md file capturing test URL, credentials, build/start commands, and port settings.
- Use Case: Tell the AI "fix the Excel export feature and test until it passes" — it will modify code, rebuild, restart the server on port 5100, log in via Playwright MCP, and iterate until verification succeeds.
Quick Start
Ask the AI to set up the automated dev test environment for your Steedos project, then describe the bug or feature you want fixed and tested.