openspec-verify
Installation
SKILL.md
Verify an Android change by running the Gradle build, static analysis, and unit tests against the implemented code.
Use this after implementation to validate that the changes compile, pass tests, and meet quality standards. Can also be run at any point during implementation to check progress.
Target project type: Android (Gradle). All verification uses the project's Gradle wrapper (./gradlew). Instrumented (on-device) tests are out of scope by default and only suggested at the end.
Input: Optionally specify a change name. If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
Steps
-
Select the change
If a name is provided, use it. Otherwise:
- Infer from conversation context if the user mentioned a change
- Auto-select if only one active change exists
- If ambiguous, run
openspec list --jsonto get available changes and use the AskUserQuestion tool to let the user select