From 1d3bcdfe4762516f1662fc49bf15d71629f83ebb Mon Sep 17 00:00:00 2001 From: Will Miao Date: Wed, 26 Aug 2026 22:56:54 +0800 Subject: [PATCH] fix(skill): quote lora-manager-e2e description so YAML frontmatter parses --- .agents/skills/lora-manager-e2e/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/lora-manager-e2e/SKILL.md b/.agents/skills/lora-manager-e2e/SKILL.md index c6d422de..e190d6b0 100644 --- a/.agents/skills/lora-manager-e2e/SKILL.md +++ b/.agents/skills/lora-manager-e2e/SKILL.md @@ -1,6 +1,6 @@ --- name: lora-manager-e2e -description: End-to-end testing and validation for LoRa Manager features. Use when performing automated E2E validation of LoRa Manager standalone mode in a SANDBOXED, disposable configuration: check the port, start/restart the standalone server on a free port, use Chrome DevTools MCP to interact with the web UI (http://127.0.0.1:{PORT}/loras), and verify frontend-to-backend functionality. Covers workflow validation, UI interaction testing, and integration testing between the standalone Python backend and the browser frontend. Trigger keywords: E2E, standalone, Chrome DevTools MCP, lora-manager-e2e, sandbox. +description: "End-to-end testing and validation for LoRa Manager features. Use when performing automated E2E validation of LoRa Manager standalone mode in a SANDBOXED, disposable configuration: check the port, start/restart the standalone server on a free port, use Chrome DevTools MCP to interact with the web UI (http://127.0.0.1:{PORT}/loras), and verify frontend-to-backend functionality. Covers workflow validation, UI interaction testing, and integration testing between the standalone Python backend and the browser frontend. Trigger keywords: E2E, standalone, Chrome DevTools MCP, lora-manager-e2e, sandbox." --- # LoRa Manager E2E Testing