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

  1. 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 --json to get available changes and use the AskUserQuestion tool to let the user select
Installs
11
GitHub Stars
1
First Seen
Jul 12, 2026
openspec-verify — te-quanbzhang/skills-pool