slide-verifier

Automate Slidev slide verification with lint, smart, or Playwright-based full checks.

2|9|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/MSBart2/CopilotTraining --skill slide-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-verifier
Source: https://github.com/MSBart2/CopilotTraining/tree/main/.github/skills/slide-verifier
Command: npx skills add https://github.com/MSBart2/CopilotTraining --skill slide-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Slide Verifier automates the verification of Slidev slides to catch rendering issues, content overflow, broken assets, and navigation problems.

Core Features & Use Cases

  • Lint Mode: Static analysis for quick feedback
  • Smart Mode: Adaptive verification that runs Playwright only when needed
  • Full Mode: Complete visual checks with screenshots for regression testing
  • CI/CD Ready: Generates reports and artifacts for pipelines

Quick Start

Run the slide-verifier script on a slide file using lint, smart, or full modes to verify slides.

Frequently Asked Questions about slide-verifier

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

FAQPage Schema
How do I check Slidev slides for content overflow and rendering issues?

To check Slidev slides for content overflow and rendering issues, you can run an automated verification script using full mode. This performs visual checks with Playwright, captures screenshots, and reports console errors to detect broken layouts.

Can I run static lint checks on Slidev slides without a browser?

Yes, you can run static lint checks on Slidev slides without a browser by using lint mode. This provides quick feedback through static analysis to identify rendering problems and broken assets before deploying.

How do I integrate Slidev slide verification into a CI/CD pipeline?

You integrate Slidev slide verification into a CI/CD pipeline by running the verifier in your pipeline scripts. It generates detailed reports and artifacts for lint rules, overflow detection, and Playwright checks to catch regressions automatically.

What is the best way to automate Playwright checks for Slidev slides only when needed?

The best way to automate Playwright checks for Slidev slides only when needed is to use smart mode. This adaptive verification runs static lint first and only triggers full Playwright visual checks when potential issues are detected.

Does Slidev verification support detecting broken assets and navigation problems?

Yes, Slidev verification supports detecting broken assets and navigation problems. The automated checks scan individual slide decks or entire collections to identify missing resources and broken links during the rendering process.