ground-android
Automated Android code formatting, testing, and GitHub push checks
All Skills in This Repository (4)
Pure Emerald Level IndicatorsPrepare Commit
Format Kotlin/Gradle code with ktfmtFormat and detect temporary comments before commits.
Verify Changes
Execute Gradle debug unit tests via verify.py to validate code changes.
Push to GitHub
Run unit tests and lint checks before pushing changes to GitHub.
Fetch PR Comments
Fetch GitHub PR comments and reviews and format them as Markdown.
Frequently Asked Questions
FAQPage SchemaHow to install Ground Android skills?โผ
Run `npx skills add google/ground-android --all -g -y` in your terminal to install all skills in this suite globally.
How to verify Android code changes before committing?โผ
Use the Verify Changes skill to run all local unit tests across modules, confirming your edits did not break existing functionality.
How to safely push Android code to GitHub?โผ
The Push to GitHub skill runs unit tests and lint checks first, then pushes only if everything passes, preventing broken CI builds.
How to read GitHub PR comments in the terminal?โผ
The Fetch PR Comments skill pulls reviews and code comments from any pull request and formats them as clean Markdown using the GitHub CLI.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
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