What problem does it solve?
Agent-generated artifacts like implementation plans, specs, and design explorations are useful for PR reviewers but don't belong in the main repository. This Skill publishes them to the public streamlit.wiki repository and links them in PR comments so reviewers can access the context behind a change.
Core Features & Use Cases
- Artifact Publishing: Copies specs, plans, diagrams, and research notes into a per-PR directory in the streamlit.wiki repo and pushes to the master branch.
- Safety Filtering: Excludes credentials, secrets, build artifacts, large binaries, and files already tracked in the main repo before uploading to the public wiki.
- PR Comment Integration: Posts a summary comment on the pull request with public links to each uploaded document via the agent_wiki_explorer URL pattern.
- Use Case: After an agent drafts an implementation plan for PR #12345, run this Skill to upload the plan to the wiki and automatically comment on the PR with a shareable link for reviewers.
Quick Start
Upload the implementation plan and exploration notes for the current PR to the streamlit wiki and post the links as a PR comment.