baseline

Evaluate Markdown content for link, image, attribution, voice, and SEO issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PeterSalvato/joinery --skill baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseline
Source: https://github.com/PeterSalvato/joinery/tree/main/skills/baseline
Command: npx skills add https://github.com/PeterSalvato/joinery --skill baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Baseline checks identify and report content health issues across published pages, ensuring links, images, references, attribution, voice, and SEO remain correct and consistent.

Core Features & Use Cases

  • 1.1 Links Resolve: verify internal links point to existing, published content.
  • 1.2 Images Exist: ensure referenced images exist in assets/img/.
  • 1.3 Cross-References Hold: validate mentions of other projects are either live or non-committal.
  • 1.4 Attribution Chain: check index.html JSON-LD creator and hub links are intact, and sameAs is accurate.
  • 1.5 Voice Violations: detect tone issues and banned phrasing per governance guidelines.
  • 1.6 SEO Metadata: ensure description, seo_keywords, and last_modified exist and are unique.
  • 1.7 Vocabulary Tooltips Functional: ensures terms have tooltips rendered where applicable.
  • Use Case: leverage this baseline to catch issues before publishing or run audits post-implementation.

Quick Start

Run the baseline checks to validate links, images, attributions, voices, and SEO metadata across all published pages.

Frequently Asked Questions about baseline

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

FAQPage Schema
How do I audit content health and SEO metadata in Markdown files?

You can validate Markdown content health by running automated checks on internal links, image assets, SEO metadata, and voice guidelines. The process generates a pass or fail report detailing broken cross-references and attribution issues across all published pages.

What is the best way to check internal links and cross-references before publishing?

The best way to check internal links is to run a baseline audit verifying that internal links resolve to existing published content. This validates cross-references and ensures project mentions are either live or non-committal before publication.

How do I verify image assets and attribution chains in my content?

You verify image assets and attribution chains by scanning for referenced images in the assets directory and validating index.html JSON-LD creator links. This confirms sameAs metadata accuracy and ensures attribution chains remain intact across your content.

Does this content quality audit detect voice violations and banned phrasing?

Yes, the content quality audit detects voice violations by evaluating tone issues and banned phrasing per governance guidelines. It scans Markdown-based content to ensure voice consistency across all published pages before generating its report.

Can I use this to ensure SEO metadata like descriptions and keywords are unique?

Yes, you can ensure SEO metadata uniqueness by checking that description, seo_keywords, and last_modified fields exist and remain unique across pages. This SEO metadata validation is part of the standard baseline content health check.

What limitations exist when checking vocabulary tooltips and asset presence?

A key limitation is that vocabulary tooltip checks only verify terms have tooltips rendered where applicable, and asset checks are limited to specific directories like assets/img. The audit generates pass or fail reports but does not automatically fix the detected issues.