Skip to content

[pull] main from github:main#118

Merged
pull[bot] merged 2 commits into
Android-studio61:mainfrom
github:main
May 26, 2026
Merged

[pull] main from github:main#118
pull[bot] merged 2 commits into
Android-studio61:mainfrom
github:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 26, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )


Summary by cubic

Adds runtime extraction and restore for inline skills across workflows to keep prompts slim and enable reusable, deterministic skills. Also updates skills docs and converts bot-detection risk scoring into an inline skill.

  • New Features

    • Workflows now archive and restore inline skills via activation artifacts; adds a “Restore inline skills” step using restore_inline_skills.sh and includes /tmp/gh-aw/.../skills paths, restoring into .github/skills (and engine-specific dirs).
    • Docs: .github/aw/skills.md adds “Inline Skills” with usage, naming, extraction timing, and collision guidance.
    • Bot detection: moves risk scoring into inline skill bot-detection-risk-scoring and references it; drops a non-essential import.
  • Migration

    • No breaking changes. To use, add ## skill: \name`` blocks in prompts; the runtime writes them to the skill directory.

Written for commit 8074cc0. Summary will update on new commits. Review in cubic

Copilot AI and others added 2 commits May 25, 2026 23:59
…ts (#34874)

* feat: add inline skill extraction and restore plumbing

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* test: refresh wasm goldens for inline skill restore steps

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore: polish inline skills docs and tests

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore: address validation review nits

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore: plan inline skill spec fix

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Revert "chore: plan inline skill spec fix"

This reverts commit f8fcd3a.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* fix: drop unsupported model inline-skill field

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore: add draft ADR for inline skill syntax (PR #34874)

* chore: plan skills docs update

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Revert "chore: plan skills docs update"

This reverts commit afdd64d.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: add inline skill fusion guidance

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: clarify inline skill extraction timing

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: clarify inline skill naming and timing

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: tighten inline skills wording

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: document inline skill collision guidance

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: explain inline skill naming constraints

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* workflows: inline non-essential prompt sections as skills

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators May 26, 2026
@pull pull Bot added the ⤵️ pull label May 26, 2026
@pull pull Bot merged commit 8074cc0 into Android-studio61:main May 26, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants