guide.historicalversion

Copy latest guide content to history folder and update front matter metadata.

11|10|Updated Jun 29, 2025
One-click install
npx skills add https://github.com/KanbanGuides/KanbanGuides --skill guide-historicalversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide.historicalversion
Source: https://github.com/KanbanGuides/KanbanGuides/tree/main/.agents/skills/guide.historicalversion
Command: npx skills add https://github.com/KanbanGuides/KanbanGuides --skill guide-historicalversion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating historical versions of guide content, reducing manual steps and ensuring a clear version history.

Core Features & Use Cases

  • Version Creation: Snapshots the current 'latest' content into the history folder.
  • Metadata Updates: Automatically updates front matter metadata for both primary and translation files.
  • Translation Support: Handles multiple language versions with consistent metadata updates.
  • Use Case: Ideal for organizations that need to maintain a detailed history of their guide content, such as documentation teams or knowledge base managers.

Quick Start

Create a historical version of the 'open-guide-to-kanban' guide for version '2025.7':

.\.agents\skills\guide.historicalversion\Create-HistoricalVersion.ps1 -Guide "open-guide-to-kanban" -Version "2025.7"

Frequently Asked Questions about guide.historicalversion

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

FAQPage Schema
How do I automate guide content versioning in PowerShell?

Maintain guide version history by automatically copying the latest content to a history folder and updating front matter metadata. This ensures a clear, consistent record of guide content changes over time.

How do I snapshot the latest guide content into a history folder?

Run the Create-HistoricalVersion PowerShell script with the guide name and target version number. This copies current guide content to the history folder and updates front matter metadata automatically.

Does the historical versioning script support translation files?

Yes, the historical versioning script supports translation files by automatically updating front matter metadata for both primary and translated content. This ensures consistent versioning metadata across multiple language versions of the guide.

What is the best way to maintain history of guide content versions?

The best way to maintain guide content version history is using a PowerShell script that copies the latest content to a history folder and updates front matter metadata. This reduces manual steps and ensures a clear version history for documentation teams.

Do I need PowerShell to create historical versions of guides?

Yes, you need PowerShell to create historical versions of guides with this tool, as it relies on PowerShell scripts to copy content to the history folder and update front matter metadata across primary and translation files.