blog-project-health

Run universal project-health checks followed by blog-specific Jekyll validations.

1|5|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mdproctor/cc-praxis --skill blog-project-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-project-health
Source: https://github.com/mdproctor/cc-praxis/tree/main/blog-project-health
Command: npx skills add https://github.com/mdproctor/cc-praxis --skill blog-project-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Health checks for GitHub Pages / Jekyll blog projects. Runs all universal checks from project-health first, then adds blog-specific checks for Jekyll structure, post conventions, content quality, and site integrity.

Core Features & Use Cases

  • Universal checks from project-health are executed first, ensuring consistency across blog projects.
  • Blog-specific checks cover Jekyll structure, post conventions, content quality, and site integrity.
  • Output is prefixed with [blog] to distinguish blog-specific findings from universal results.

Quick Start

Invoke the blog-project-health skill to run universal checks followed by blog-specific checks.

Frequently Asked Questions about blog-project-health

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

FAQPage Schema
How do I run a health check on my Jekyll blog hosted on GitHub Pages?

A Jekyll blog health check executes universal project validations first, then appends blog-specific checks for Jekyll structure, post conventions, content quality, and site integrity, reporting tiered outputs to CLAUDE.md.

What does a Jekyll blog health check validate?

A Jekyll blog health check validates site integrity by verifying _config.yml, _posts, _layouts, _includes, and assets. It checks content quality and post conventions, appending blog-specific findings prefixed with [blog] to universal project health results.

Can I use this health check for any Jekyll project?

This health check applies to Jekyll blog projects detected in CLAUDE.md. It requires the universal project-health checks framework and applies blog-specific augmentations to ensure content quality and site integrity for GitHub Pages blogs.

How do Jekyll blog health checks differ from general project health checks?

Jekyll blog health checks run general project-health checks first, then append blog-specific validations for Jekyll structure and post conventions. Blog findings are prefixed with [blog] to distinguish them from universal results.

Why is my Jekyll blog health check not working?

Your Jekyll blog health check may not work if the blog project is not properly detected in CLAUDE.md, or if the required universal project-health checks framework is missing. Ensure _config.yml and Jekyll directories exist for validation.