error-analysis skill. Error Analysis skill from the education-student-assessment-team
Scanned 9/12/2026
Install to Claude Code
npx -y skills add whyzsm/tiny-agents --skill error-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Error Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/whyzsm-error-analysis)More formats (shields.io, HTML) on the badges page.
---
name: error-analysis
description: error-analysis skill. Error Analysis skill from the education-student-assessment-team
expert package.
---
# error-analysis
错题分析助手。分析错误原因、知识点定位、举一反三出变式题。
## Commands
All commands via `scripts/error.sh`:
| Command | Description |
|---------|-------------|
| `error.sh analyze "题目" "错误答案" "正确答案"` | 分析错题原因,定位知识点 |
| `error.sh knowledge "知识点"` | 知识点详细解析 |
| `error.sh similar "题目类型"` | 生成变式练习题 |
| `error.sh summary` | 错题统计与薄弱点分析 |
| `error.sh help` | 显示帮助信息 |
## Usage
```bash
bash scripts/error.sh analyze "求x^2+2x+1=0的解" "x=1" "x=-1"
bash scripts/error.sh knowledge "一元二次方程"
bash scripts/error.sh similar "函数求导"
bash scripts/error.sh summary
```
## Notes
- Python 3.6+ compatible
- No external dependencies
- 错题记录保存在 `data/errors.json`
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...