blog-qa

Cross-verify data shapes, routing, and SEO for blog projects.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jjc4480/my-blog --skill blog-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-qa
Source: https://github.com/jjc4480/my-blog/tree/main/.claude/skills/blog-qa
Command: npx skills add https://github.com/jjc4480/my-blog --skill blog-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

블로그 프로젝트의 통합 품질을 한눈에 파악하기 어려운 문제를 해결합니다. 이 스킬은 빌드 상태, 컴포넌트 간 경계면, 라우팅 정합성, SEO/접근성, 그리고 AI 템플릿 느낌까지 여러 차원에서 일관성을 보장합니다.

Core Features & Use Cases

  • 빌드 검증: 빌드 실패 시 리포트를 남기고 프로세스를 중단합니다.
  • 경계면 교차 검증: Post 타입, Frontmatter, 컴포넌트에서 데이터 필드의 일치를 확인합니다.
  • 라우팅/링크 및 SEO 검토: 내부 링크와 메타데이터의 일관성을 확인합니다.
  • 보고서 생성 및 재현성: 한 눈에 결과를 검토 가능한 QA 리포트를 생성합니다.

Quick Start

Run the blog-qa workflow on the current project to generate a full QA report and highlight data, routing, and SEO inconsistencies.

Frequently Asked Questions about blog-qa

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

FAQPage Schema
How do I run end-to-end blog QA to check routing and SEO before deployment?

Run end-to-end blog QA to cross-verify data shapes, components, routing, and SEO compliance. It checks build success, boundary consistency, and internal links, then generates an automated QA report highlighting inconsistencies to fix before deployment.

How does cross-source data validation work for blog frontmatter and components?

Cross-source data validation works by cross-verifying data shapes across Post types, frontmatter, and components. It identifies boundary mismatches where data fields are inconsistent, ensuring your blog components receive correctly structured data to prevent runtime errors.

What is the best way to catch boundary mismatches in a blog project?

The best way to catch boundary mismatches is to run a pre-deploy quality assurance check that cross-verifies data shapes and components. It validates routing integrity and template style consistency, generating a comprehensive report of any boundary mismatches found.

Does automated blog QA check accessibility and internal link consistency?

Yes, automated blog QA checks accessibility and internal link consistency. It cross-verifies internal links and metadata to ensure routing integrity, validating that SEO compliance and accessibility checks pass before your blog project build is deployed.

Why does my blog build fail during pre-deploy quality assurance validation?

Your blog build fails during pre-deploy quality assurance because the validation process detects critical boundary mismatches or routing integrity issues. It intentionally halts the process and generates a QA report to ensure build success and template style consistency.