gitlab-docs-publishing
Installation
SKILL.md
GitLab Docs Publishing
Publish styled HTML design docs on GitLab Pages and let reviewers file in-context feedback by selecting any text and clicking a floating 💬 bubble — which opens a pre-filled GitLab Issue in a new tab. Zero external services, zero in-page API calls.
Standalone HTML design docs are great for reading but miss two things GitLab
does not provide out of the box: a public URL (GitLab renders .html blobs
as source code, not as a page) and an in-context comment thread tied to the
exact piece of prose a reviewer wants to discuss. This skill bolts both on
using only free GitLab features:
- GitLab Pages auto-publishes HTML on every merge to main.
- Selection-driven 💬 bubble — a small JS widget watches text selection.
On click, it navigates the browser to GitLab's "New issue" page with title
- description + label prefilled. GitLab authenticates the user with their existing session cookie.