with one click
md-summarizer
// 分析和总结指定的本地 Markdown 文件,并输出结构化的中文总结。当用户请求总结、分析或提取本地 Markdown 文档信息时调用此技能。
// 分析和总结指定的本地 Markdown 文件,并输出结构化的中文总结。当用户请求总结、分析或提取本地 Markdown 文档信息时调用此技能。
Review Agent Skill directories and SKILL.md files against best practices. Use this skill when the user wants to review, validate, or check an Agent Skill implementation.
Use when you want to deeply understand an unfamiliar codebase and generate reusable cognitive skills from it, by providing a local path or GitHub URL
整理和优化项目目录结构。当用户请求整理目录、分类文件、清理无用文件或重构文件夹结构时调用此技能。
审查技术文档。支持四种独立评审类型:大纲评审(检查目录与结构逻辑)、内容评审(检查文字准确性与代码质量)、资产评审(校验链接与引用合规)、格式评审(校对纯视觉排版与标点)。当用户请求审查或修正 Markdown 文档时使用。
检查 Markdown 文件中的本地和外部链接有效性。当用户需要验证、检查 Markdown 文档或项目的链接可访问性时调用此技能。
将指定的本地 Markdown 文件翻译成指定语言(默认中文),并在文件名中添加语言标识后缀。当用户请求翻译本地 Markdown 文档时调用此技能。
| name | md-summarizer |
| description | 分析和总结指定的本地 Markdown 文件,并输出结构化的中文总结。当用户请求总结、分析或提取本地 Markdown 文档信息时调用此技能。 |
Analyze and summarize text content from local Markdown files, outputting structured analysis in Chinese.
Use the appropriate file reading tool to read the contents of the local Markdown file(s) specified by the user. If multiple files are provided, read them in parallel if possible. Verification: After reading, verify the content. If the file is completely empty or lacks substantive text content (e.g., only contains a few image links), notify the user immediately and abort the summarization for that specific file.
For each file, produce a structured analysis in Chinese with these sections. The output must be professional, objective, and insightful.
## [File Name]
### 1. 核心概要 (Executive Summary)
A single paragraph summarizing the core message and main theme of the document.
### 2. 关键要点 (Key Takeaways)
- Use an unordered list to highlight the most important points, facts, or arguments. Keep it concise.
### 3. 深度解析 (Deep Analysis)
A deep dive into the significance, context, and details of the content.
- Highlight the underlying logic or mechanisms described in the text.
- Include any critical data, statistics, or evidence presented.
- Point out the author's primary stance or bias (if applicable).
### 4. 值得关注的细节 (Notable Highlights)
Notable quotes, unique perspectives, surprising information, or edge cases mentioned.
### 5. 结论与行动建议 (Conclusion & Actionable Advice)
Actionable advice, recommendations, or next steps derived from the content.
If not applicable, summarize the final verdict.
After analyzing each file individually, add a comprehensive comparison section:
## 综合对比分析 (Cross-Reference Analysis)
### 共同主题 (Common Themes)
Identify shared concepts, consistent viewpoints, or industry trends across all documents.
### 差异与冲突 (Differences & Contradictions)
Highlight conflicting data, varying perspectives, or different methodologies proposed across the sources.
### 综合结论 (Synthesis)
Merge the insights from all provided documents into a unified conclusion.
核心概要 and 关键要点 sections.