finalrun-use-cli

Automate repo-local FinalRun CLI install, validation, and test execution.

298|35|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/final-run/finalrun-agent --skill finalrun-use-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalrun-use-cli
Source: https://github.com/final-run/finalrun-agent/tree/main/skills/finalrun-use-cli
Command: npx skills add https://github.com/final-run/finalrun-agent --skill finalrun-use-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe, in-repo usage of the FinalRun CLI to install, configure, validate, run, troubleshoot, and inspect mobile test reports within a repository.

Core Features & Use Cases

  • Install and expose the published FinalRun CLI for repo-local workflows.
  • Validate workspace readiness with finalrun doctor, then verify workspace configuration with finalrun check and execute finalrun test or finalrun suite as needed.
  • Handle repo-local test workflows involving mobile app testing and report inspection, including guidance on troubleshooting failures.

Quick Start

Install the published FinalRun CLI, verify host readiness with finalrun doctor, then validate and run a test using finalrun check and finalrun test in your repository.

Frequently Asked Questions about finalrun-use-cli

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

FAQPage Schema
How do I validate my workspace before running mobile tests with the FinalRun CLI?

Validate workspace readiness by running finalrun doctor to verify host environment, then execute finalrun check to confirm repository configuration before running finalrun test or finalrun suite. This ensures environment bindings and .finalrun/config.yaml are correctly configured.

What is the best way to run mobile test suites inside a repository using a CLI?

Execute finalrun suite in your repository to run mobile test suites safely. Ensure you have correct platform/app overrides, a valid .finalrun/config.yaml, and proper environment bindings configured before triggering suite execution.

Why does finalrun test fail with configuration errors in my repo?

finalrun test fails when environment bindings are incorrect or .finalrun/config.yaml is invalid. Run finalrun doctor and finalrun check to surface actionable CLI errors with recommended next steps for resolving configuration and platform override issues.

Do I need a specific config file to run FinalRun CLI commands in my repository?

Yes, a valid .finalrun/config.yaml file is required. You also need correct platform and app overrides along with proper environment bindings to execute finalrun doctor, check, test, or suite commands safely within your repository.

Can I inspect mobile test reports after running tests with the FinalRun CLI?

Yes, after running finalrun test or finalrun suite, you can inspect mobile test reports and troubleshoot failures within your repository. The CLI surfaces actionable errors with recommended next steps to guide report analysis and failure resolution.