.agents/skills/verify-local-changes/SKILL.md
Verifies local Java SDK changes.
npx skillsauth add googleapis/java-firestore Verify Local ChangesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill documents how to verify local code changes for the Java Firestore SDK. This should be run every time you complete a fix or feature and are prepared to push a pull request.
Ensure you have Maven installed and are in the java-firestore directory before running commands.
Run the formatter to ensure formatting checks pass:
mvn com.spotify.fmt:fmt-maven-plugin:format
mvn test -Dtest=MyUnitTest#testMethod
mvn test -Dtest=MyUnitTest
ITBaseTest.java)When running integration tests, configure your execution using properties or environment variables:
FIRESTORE_EDITION:
standard (Default)enterpriseenterprise editions, while standard Queries run on both.FIRESTORE_NAMED_DATABASE:
enterprise). Adjust this flag if pointing to specific instances.FIRESTORE_TARGET_BACKEND:
PROD (Default)QA (points to standard sandboxes)NIGHTLY (points to test-firestore.sandbox.googleapis.com:443)EMULATOR (points to localhost:8080)IT).mvn verify -Penable-integration-tests -DFIRESTORE_EDITION=enterprise -DFIRESTORE_NAMED_DATABASE=enterprise -Dtest=ITTest#testMethod -Dclirr.skip=true -Denforcer.skip=true -fae
mvn verify -Penable-integration-tests -DFIRESTORE_EDITION=enterprise -DFIRESTORE_NAMED_DATABASE=enterprise -Dtest=ITTest -Dclirr.skip=true -Denforcer.skip=true -fae
Run the full integration regression suite once you are confident subsets pass:
mvn verify -Penable-integration-tests -DFIRESTORE_EDITION=enterprise -DFIRESTORE_NAMED_DATABASE=enterprise -Dclirr.skip=true -Denforcer.skip=true -fae
[!TIP] Use
-Dclirr.skip=true -Denforcer.skip=trueto speed up iterations where appropriate without leaking compliance checks.
If you run into issues executing tests with the commands above, consult the Kokoro configuration files as the ultimate source of truth:
.kokoro/presubmit/integration.cfg (or integration-named-db.cfg).kokoro/nightly/integration.cfg.kokoro/build.shThese files define the exact environment variables (e.g., specific endpoints or endpoints overrides) the CI server uses!
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.