[instructions] Sync inline skills instructions with v0.74.8#34905
Open
github-actions[bot] wants to merge 1 commit into
Open
[instructions] Sync inline skills instructions with v0.74.8#34905github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Document the inline skill block syntax (## skill: `name`) introduced in #34874. Clarify supported frontmatter (description only), name constraints, engine-specific output paths, and the two-phase compile-strip / runtime-write extraction model. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instructions Update — Synchronized with v0.74.8
Updates
.github/aw/instruction files to reflect the inline skill extraction/runtime support added in #34874 — the only commit between v0.74.8 and now.Files Changed
.github/aw/skills.md— Rewrote the Inline Skills section to document:## skill: `name`descriptiononly (other fields stripped with warning)<name>/SKILL.md){{#runtime-import}}resolves---delimiter to the example workflow snippet.github/aw/github-agentic-workflows.md— Addedskills.mdrow to the Reference Documentation table so the new inline-skill syntax is discoverable from the main entry point.Commit Reviewed
58d1bedAdd inline skill extraction/runtime support mirroring inline sub-agents (Add inline skill extraction/runtime support mirroring inline sub-agents #34874)Size Audit
github-agentic-workflows.mdskills.mdsafe-outputs.mdsyntax.mdSafe-Outputs Code vs Instructions Audit
Verified
.github/aw/safe-outputs.mdagainstpkg/workflow/compiler_types.goandpkg/workflow/safe_outputs_config.go. All operations exposed by the compiler (create-issue,comment-memory,dispatch-workflow,dispatch_repository,create-code-scanning-alert,actions,scripts,jobs, etc.) are documented. No drift to fix.Validation
pkg/parser/inline_skill_extractor.goanddocs/adr/34874-inline-skill-syntax-mirroring-inline-sub-agents.md