Safety-first publishing automation.
The new deploy-blog skill owns the final publishing gate for blog and project-update content. It runs strict preflight checks before anything goes live:
- Secrets scanning: Catches API keys, tokens, and local paths
- Privacy checks: Flags confidential or internal-only content
- Quality validation: Verifies frontmatter, tags, and metadata
- Release gates: Ensures builds pass and content is ready
This prevents the classic mistakes: accidentally publishing secrets, pushing broken metadata, or deploying half-finished drafts.
The skill integrates with the existing publishing workflow and adds explicit approval gating — nothing goes live without a human yes.
Reference commit: 6536030