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
Decision gist · record as of 2026-07-27
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.
Use it when
- The sharing-pr-agent-artifacts skill automates the process of uploading agent-generated implementation plans to streamlit.wiki.
- The sharing-pr-agent-artifacts skill is designed to handle a wide range of Claude-generated artifacts, including technical specifications.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
streamlit/streamlit/sharing-pr-agent-artifacts · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 1 file
.claude/skills/sharing-pr-agent-artifacts/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Share agent-generated artifacts (specs, plans, diagrams) with PR reviewers via wiki links”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill guides you through implementing a full feature lifecycle using Claude Code as your development partner. You'll move from initial specification through code implementation, testing, and preparing a merge-ready pull request—all within a single workflow. Perfect for accelerating feature delivery on Streamlit projects.
Wiki Query searches your knowledge base to answer questions, combining information across multiple pages with proper source attribution. It distinguishes confident claims from inferences and flags knowledge gaps. When an answer represents useful synthesis not yet captured in the wiki, it can file that back as a new page to compound your knowledge over time.
This skill automates the creation of polished changelogs for Streamlit releases by extracting and formatting commits between specified git tags. It leverages Claude Code to transform raw git history into publication-ready release notes, streamlining your documentation workflow and ensuring consistent changelog quality across versions.
This skill streamlines your code review workflow by automatically identifying and applying fixes for actionable feedback left on pull requests. It handles both inline comments and general review remarks, saving you time on repetitive corrections and letting you focus on substantive improvements to your codebase.
Worktree Pr orchestrates isolated feature development by creating dedicated git worktrees where multiple subagents collaborate on the same codebase before submitting to multi-agent review. The skill handles worktree creation, PR generation with Claude and Codex reviews, merge coordination, and cleanup—enabling safer, more reversible changes with built-in rollback.
Claude Agent SDK is Anthropic's framework for building autonomous agents that iteratively use tools to complete tasks. It handles the agent loop, context management, and tool orchestration automatically, with support for custom tools, MCP servers, permissions, and lifecycle hooks. Available in Python and TypeScript.