From eed657aa9cb6ba4737680bb6efb43070501e16fd Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Fri, 1 May 2026 15:55:53 +0200 Subject: [PATCH] rename skill to browser --- {browser-automation => browser}/SKILL.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename {browser-automation => browser}/SKILL.md (97%) diff --git a/browser-automation/SKILL.md b/browser/SKILL.md similarity index 97% rename from browser-automation/SKILL.md rename to browser/SKILL.md index 1984f00..1c4211d 100644 --- a/browser-automation/SKILL.md +++ b/browser/SKILL.md @@ -1,13 +1,16 @@ --- -name: browser-automation -description: Use cmux browser automation to validate real user-facing behavior in browser surfaces, including navigation, DOM interaction, inspection, storage, tabs, dialogs, frames, downloads, and browser logs. +name: browser +description: Use cmux browser automation for browser access. Validate real user-facing behavior in browser surfaces, including navigation, DOM interaction, inspection, storage, tabs, dialogs, frames, downloads, and browser logs. --- -# Browser Testing with cmux +# Browser automation with cmux Use this skill for browser-driven validation through `cmux browser`. -Goal: verify real user-facing behavior, not implementation details. +## Goals + +- Verify real user-facing behavior. +- Access and inspect web pages. ## When to use