skills/markdown-changelog/SKILL.md
Compare two markdown files and generate a structured changelog in open-source standard format (date-based versions, Summary/Added/Changed/Removed tables). Use whenever the user wants to compare .md file versions, create a changelog or release notes, document version differences, or mentions "changelog", "版本差异", "修订日志", "diff", "变更记录" in context of markdown files.
npx skillsauth add kit101/skillz markdown-changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compare two markdown files and generate a changelog in open-source standard format.
Confirm the two markdown files to compare:
Extract the date from each filename if present (e.g., 20260609 → 2026-06-09), or ask the user.
diff -u <old-file> <new-file>
Read the diff output carefully. Group every change into:
For each item, note its location (section number or heading name).
Extract 3-5 high-level themes from the changes, e.g.:
Present as a table:
| 维度 | 说明 |
|------|------|
| **规范化** | ... |
Write to <original-name>.changelog.md (e.g., 模型三.changelog.md), in the same directory as the new file.
ALWAYS use this exact structure:
# Changelog
## [NEW-DATE]
> 从 [OLD-DATE](./path/to/old-file.md) 升级
### Summary
| 维度 | 说明 |
|------|------|
| ... | ... |
### Added
| 位置 | 内容 |
|------|------|
| ... | ... |
### Changed
| 位置 | 修订前 | 修订后 |
|------|--------|--------|
| ... | ... | ... |
### Removed
| 位置 | 内容 | 原因 |
|------|------|------|
| ... | ... | ... |
---
## [OLD-DATE]
- 初稿
从 [DATE] line links to the old file's pathdocumentation
Convert academic papers, theses, and technical documents from .docx to clean Markdown with proper LaTeX formulas, equation numbering, figures, and tables. Triggers when the user mentions converting a .docx paper/thesis/document to Markdown, extracting formulas from Word to LaTeX, or cleaning up pandoc-generated Markdown with formula artifacts. Also trigger when user says "docx转md", "word转markdown", "论文转markdown", "公式转latex", or mentions pandoc output has broken/escaped formulas.
development
Convert Markdown files to PDF with Chinese formatting, LaTeX math formulas, and embedded images. Use this skill whenever the user wants to turn a .md file into a PDF document, especially when the Markdown contains Chinese text, math formulas ($$ or $), tables, or images. Triggers include:"md转pdf", "markdown to pdf", "导出pdf", "生成pdf", "convert md to pdf", "转为pdf", or when the user mentions a .md file and asks to make it a PDF.
development
Convert Markdown files to professional .docx documents with Chinese formatting, table styling, automatic TOC, headers/footers, and page layout control. Use this skill whenever the user wants to turn a .md file into a Word document, especially for software requirement specifications, technical reports, requirements documents, or any structured Chinese document. Triggers include: "convert md to docx", "md转docx", "markdown to word", "生成word文档", "导出docx", "make a word doc from markdown".
tools
SSL证书检查器是一个用于检查SSL证书有效期的agent技能,它可以检查指定域名的SSL证书是否即将过期,返回检查结果,使用mcp-email发送即将过期的警告邮件给订阅者。