sharing-pr-agent-artifacts
This skill enables seamless sharing of Claude-generated artifacts—including specifications, architectural plans, and diagrams—directly within pull request contexts. By integrating with Streamlit and leveraging wiki-style links, it bridges the gap between AI-assisted development and collaborative code review, allowing reviewers immediate access to supporting documentation without leaving their workflow.
The sharing-pr-agent-artifacts skill enables you to publish Claude-generated specifications, plans, and diagrams directly into your PR workflow. By integrating with Streamlit's wiki infrastructure, the skill creates shareable wiki links that you can embed in PR comments, giving reviewers immediate access to supporting documentation without leaving their code review interface. This keeps all context—code changes and their supporting artifacts—in one collaborative space.
AI-generated summary based on this skill's SKILL.md
Install
streamlit/streamlit/sharing-pr-agent-artifacts · repository language: Python
git clone https://github.com/streamlit/streamlit
cp -r streamlit/.claude/skills/sharing-pr-agent-artifacts ~/.claude/skills/sharing-pr-agent-artifactsFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I share agent artifacts with PR reviewers?
The sharing-pr-agent-artifacts skill enables you to publish Claude-generated specifications, plans, and diagrams directly into your PR workflow. By integrating with Streamlit's wiki infrastructure, the skill creates shareable wiki links that you can embed in PR comments, giving reviewers immediate access to supporting documentation without leaving their code review interface. This keeps all context—code changes and their supporting artifacts—in one collaborative space.
How can I upload implementation plan to streamlit wiki for PR discussion?
The sharing-pr-agent-artifacts skill automates the process of uploading agent-generated implementation plans to streamlit.wiki. Once your Claude agent produces a plan, the skill handles the commit workflow and wiki repository management, posting the document to the appropriate branch so you can reference it via wiki links in your PR comments. This makes intermediate documentation immediately available for team discussion and review.
What types of agent-generated content can sharing-pr-agent-artifacts publish?
The sharing-pr-agent-artifacts skill is designed to handle a wide range of Claude-generated artifacts, including technical specifications, architectural diagrams, design documents, exploration notes, and research findings. Whether you need to share implementation plans, learnings from agent analysis, or structured documentation, the skill can organize and publish these materials to streamlit.wiki, making them accessible via PR comments and wiki links for collaborative review.
How does sharing-pr-agent-artifacts organize technical documentation across pull requests?
The sharing-pr-agent-artifacts skill automates wiki repository management and commit workflows, ensuring that agent-generated content is properly organized and linked across your PR context. By maintaining structured wiki references and handling the underlying git operations, the skill lets you build a coherent knowledge repository where design documents, specs, and diagrams are discoverable and cross-referenced, supporting both immediate code review and long-term technical reference.
Can I share architecture diagrams and research findings via this skill?
Yes. The sharing-pr-agent-artifacts skill supports publishing architecture diagrams, research findings, and exploration notes to a public knowledge repository on streamlit.wiki. Once uploaded, these artifacts become accessible through wiki links that you can embed in PR comments, allowing reviewers and team members to access comprehensive supporting materials and understand the reasoning behind code changes without needing separate documentation channels.
How does sharing-pr-agent-artifacts streamline the PR review process?
The sharing-pr-agent-artifacts skill bridges AI-assisted development and collaborative code review by automating the publication of Claude-generated artifacts to streamlit.wiki and enabling wiki-style linking within PR comments. Rather than manually copying specs or diagrams into multiple places, the skill handles repository management and commit workflows, ensuring reviewers have immediate access to all supporting documentation—architectural plans, design specs, and research findings—directly from the PR interface.
SKILL.md
rendered from the published skill — quoted content, verbatim
Sharing PR agent artifacts
Uploads intermediate files (implementation plans, specs, learnings, explorations, architecture diagrams) to streamlit.wiki so they can be linked in PR descriptions and comments. Use this for agent-generated artifacts that are useful for reviewers but don't belong in the main repo.
Important: The wiki repo uses master as its default branch. Always push to master, never create other branches.
Follow the wiki guidelines: After cloning/updating the wiki repo, read and follow agent-wiki/AGENTS.md for the authoritative rules on what to upload and how to organize files.
Public URL pattern:
https://issues.streamlit.app/agent_wiki_explorer?file=<relative-path>
Example: https://issues.streamlit.app/agent_wiki_explorer?file=pull-requests/12345/implementation-plan.md
Prerequisites
- A PR must exist for the current branch
Workflow
1. Get PR
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.claude/skills/sharing-pr-agent-artifacts/SKILL.md