BeClaude

msh-exam-analysis

New
2GitHub TrendingGeneralby JiHuiYiYou

模考错题分析(名师汇出国 / mingshihuichuguo.com)。拿到考试 URL 后,按"手写版"人味风格产出阅读/听力错题分析 txt 到桌面。When the user mentions 错题分析 / 模考 / homework/student/ URL from mingshihuichuguo, use this skill.

First seen 6/20/2026

Summary

com.

  • txt) to the user's desktop with colloquial explanations, key citations, and vocabulary notes.

Overview

MSH 模考错题分析

针对 mingshihuichuguo.com/homework/student/<id> 的模考作业,按学生 本人手写习惯输出两份错题分析 txt 到桌面:

  • 阅读.txt
  • 听力.txt

只写阅读和听力。写作 / 口语不在范围内(用户不要求)。

触发

  • "做一下模考错题分析" + 给 URL
  • "分析一下这次的错题" + 给 URL
  • 粘贴错题相关内容

流程

1. 拿数据

参考 references/数据获取.md

  • 用户已登录的情况下:用 playwright-cli attach 用户的 Edge(CDP 9222)
  • 用户没登录:让用户先登录,或者把内容粘贴成文件
  • 拿到每道错题的:题号 / 类型 / 题干 / 4 选项 / 学生答案 / 正确答案 / 原文

2. 写报告

输出位置(用户桌面):

code
~/Desktop/阅读.txt
~/Desktop/听力.txt

只分析错的题。对的题不写,不总结"对了几道/错了哪几道"。

3. 收尾

告诉用户两个文件路径。

风格硬要求(不达标 = 重写)

完整对照见 references/style-guide.md。最关键的几条:

  1. 不要大段原文。最多贴 1-2 句关键引文,长文只写一句摘要。
  2. 只分析错的那一项。不写 A→B→C→D 全覆盖。
  3. 表述口语化。"脑子一抽就想到..."、"被 X 带跑了"、"只听到 X 后面没注意"。
  4. 生词随便一点。一行一个,词 + 中文意思就行,不写音标不写三栏。
  5. 不用人类打不出的符号。避开 → ✔ ✘ ─ 【】 ■ 这种。空行和标点就够了。
  6. 少用 `/`。除了写网络短语可以接受,其它地方别堆 /
  7. 填词题只要简短中文翻译,不需要完整答案,不需要抄题目。
  8. 不写正确率 / 错了几个
  9. 文件名越简单越好阅读.txt,别带"第五次模考-真题16-"这种长前缀)。
  10. 不抄题。题干用自己话说出来,不复制粘贴原题文字。

题型处理

词汇填空

  • 一句错因(怎么填错的 / 应该是哪个)
  • 简短中文翻译(每段一两句意译,不用逐句雕琢)
  • 生词一行一个:词 + 中文

不要:完整答案列表、抄题目、原文整段贴、生词三栏字典。

阅读(生活类 / 学术类)

  • 一句错因(口语化)
  • 只写错的那个选项的判断 + 1-2 句为什么
  • 学术类可以加一句"主旨"和"框架",但要短
  • 不写长段引文

听并回应

  • 原文只写 prompt 那一行
  • 一句错因
  • 只写错的那个选项的判断

对话 / 讲座 / 公告

  • 原文只写一句中文摘要 + 1-2 句关键引文(不贴整段 transcript)
  • 题干自己说一遍,不抄
  • 一句错因
  • 只写错的那个选项

关联资源

  • references/style-guide.md — 风格正反例
  • references/数据获取.md — 拿 URL → 抓数据的流程
  • references/模板对照.md — 同一道题,手写版 vs AI 版的对比
  • 手写错题分析/ — 5 份原始手写样本

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/msh-exam-analysis.md https://raw.githubusercontent.com/JiHuiYiYou/msh-skill/main/SKILL.md
3
Invoke in Claude Code
/msh-exam-analysis

Use Cases

Analyze reading and listening errors from a mock exam URL and produce personalized handwritten-style notes.
Quickly generate error analysis files for a student's homework without manual review.
Create concise, student-friendly mistake explanations for reading comprehension questions.
Generate vocabulary lists with Chinese translations based on errors in mock exams.
Produce listening error analysis with key transcript summaries and option-level reasoning.
Batch process multiple homework URLs to generate error reports for a class.

Usage Examples

1

/msh-exam-analysis https://mingshihuichuguo.com/homework/student/12345

2

分析一下这次的错题 https://mingshihuichuguo.com/homework/student/67890

3

做一下模考错题分析,URL是 https://mingshihuichuguo.com/homework/student/11111

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is msh-exam-analysis?

This skill automatically generates handwritten-style error analysis for reading and listening sections of mock exams from mingshihuichuguo.com. It fetches student homework data via a given URL, analyzes only incorrect answers, and outputs two plain-text files (reading.txt and listening.txt) to the user's desktop with colloquial explanations, key citations, and vocabulary notes.

How to install msh-exam-analysis?

To install msh-exam-analysis: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/msh-exam-analysis.md https://raw.githubusercontent.com/JiHuiYiYou/msh-skill/main/SKILL.md. Finally, /msh-exam-analysis in Claude Code.

What is msh-exam-analysis best for?

msh-exam-analysis is a skill categorized under General. Created by JiHuiYiYou.

What can I use msh-exam-analysis for?

msh-exam-analysis is useful for: Analyze reading and listening errors from a mock exam URL and produce personalized handwritten-style notes.; Quickly generate error analysis files for a student's homework without manual review.; Create concise, student-friendly mistake explanations for reading comprehension questions.; Generate vocabulary lists with Chinese translations based on errors in mock exams.; Produce listening error analysis with key transcript summaries and option-level reasoning.; Batch process multiple homework URLs to generate error reports for a class..