Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Review pull requests that change Compose UI by rendering @Preview composables on base and head and diffing them. Use when reviewing a UI PR locally, authoring an agent-opened PR that touches UI, or wiring compose-preview/main baselines and PR-comment GitHub Actions for a project. Pairs with the compose-preview skill.
Workflows for reviewing pull requests that touch Compose UI, authoring agent-opened PRs that include preview screenshots, and wiring CI to post before/after diffs automatically.
This skill assumes the compose-preview skill is installed — it owns the renderer, CLI, and Gradle plugin. The bootstrap installer covers both:
curl -fsSL https://raw.githubusercontent.com/yschimke/compose-ai-tools/main/scripts/install.sh | bash
This skill is maintained at
github.com/yschimke/compose-ai-tools
under skills/compose-preview-review/. To check for updates, compare the
installed copy against main (e.g. git ls-remote https://github.com/yschimke/compose-ai-tools HEAD).
Pick the workflow that matches the task:
| Task | Read |
|---|---|
| Review a PR locally that touches UI | design/AGENT_PR.md § Reviewing a PR |
| Author an agent-opened PR that touches UI | design/AGENT_PR.md § Authoring an Agent PR |
npx skills add yschimke/compose-ai-tools --skill compose-preview-reviewHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.