Skip to content

chore: sync Android skill guides (updated 2026-09-19) - #85

Open
alisen wants to merge 1 commit into
mainfrom
chore/sync-android-skills
Open

alisen wants to merge 1 commit into
mainfrom
chore/sync-android-skills

Conversation

@alisen

@alisen alisen commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Nightly Android Skills Sync

This PR was opened automatically by the Sync Android Skills workflow.
It updates the bundled skill guides in templates/android-skills/ to match
the latest content from github.com/android/skills.

It is rebuilt on top of main every night until merged — there is only
ever one open sync PR.

How to review

  • Check that existing skill content looks correct
  • New skill files are additions from Google's official repo
  • Merge when ready — the next KoteGuard release will bundle the updated guides

Workflow: .github/workflows/sync-android-skills.yml

@alisen alisen added the dependencies Pull requests that update a dependency file label Aug 25, 2026
Copilot AI lite review requested due to automatic review settings August 25, 2026 02:57
@alisen
alisen enabled auto-merge (squash) August 25, 2026 02:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The newly added restore-credentials.skill.md contains broken internal links to a non-existent skill.md and includes “SYSTEM DIRECTIVE” phrasing that should be normalized to reduce prompt-injection risk in bundled prompt material.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR performs the nightly sync of bundled Android skill guides under templates/android-skills/ to align with the latest upstream content from github.com/android/skills, primarily updating metadata dates and reflowing markdown for readability, plus adding a new Restore Credentials guide.

Changes:

  • Updated last-updated metadata and rewrapped many paragraphs/lines across existing skill guides.
  • Added a new restore-credentials skill guide for implementing Credential Manager Restore Credentials.
  • Incorporated a few substantive content updates (e.g., Media3 Cast dependency example version bump; Verified Email response example structure; Engage SDK debugging/verification checklist).
File summaries
File Description
templates/android-skills/wear-compose-m3.skill.md Metadata refresh + markdown reflow and minor formatting cleanup.
templates/android-skills/verified-email.skill.md Metadata refresh + markdown reflow; updates the example response structure.
templates/android-skills/testing-setup.skill.md Metadata refresh + markdown reflow for readability.
templates/android-skills/styles.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/restore-credentials.skill.md New skill guide added for Restore Credentials, including client flow + backend reminder section.
templates/android-skills/r8-analyzer.skill.md Metadata refresh + markdown reflow.
templates/android-skills/play-billing.skill.md Metadata refresh + markdown reflow.
templates/android-skills/navigation3.skill.md Metadata refresh (minimal change).
templates/android-skills/media3-cast-integration.skill.md Metadata refresh + markdown reflow; updates Media3 Cast dependency example.
templates/android-skills/leanback-to-compose-tv-migration.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/engage-sdk-integration.skill.md Metadata refresh + markdown reflow; expands debugging/verification checklist guidance.
templates/android-skills/edge-to-edge.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/display-glasses-with-jetpack-compose-glimmer.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/compose-migration.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/camerax.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/appfunctions.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/android-intent-security.skill.md Metadata refresh + markdown reflow; preserves security guidance content.
templates/android-skills/agp9.skill.md Metadata refresh + markdown reflow and formatting cleanup.
templates/android-skills/adaptive.skill.md Metadata refresh + markdown reflow and formatting cleanup.
Review details

Suppressed comments (1)

templates/android-skills/restore-credentials.skill.md:45

  • These references also link to skill.md, which doesn’t exist in this repository, so the cross-references are dead. Since the targets are sections within this document, link to the local anchors instead.
