Qe Mobile Testing
Helps with mobile development, testing as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add qe-mobile-testing npx -- -y @trustedskills/qe-mobile-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qe-mobile-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qe-mobile-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to perform automated mobile testing on iOS and Android platforms. It can execute test scripts, analyze results for failures, and generate reports detailing the findings. The skill is designed to streamline the testing process and improve software quality by identifying bugs early in development.
When to use it
- Regression Testing: Automatically re-run existing tests after code changes to ensure no new issues have been introduced.
- Nightly Builds: Validate a nightly build of an app before release candidates are created.
- Exploratory Testing Automation: Automate repetitive tasks within exploratory testing sessions, freeing up testers for more complex investigations.
- Continuous Integration/Continuous Delivery (CI/CD): Integrate mobile testing into the CI/CD pipeline to ensure quality with every deployment.
Key capabilities
- iOS and Android platform support
- Test script execution
- Failure analysis
- Report generation
Example prompts
- "Run the regression test suite on the latest iOS build."
- "Execute the smoke tests for the Android app and report any failures."
- "Generate a detailed testing report including pass/fail rates and error logs."
Tips & gotchas
The skill requires access to appropriate mobile device emulators or physical devices. Ensure these are properly configured before initiating test runs, as incorrect setup can lead to inaccurate results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.