원클릭으로
astro-pages-validate-deploy
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
Avoid `.App` executable assembly names for runnable .NET samples on macOS
| name | astro-pages-validate-deploy |
| description | Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks |
| domain | docs |
| confidence | high |
| source | earned |
Use this when an Astro site has moved beyond initial bootstrap and now needs production-safe metadata, validation, and GitHub Pages deployment behavior.
astro.config.mjs; do not mix project-subpath URLs with custom-domain metadata.npm run build:validate that checks built HTML for internal links, required root artifacts (CNAME, robots.txt, sitemap.xml), and basic accessibility landmarks before deploy.CNAME) and sync it into the Astro public assets before building so deploy output cannot drift from Pages configuration.og:url values per route and fail the build if any generated artifact still contains the legacy domain.gh-pages only after validation passes, and treat Pages configuration as incomplete until the branch exists and DNS resolves.CNAME as the custom-domain source of truth and sync it into the Astro public output during deploy so local builds and published Pages artifacts cannot drift.docs-site/src/layouts/BaseLayout.astrodocs-site/scripts/check-links.mjsdocs-site/src/pages/robots.txt.tsdocs-site/src/pages/sitemap.xml.tsCNAME.github/workflows/deploy-site.ymlcname, committed CNAME, and generated dist/CNAME drift apart during a domain move.gh-pages and public DNS exist.