verify

Run build, lint, and test checks for Android and iOS projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/XiriGo/ecommerce-mobile --skill verify-xirigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/XiriGo/ecommerce-mobile/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/XiriGo/ecommerce-mobile --skill verify-xirigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of running essential quality checks like building, linting, and testing for both Android and iOS mobile applications, ensuring code health and consistency.

Core Features & Use Cases

  • Cross-Platform Checks: Execute build, lint, and test commands for both Android and iOS.
  • Targeted Verification: Option to run checks on specific platforms (Android/iOS) or specific stages (build/lint/test).
  • Use Case: Before merging a new feature, run verify all to ensure the entire codebase passes all quality gates, preventing integration issues.

Quick Start

Run all quality checks for both Android and iOS by typing verify all.

Frequently Asked Questions about verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run mobile code quality checks for Android and iOS builds?

Mobile code quality checks for Android and iOS are executed by running build, lint, and test procedures. You can trigger all checks across both platforms simultaneously to ensure codebase health before merging.

Can I run lint and build checks for only one specific mobile platform?

Yes, targeted verification allows you to run build, lint, or test checks for a specific platform like Android or iOS. You can also target individual check stages instead of running the entire suite.

What is the best way to verify my mobile project passes all quality gates before merging?

The best way to verify mobile project quality gates before merging is to execute a comprehensive check across all stages. This runs build, lint, and test procedures for both Android and iOS to prevent integration issues.

Does automated mobile testing check for suppressed linting rules and coding standard violations?

Yes, automated mobile testing verifies adherence to coding standards by actively checking for suppressed linting rules. This ensures code consistency and health during the quality assurance process.

Why should I use automated quality assurance checks for mobile development?

Automated quality assurance checks for mobile development prevent integration issues by ensuring code health and consistency. They automate essential build, lint, and test procedures across Android and iOS platforms.