Verify Changes

Execute Gradle debug unit tests via verify.py to validate code changes.

291|148|Updated Apr 2, 2018
One-click install
npx skills add https://github.com/google/ground-android --skill verify-changes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verify Changes
Source: https://github.com/google/ground-android/tree/main/.agent/skills/verify_changes
Command: npx skills add https://github.com/google/ground-android --skill verify-changes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Runs unit tests to quickly verify changes during the development loop.

Core Features & Use Cases

  • Run local unit tests for the debug variant.
  • Provides fast feedback to catch regressions during development.
  • Integrates into daily development workflow for quick verification.

Quick Start

Run the local verify script to quickly validate your changes.

Frequently Asked Questions about Verify Changes

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

FAQPage Schema
How do I run local unit tests to verify Android code changes?

To run local unit tests for Android code changes, execute the Gradle task for debug unit tests via the verify.py script. This provides fast feedback to catch regressions during feature development and bug fixes.

What is the best way to catch regressions during Android development?

The best way to catch regressions during Android development is to run local unit tests for the debug variant. Executing the verify.py script validates code changes quickly and ensures deterministic results for your development loop.

Can I use this to run debug unit tests for my Android app?

Yes, you can use this to run debug unit tests for your Android app. It specifically executes the Gradle task for the debug variant, providing quick feedback to validate code changes during your daily development workflow.

How do I validate code changes quickly during feature development?

To validate code changes quickly during feature development, run the local verify script. This executes the debug unit tests, ensuring deterministic results and fast feedback to catch regressions before they escalate.

Do I need Gradle to execute the debug unit tests?

Yes, you need Gradle to execute the debug unit tests because the script runs the Gradle task specifically for the debug variant. This integration ensures deterministic results when verifying local code changes for your Android app.