What problem does it solve?
Writing and publishing internal engineering docs involves repetitive manual steps: drafting Markdown, rendering an HTML sibling, keeping the repo index tidy, and opening a pull request. This Skill automates that entire workflow for the private browseros-ai/internal-docs repository while enforcing consistent voice and structure rules.
Core Features & Use Cases
- Guided doc authoring: Scopes the subject, type (setup, features, architecture, designs), filename, and owner, then drafts from repo templates with file-and-line citations.
- Markdown plus HTML output: Writes the .md source and renders a self-contained .html sibling from a bundled template, with the Markdown always treated as the source of truth.
- Repo hygiene and PR automation: Runs a tidy pass for dead links, missing index entries, and misfiled docs, then commits changes separately and opens a PR via the GitHub CLI.
- Use Case: After merging a feature branch, invoke the skill with a topic like "nightly signing" to produce a cited feature note, update the README index, and land a reviewable PR without touching your local submodule checkout.
Quick Start
Ask the assistant to write an internal doc about a specific topic, for example by saying: use the write-internal-docs skill to document the nightly signing pipeline.