article-post-edit-actions

Update Modified date and append Edits history to Markdown articles.

4|1|Updated Jan 11, 2018
One-click install
npx skills add https://github.com/izikeros/blog --skill article-post-edit-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-post-edit-actions
Source: https://github.com/izikeros/blog/tree/main/.factory/skills/article-post-edit-actions
Command: npx skills add https://github.com/izikeros/blog --skill article-post-edit-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes post-edit metadata by updating the Modified date in the front matter and ensuring an Edits changelog is appended at the bottom of markdown articles.

Core Features & Use Cases

  • Updates the Modified date in article front matter to reflect the latest edit.
  • Creates or updates an Edits: section near the bottom of the article to track changes with date-stamped entries.
  • Works automatically after edits or can be invoked on-demand to maintain consistent version history across posts.

Quick Start

Edit a markdown article to update the Modified date and append an Edits history at the bottom.

Frequently Asked Questions about article-post-edit-actions

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

FAQPage Schema
How do I automatically update the modified date in markdown front matter after editing?

To automatically update the modified date in markdown front matter after editing, this skill parses the metadata and sets the Modified field to reflect the latest edit, either invoked by editors or workflow automation.

What is the best way to maintain an edit history changelog at the bottom of a markdown blog post?

Maintaining an edit history changelog in a markdown blog post is done by appending a standardized Edits section at the bottom of the article, creating or updating date-stamped entries to track post-edit changes consistently.

Can I use this to standardize front matter metadata across multiple markdown articles?

Yes, you can standardize front matter metadata across multiple markdown articles by invoking the skill automatically through workflow automation, ensuring every post receives consistent Modified date updates and Edits history tracking.

How does the edits history tracking mechanism work for markdown files?

The edits history tracking mechanism works by parsing the markdown file's front matter to update the Modified date, then appending or updating a standardized Edits section near the bottom with date-stamped changelog entries.

Do I need a specific editor to trigger markdown metadata updates for blog posts?

No specific editor is required; the metadata updates for markdown blog posts can be triggered by editors automatically after edits or invoked on-demand, integrating with existing workflow automation without rigid editor dependencies.