What problem does it solve?
This Skill automates the validation and preparation steps required to safely publish generated documentation to GitHub Pages, removing manual checks and reducing deployment regressions.
Core Features & Use Cases
- Documentation Validation: Counts generated components, verifies existence of required HTML pages, and validates JSON manifests to catch generation errors early.
- Repository Readiness Checks: Runs git status inspections to detect uncommitted changes and provides clear next steps for committing and pushing documentation changes.
- Deployment Guidance: Outlines the required GitHub Actions workflow configuration and permissions to enable GitHub Pages deployment.
- Use Case: After a CI job generates site artifacts for the compound-engineering-plugin, use this Skill to confirm artifacts are complete, JSON is valid, and the Pages workflow is configured before publishing.
Quick Start
Validate the documentation site, ensure all generated HTML pages and JSON files are present and valid, and prepare or verify the GitHub Pages workflow for deployment.