What problem does it solve?
The skill provides context, rules, and practical guidance to help a non-technical blog author create, format, and publish new posts with a clean, repeatable workflow, reducing friction between writing and deployment.
Core Features & Use Cases
- Contextual guidance for drafting posts in Markdown with proper Front Matter.
- Clear explanations of Front Matter fields (title, date, categories, tags, image, youtube_video) and how they map to publishing.
- Step-by-step Git and PR workflow advising on feature branches, commits, and push strategies to keep the main branch stable.
- AI-assisted review and quality checks to catch simple formatting issues before publishing.
- Use Case: When starting a new post, the agent can walk the author through creating _posts/YYYY-MM-DD-slug.md, populating Front Matter, and submitting a PR for review.
Quick Start
Draft a new post by completing the Front Matter, creating a feature branch, and opening a PR for review.