Issue Artifacts [Private preview feedback] #205881
Replies: 3 comments 4 replies
|
I'm excited to give this a spin as I had previously been dumping these kinds of Artifacts in temp branches or I'd expect it to work similarly to the GH Mermaid Integration where user can do: ```mermaid … ``` ```flint … ``` Cheers! ❤️ |
|
Hi @evi-liu Could you please enable/allow Private Preview access for the new Issue Artifacts feature across our GitHub organizations? Target Organizations:
Thanks! |
|
Love this feature! Is this also coming to Pull Requests? We'd love to attach agent plans to those so too in case we don't have an issue to link it back to. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Issue artifacts give you and your agents a dedicated place to attach durable work products directly to an issue. Instead of leaving important output buried in comments or scattered across external tools, artifacts keep it visible alongside the issue where the work is planned and discussed.
An artifact can capture context that should remain easy to find and revisit, such as:
Three artifact types are available:
genericplanlinkhttp://orhttps://URLHow to try
GitHub.com
Open an issue and click Add artifact to get started.
GitHub Copilot App
The GitHub Copilot App has built-in Issue Artifacts support and does not require a local skill:
issue-artifacts-preview.Once enabled, open an issue in an enrolled repository and start a Copilot session from the issue. Ask Copilot to create a plan, research note, or other artifact, or type
/create-issue-artifactin the prompt box and select the command.Local agents
The API is not yet exposed as a first-class GitHub MCP or
gh issuecommand (coming soon!). GitHub Copilot CLI, GitHub Copilot in VS Code, Claude Code, and Codex can use the API through GitHub CLI by installing the skill below.Create an
issue-artifactsdirectory in the location supported by your agent:.github/skills/issue-artifacts/~/.copilot/skills/issue-artifacts/.github/skills/issue-artifacts/~/.copilot/skills/issue-artifacts/.claude/skills/issue-artifacts/~/.claude/skills/issue-artifacts/.agents/skills/issue-artifacts/~/.agents/skills/issue-artifacts/Repository skills can be committed and shared with the team. Personal skills are available across your local projects.
Create
SKILL.mdin the directory for your agent:As you work with an issue, try creating or attaching an artifact for a meaningful output that you would otherwise put in a long comment, save in another tool, or lose in a chat transcript. Then return to the issue later and see whether the artifact makes it easier to understand the work and continue from where you left off.
Suggested prompts
Save this implementation plan as a new artifact named "Implementation plan" on OWNER/REPO#123.Attach https://example.com/runbook as a link artifact named "Service runbook" on OWNER/REPO#123.Update artifact 2 with the findings in research.md. Preserve any existing details that are still accurate.Compare the plan artifact with the current implementation and tell me what remains.We'd love your feedback!
Please respond in this discussion with any feedback or bug reports. Some questions that might help:
Thank you for helping us shape issue artifacts! Your feedback will directly inform what we improve before a broader release.
All reactions