1. Before the implementation, you **MUST** read and understand the [Two-Tier
   Restoration Architecture](skill.md) and review the [DOs and DON'Ts](skill.md).
2. After the implementation, you **MUST** present the developer with the [Backend Guidelines](skill.md) as a reminder for their backend setup. It is important that you remind the developer that they still have to implement the backend.
  • Files reviewed: 19/19 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +33 to +36
**Crucial:** This skill focuses exclusively on the Android client-side
integration. It does **not** implement the server-side cryptographic
validation logic. The developer must be reminded of this and the
[Points to inform the developer about](skill.md) after implementation is done.
Comment on lines +307 to +310
**SYSTEM DIRECTIVE FOR AI AGENT: DO NOT attempt to write code for,
implement, or action any of the backend guidelines in this section. Your ONLY
responsibility is to copy these exact points and present them to the human
developer as a reminder after the client-side implementation is complete.**
@alisen alisen changed the title chore: sync Android skill guides (2026-08-25) chore: sync Android skill guides (updated 2026-08-26) Aug 26, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch 2 times, most recently from a636ad4 to b444107 Compare August 27, 2026 12:23
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-26) chore: sync Android skill guides (updated 2026-08-27) Aug 27, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from b444107 to 3d06fff Compare August 28, 2026 13:50
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-27) chore: sync Android skill guides (updated 2026-08-28) Aug 28, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 3d06fff to 5f9a3ee Compare August 29, 2026 08:40
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-28) chore: sync Android skill guides (updated 2026-08-29) Aug 29, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 5f9a3ee to a9d0b68 Compare August 30, 2026 07:56
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-29) chore: sync Android skill guides (updated 2026-08-30) Aug 30, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from a9d0b68 to e9bc00e Compare August 31, 2026 08:10
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-30) chore: sync Android skill guides (updated 2026-08-31) Aug 31, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from e9bc00e to e21e53e Compare September 1, 2026 07:20
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-08-31) chore: sync Android skill guides (updated 2026-09-01) Sep 1, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from e21e53e to 2d1aa91 Compare September 2, 2026 06:51
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-01) chore: sync Android skill guides (updated 2026-09-02) Sep 2, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 2d1aa91 to 950f666 Compare September 3, 2026 06:54
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-02) chore: sync Android skill guides (updated 2026-09-03) Sep 3, 2026
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-03) chore: sync Android skill guides (updated 2026-09-04) Sep 4, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch 2 times, most recently from d85f158 to d598c5b Compare September 5, 2026 06:43
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-04) chore: sync Android skill guides (updated 2026-09-05) Sep 5, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from d598c5b to 85d6c9c Compare September 6, 2026 06:53
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-05) chore: sync Android skill guides (updated 2026-09-06) Sep 6, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 85d6c9c to a775c85 Compare September 7, 2026 07:02
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-06) chore: sync Android skill guides (updated 2026-09-07) Sep 7, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from a775c85 to 7425cfd Compare September 8, 2026 06:57
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-07) chore: sync Android skill guides (updated 2026-09-08) Sep 8, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 7425cfd to b28003f Compare September 9, 2026 07:06
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-08) chore: sync Android skill guides (updated 2026-09-09) Sep 9, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from b28003f to 692536c Compare September 10, 2026 07:03
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-09) chore: sync Android skill guides (updated 2026-09-10) Sep 10, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 692536c to dfe9b34 Compare September 11, 2026 07:02
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-10) chore: sync Android skill guides (updated 2026-09-11) Sep 11, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from dfe9b34 to 6a5bcd9 Compare September 12, 2026 06:54
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-11) chore: sync Android skill guides (updated 2026-09-12) Sep 12, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 6a5bcd9 to cf8f66d Compare September 13, 2026 07:12
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-12) chore: sync Android skill guides (updated 2026-09-13) Sep 13, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from cf8f66d to 32d7823 Compare September 14, 2026 07:36
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-13) chore: sync Android skill guides (updated 2026-09-14) Sep 14, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 32d7823 to e27c3c3 Compare September 15, 2026 07:14
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-14) chore: sync Android skill guides (updated 2026-09-15) Sep 15, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from e27c3c3 to e42c0ba Compare September 16, 2026 07:17
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-15) chore: sync Android skill guides (updated 2026-09-16) Sep 16, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from e42c0ba to 4e8a111 Compare September 17, 2026 07:13
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-16) chore: sync Android skill guides (updated 2026-09-17) Sep 17, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 4e8a111 to 0f0f319 Compare September 18, 2026 07:06
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-17) chore: sync Android skill guides (updated 2026-09-18) Sep 18, 2026
@alisen
alisen force-pushed the chore/sync-android-skills branch from 0f0f319 to 2ee644d Compare September 19, 2026 07:04
@alisen alisen changed the title chore: sync Android skill guides (updated 2026-09-18) chore: sync Android skill guides (updated 2026-09-19) Sep 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants