بنقرة واحدة
mistake-restructure
错题本结构优化技能。自动分析错题关联、按知识点分类索引、生成关联网络图。触发词:"重构错题本"、"整理错题结构"、"优化错题索引"。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
错题本结构优化技能。自动分析错题关联、按知识点分类索引、生成关联网络图。触发词:"重构错题本"、"整理错题结构"、"优化错题索引"。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level orientation to opencli, see opencli-usage.
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through diagnosing the failure via OPENCLI_DIAGNOSTIC, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing adapters — see opencli-adapter-author for that.
Use at the start of any OpenCLI session — this is the top-level map of what `opencli` can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".
This skill should be used when the user asks to sync study progress with MemOS, especially `/sync 拉取` to read the latest cross-device context or `/sync 上传` to save today's learning state from local notes.
整理考研数学/专业课章节笔记,生成结构化总结文件。**触发词**:"章节总结"、"整理章节"、"汇总这一章"、"章节笔记"、"数学���记总结"、"整理数学笔记"、"做一个总结"、"总结一下这一章"、"帮我总结"、"写个XX的章节总结"。功能包括:提取重要定义定理公式、保留个人理解、按章节结构组织、生成📝章节总结.md文件。**支持科目**:考研数学、数字电子技术、模拟电子技术等。
| name | mistake-restructure |
| description | 错题本结构优化技能。自动分析错题关联、按知识点分类索引、生成关联网络图。触发词:"重构错题本"、"整理错题结构"、"优化错题索引"。 |
# 重构指定错题本
python .claude/skills/mistake-restructure/scripts/restructure.py \
--input "考研数学/高数-函数极限与连续/错题本.md"
# 预览模式(不修改文件)
python .claude/skills/mistake-restructure/scripts/restructure.py \
--input "考研数学/高数-数列极限/错题本.md" \
--preview
/mistake-restructure 重构 高数-函数极限与连续 的错题本
重构后的错题本结构:
pip install pyyaml
创建日期: 2026-03-25