ielts-reading-review

Review IELTS Reading errors with passage evidence and generate validated DOCX evidence maps and lexicons.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/xiaoshan1234/ai-skill --skill ielts-reading-review-xiaoshan1234
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ielts-reading-review
Source: https://github.com/xiaoshan1234/ai-skill/tree/main/role/english-teacher/skills/ielts-reading-review
Command: npx skills add https://github.com/xiaoshan1234/ai-skill --skill ielts-reading-review-xiaoshan1234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? IELTS learners often review Reading mistakes by only checking the answer key, without understanding where the evidence sits in the passage or why a distractor was attractive. This Skill turns wrong answers into structured error analysis with paraphrase bridges, and produces validated DOCX evidence maps and vocabulary handouts. ## Core Features & Use Cases - Error Evidence Review: For each wrong or uncertain question, locate the exact passage evidence, build the question-to-passage paraphrase bridge, classify the trap type, and assign a micro-drill mapped to a canonical reading skill code. - Validated DOCX Deliverables: Generate and validate a Reading Evidence Map DOCX for 2+ wrong items, or an annotated vocabulary lexicon DOCX with Word comments anchored to phrases in the source passage. - Learning Loop Integration: Record attempts and evidence into a local SQLite mirror synced with the IELTS Buddy cloud event log, driving spaced review and next-activity recommendations. - Use Case: A learner finishes an IELTS Buddy reading session, pastes their answers, and receives a per-question breakdown of evidence, paraphrase, and error type plus a saved DOCX evidence map for later review. ## Quick Start Use the ielts-reading-review skill to analyze my wrong answers on this IELTS Reading passage and create an evidence map DOCX.

Frequently Asked Questions about ielts-reading-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review IELTS Reading wrong answers with passage evidence?▼

Provide the passage, questions, your answers, and the answer key or an IELTS Buddy session result. The skill locates the evidence sentence for each wrong item, writes the paraphrase bridge, explains the trap, and assigns a micro-drill.

How do I create an IELTS reading vocabulary handout from a DOCX?▼

Run the lexicon workflow on a reading passage DOCX. It extracts the passage text, selects 8-18 high-value phrases that appear verbatim, and generates a validated DOCX with Word comments anchored to each phrase plus a summary handout.

Does this skill require the IELTS Buddy MCP connection?▼

No. Core workflows run locally on user-provided passages, answers, and DOCX files. MCP is only needed for cloud learning events, question bank metadata, practice session review, and saving vocabulary to a personal wordbook.

What Python packages does the DOCX generation require?▼

None beyond the Python 3 standard library. The scripts build DOCX files directly with zipfile and XML, and the learning store uses sqlite3, so no pip installs are needed.

Why does the skill refuse to give answers before I finish practicing?▼

The intensive reading workflow preserves one timed browser attempt as a diagnostic sample and avoids revealing answers early. It also never invents official answers when the passage or answer key is missing.