From qa-mobile-pack
Parses a BrowserStack/SauceLabs/LambdaTest test failure (pasted JSON or session ID) into a clean 5-line markdown summary plus likely root-cause hypotheses. Use when the user shares a cloud-grid failure, a session UUID, asks "why did this run fail", or pastes WDIO/Appium grid output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qa-mobile-pack:parse-grid-failureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a noisy cloud-grid failure into something a QA engineer can triage in under 30 seconds. Input is `$ARGUMENTS` — either a session UUID or a JSON blob from BrowserStack/SauceLabs/LambdaTest API.
Turn a noisy cloud-grid failure into something a QA engineer can triage in under 30 seconds. Input is $ARGUMENTS — either a session UUID or a JSON blob from BrowserStack/SauceLabs/LambdaTest API.
Requires browserstack MCP for live session fetch — see qa-mobile-pack/mcp/README.md. If MCP is not available, ask the user to paste the session JSON.
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} → session ID. If browserstack MCP is available, fetch session details. Otherwise stop and request the JSON.automate/sessions/{id}.json shape, SauceLabs jobs/{id} shape, or LambdaTest sessions/{id} shape).device (model name, e.g. iPhone 15 Pro)os + os_versionlocale (default en-US if missing)browser_version or app_versioncreated_at / timestampfailed_step (last step name before failure, or reason)error_message — first 200 chars onlyvideo_url / screencast_urllogs_url / appium_logs_urlnetwork_url / har_urltiming, network, selector, device, data. Base the tags on signals from the error message (e.g. ElementNotInteractable → timing; ECONNRESET/5xx → network; NoSuchElement → selector; OutOfMemory/ANR → device).**Failure summary**
- Device: <model> (<os> <os_version>, locale <locale>)
- App/Browser: <version>
- When: <timestamp>
- Failed step: <step name>
- Error: <first 200 chars>
**Artefacts**
- Video: <video_url>
- Logs: <logs_url>
- Network HAR: <network_url>
**Likely causes**
1. [<tag>] <hypothesis>
2. [<tag>] <hypothesis>
3. [<tag>] <hypothesis>
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rabusek/qa-mobile-pack