wpsnote/wpsnote-skills

misconception-finder

当用户希望检查一篇 WPS 学习笔记里是否存在理解错误、概念混淆、逻辑跳步或表述过虚时使用此 Skill。适合课后自查、复习前校正、讲给别人之前自检,以及“我是不是以为自己懂了?

First seen Apr 7, 2026

Installation

$ npx skills add wpsnote/wpsnote-skills --skill misconception-finder

Also in this package

Other skills from wpsnote/wpsnote-skills · top by installs.

npx skills add wpsnote/wpsnote-skills

Browse all from wpsnote/wpsnote-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 174
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,829 B
  • docs SUMMARY.md 297 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 20 installs

SKILL.md

WPS Misconception Finder 2.0

Follow the shared workflow in [../wps-learning-workflow.md](../wps-learning-workflow.md).

Inputs

  • 一篇 WPS 学习笔记、解释稿或复习笔记
  • 可选的主题标签
  • 可选的教材摘要、答案要点或参考资料

Output

A structured WPS-ready 误解诊断结果,包含问题定位、修正建议和小型自测问题。

What this skill should produce

这是一个“诊断 + 修复”型 skill,不是语言润色器。

建议包含这些部分:

  1. overall understanding diagnosis
  2. high-confidence errors
  3. possible misunderstandings
  4. missing evidence or examples
  5. better phrasing for understanding repair
  6. mini self-test

WPS-first rules

  • 尽量引用用户笔记里的原句,告诉用户具体哪里出了问题。
  • 修正建议要能直接回填到笔记里,而不是只给抽象评价。
  • 每个关键误解最好都附一条自测题,方便立刻验证。

Quality rules

  • 明确区分 clearly wrong、likely confused、too vague to trust。
  • 低置信度的问题要说明为什么只是“可能误解”。
  • “better phrasing” 的目标是修正理解,不是把句子写得更华丽。

Do not use when

  • 用户只是想润色文字表达
  • 原始笔记内容太薄,无法支撑有效诊断
  • 用户真正要做的是前置知识缺口分析

Recommended next skill

Usually recommend:

  • notes-to-flashcards
  • prerequisite-gap-finder