Automates interactions for Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info across mobile, TV, and desktop targets.
Comprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices
Report user activity and submit feedback to Glean. Use when logging user interactions or providing relevance feedback on search results.
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
Automate browser interactions, test web pages and work with Playwright tests.
- 📁 actions/
- 📁 assets/
- 📁 benchmarks/
- 📄 .gitignore
- 📄 LICENSE
- 📄 README.md
ALL interactions with ANY app — whether built-in (Finder, Safari, System Settings) or third-party (WeChat, Chrome, Slack) — MUST go through this skill. Clicking, typing, reading content, sending messages, navigating menus, filling forms: everything uses visual detection (screenshot → template match → click). This is the ONLY way to operate apps. Never bypass with CLI commands, AppleScript, or Accessibility APIs.
- 📁 .github/
- 📁 .husky/
- 📁 .vscode/
- 📄 .dockerignore
- 📄 .gitignore
- 📄 .lintstagedrc.json
A skill for automating AI CLI tool interactions by handling common prompts and managing continuous operation.
Reviews strategy features for architectural correctness — dependencies, integration patterns, component interactions.