site-reliability-engineer

Validate Docusaurus site health with pre-commit MDX and link checks.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/erichowens/some_claude_skills --skill site-reliability-engineer-erichowens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-reliability-engineer
Source: https://github.com/erichowens/some_claude_skills/tree/main/.claude/skills/site-reliability-engineer
Command: npx skills add https://github.com/erichowens/some_claude_skills --skill site-reliability-engineer-erichowens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures site health for Claude Skills showcase through pre-commit MDX validation, build health checks, and deployment safety gates.

Core Features & Use Cases

  • Pre-commit MDX validation and Liquid/angle-bracket checks
  • Build health reports and post-build validation
  • Deployment gate scripting for safe releases
  • Documentation quality checks and link validation

Quick Start

Run pre-commit validations and a local build to ensure your SKILL.md frontmatter and references are correct.

Frequently Asked Questions about site-reliability-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate MDX and Liquid syntax in my Docusaurus site before deployment?

Pre-commit MDX validation checks your documentation syntax, Liquid template tags, and angle-bracket constructs automatically before commits. This catches formatting errors early and prevents build failures from reaching production.

What does a Docusaurus build health report include?

Build health reporting validates SkillHeader props, detects missing assets, checks links post-build, and generates automated reports. These checks enforce quality thresholds and surface issues before deployment.

Can I enforce deployment gates to prevent unsafe releases?

Yes. Deployment gate scripting with configurable health thresholds stops releases when validation fails. GitHub Actions integration automates these checks in your CI/CD pipeline.

How do I set up pre-commit validation for my documentation?

Run pre-commit validation scripts locally to check SKILL.md frontmatter and references. A local build confirms all MDX, links, and assets pass before pushing code.

Does this work with GitHub Actions for continuous integration?

Yes. The Skill integrates with GitHub Actions CI/CD pipelines to automate pre-build MDX validation, post-build health checks, and deployment gate enforcement across your workflow.

What happens if a link or asset is missing during the build?

Post-build validation detects missing assets and broken links, then reports them in health checks. Configurable thresholds determine whether these issues block deployment.