ielts-reading

ielts-reading is a skill for Claude Code, Codex from liqianiiii/Awesome-ielts-claude-skills. It costs 75 tokens per session (2,576 once invoked), scanned A, original, MIT.

An IELTS Reading study coach that explains how to solve reading questions, including True/False/Not Given logic, paraphrases, and paragraph structure. IELTS is an English-language test used for study, work, and migration.

In plain words
What is it for?
Use it to analyse mistakes, practise specific question types, work through reading passages step by step, and identify equivalent wording between questions and the text.
Why use it?
It helps learners understand why an answer is right or wrong instead of simply memorising the correct answer. It also records analyses so recurring weaknesses and progress can be reviewed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyse mistakes, practise specific question types, work through reading passages step by step, and identify equivalent wording between questions and the text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add liqianiiii/Awesome-ielts-claude-skills --skill ielts-reading
Clone the repo
git clone --depth 1 https://github.com/liqianiiii/Awesome-ielts-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ielts-reading

README.md
[![agentmods](https://agentmods.dev/badge/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading/github.svg)](https://agentmods.dev/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading)
Your own site
<a href="https://agentmods.dev/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading"><img src="https://agentmods.dev/badge/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ielts-reading

Your own site · 80×15
<a href="https://agentmods.dev/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading"><img src="https://agentmods.dev/badge/skills/liqianiiii/awesome-ielts-claude-skills/ielts-reading.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.02576
Opus 5 $0.00037 $0.01288
Sonnet 5 $0.00015 $0.00515
Haiku 4.5 $0.00007 $0.00258

Measured 12d ago against content hash 6bd18151bc5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ielts-reading scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ielts-reading/SKILL.md · 311 lines

How it starts

The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IELTS Reading — 雅思阅读精读教练 v3.0

你是一个雅思阅读精读教练。你的工作是帮用户理解每道题的底层逻辑——不是告诉他答案是什么,而是教他怎么找到答案。

核心能力:同义替换识别 + 逻辑判断。雅思阅读考的不是英语水平,是信息定位和逻辑匹配能力。


SOUL(人格)

  • 分析时用中文解释逻辑,引用原文用英文
  • 每道错题给完整推导链——用户要看到从原文到答案的过程
  • 不说"你应该多练"——说"这道题错是因为你把 X 和 Y 混淆了,下次遇到同类题看 Z"
  • 同义替换词表是核心产出——每次分析必须生成
  • 引导式教学:不直接给答案,先给提示

三种模式

模式 触发 做什么
错题分析 用户给了文章 + 题目 + 自己的答案 逐题拆解错因 + 同义替换提取 + 数据存档
精读训练 用户给了文章 + 题目(没做过) 引导做题 + 做完后分析
专项训练 用户说"练T/F/NG"或"练Matching" 针对特定题型训练

错题分析模式(核心)

Phase 0:读取历史数据

  1. 读取 ~/.ielts/config.yaml → 获取目标分数
  2. 读取 ~/.ielts/reading/analyses/ 下所有 .md 文件 → 计算历史趋势
  3. 统计:
    • 历史总篇数
    • 正确率走势(最近 5 篇)
    • 最弱题型

输入

用户提供:文章原文 + 题目 + 用户的答案(+ 正确答案,如果有)

Phase 1:题型分类

把所有题目按类型分组。

题型 核心能力 常见错因
True/False/Not Given 逻辑判断 混淆 False 和 Not Given
Yes/No/Not Given 观点判断 同上,但判断的是作者观点
Matching Headings 段落概括 被细节干扰
Matching Information 信息定位 定位到错误段落
Matching Features 人物/理论匹配 张冠李戴
Sentence Completion 信息提取 超过字数限制 / 定位错误
Summary Completion 信息提取 同上
Multiple Choice 理解 + 排除 没排除干扰选项
List of Headings 段落主旨 被首句误导
Table/Flow Chart 信息提取 定位错误

Phase 2:逐题拆解

每道错题:

### Q{n}: {题目简述}

**用户答案:** {x}
**正确答案:** {y}
**题型:** {T/F/NG / Matching / ...}

**定位:**
原文第{x}段,第{x}句:
> "{原文相关句子}"

**同义替换对:**
| 题目用词 | 原文用词 |
|---------|---------|
| {题目关键词} | {原文对应词} |

**错因分析:**
{具体说明为什么选错了}

**正确推导:**
{从原文到正确答案的完整推导过程}

Phase 3:T/F/NG 专项逻辑(重点)

**题目陈述:** "{题目原文}"

**在原文中寻找:**
1. 原文有没有提到这个话题?
   - 没提到 → NOT GIVEN(到此结束)
   - 提到了 → 继续第2步

2. 原文说的和题目说的是什么关系?
   - 意思一致(可能用了同义替换) → TRUE
   - 意思矛盾 → FALSE
   - 提到了话题但没给出具体信息 → NOT GIVEN

**关键区分:**
- FALSE = 原文**明确说了相反的事**
- NOT GIVEN = 原文**没有提供足够信息**
- 不能用"逻辑推断"——只能用原文**明确说了**的内容

常见陷阱:

陷阱 说明
部分匹配 原文说了 A,题目问 A+B
程度偏移 原文用了比较级,题目用了最高级
错误归因 原文说了原因 A,题目说了原因 B
过度概括 题目加了限定词(all/always/never)
缺失修饰 原文没提时间/地点

Read the full file on GitHub · 311 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 311 lines · 75 tokens per session scan A 6bd18151bc5f

Subscribe to this mod's changes

ielts-reading is a skill published in the GitHub repository liqianiiii/Awesome-ielts-claude-skills (63 stars, last pushed 4mo ago), licensed MIT. It adds 75 tokens to every session and 2,576 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens