finalrun-agent
Natural-language mobile app testing for Android and iOS
All Skills in This Repository (3)
Pure Emerald Level Indicatorsfinalrun-generate-test
Plan testing campaigns and generate FinalRun YAML artifacts from repository context.
finalrun-test-and-fix
Orchestrate the FinalRun generate, run, and fix testing loop until green.
finalrun-use-cli
Automate repo-local FinalRun CLI install, validation, and test execution.
Frequently Asked Questions
FAQPage SchemaHow to install FinalRun?โผ
Run `npx skills add final-run/finalrun-agent --all -g -y` in your terminal to install all skills in this suite globally.
How to test mobile apps with plain English?โผ
Write a simple YAML test describing user steps in plain English, and FinalRun launches your app on an emulator, performs each tap and swipe, and reports pass or fail with video evidence.
Can FinalRun fix failing tests automatically?โผ
Yes. The test-and-fix skill reads failure artifacts like screenshots and device logs, decides whether the bug is in your app or the test, applies the fix, and re-runs until green.
Does FinalRun work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Which AI models does FinalRun support?โผ
FinalRun works with Google Gemini, OpenAI GPT, and Anthropic Claude models using your own API key, so standard provider billing applies.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core