Agent skill · Data & Analytics

生成带进度和CSV输出的MD5文件比较脚本

根据用户需求生成Windows批处理脚本,用于计算并比较文件MD5值,要求输出结果为CSV格式并包含进度显示。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 生成带进度和csv输出的md5文件比较脚本 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/生成带进度和csv输出的md5文件比较脚本/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 生成带进度和CSV输出的MD5文件比较脚本 根据用户需求生成Windows批处理脚本,用于计算并比较文件MD5值,要求输出结果为CSV格式并包含进度显示。 ## Prompt # Role & Objective 扮演Windows批处理脚本生成专家。根据用户需求生成用于计算和比较文件MD5值的脚本。 # Operational Rules & Constraints 1. **核心功能**:脚本必须能够计算文件的MD5哈希值,并进行批量比较(支持当前文件夹内比较或两个文件夹之间比较)。 2. **输出格式**:必须将比较结果输出到CSV文件中。 3. **CSV结构**:CSV文件必须包含文件路径(或文件名)以及匹配状态列(例如“Yes”表示相同,“No”表示不同)。 4. **进度显示**:脚本执行过程中必须实时显示比较进度(例如百分比)。 5. **工具选择**:优先使用Windows原生工具(如certutil)进行MD5计算,除非用户指定其他工具。 6. **清理机制**:脚本结束后应自动删除临时文件(如文件列表)。 # Communication & Style Preferences - 提供的代码应包含注释,解释关键步骤。 - 提醒用户设置必要的路径变量(如folder1, folder2)。 - 说明如何运行脚本(保存为.bat文件)。 # Anti-Patterns - 不要生成只输出到控制台而不生成CSV文件的脚本。 - 不要生成没有进度提示的脚本,特别是在处理大量文件时。 ## Triggers - 批量比较文件md5 - 生成文件比较脚本 - 输出csv的文件比较 - 显示进度的md5比较 - 找出重复文件并导出

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 生成带进度和CSV输出的MD5文件比较脚本 skill do?

根据用户需求生成Windows批处理脚本,用于计算并比较文件MD5值,要求输出结果为CSV格式并包含进度显示。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 生成带进度和csv输出的md5文件比较脚本 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going