Document attachment support in gh skill - #14261
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
gh skill
babakks
approved these changes
Aug 25, 2026
babakks
left a comment
Member
There was a problem hiding this comment.
Thanks for capping off the stack with the docs, @BagToad! 📚
The attachment section reads clearly and covers the important edges: supported file types, alt text syntax and shell quoting, the reference-rewrite versus append behavior, the video limitations, the per-command conflicts, and the partial-upload exit semantics. Nice and thorough.
I left one small suggestion: it would help to spell out that the filesystem paths in the body markdown and in --attach resolve either as absolute paths or relative to the directory where gh runs. Non-blocking.
Nice work landing the whole stack! 🎉
6 tasks
Closed
This was referenced Aug 26, 2026
Closed
1 task
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.
Related implementation: #14255
Description
The installable
ghagent skill does not describe the new repeatable--attachflag. Agents using the skill would miss the supported commands, argument format, Markdown rewriting, video behavior, incompatible modes, authentication requirements, and partial-failure contract.This adds one concise attachment section to
skills/gh/SKILL.md, following the skill's existing bullet-oriented style and inline command examples.How did you test this change?
I previewed the installable skill package with
gh skill publish --dry-run .and read the rendered source alongside the command help and attachment tests on the parent branch.Key points
ghskill rather than documenting implementation details.Notes for reviewers
Review the new Attaching images and videos section in
skills/gh/SKILL.md. The file path is the tracked skill source installed bygh skill install cli/cli gh --scope user.Authorship and follow-up
Who wrote this:
Who answers review comments: