
from ielts-claude-skills36
Read a learner's IELTS practice data and produce a data-driven diagnostic report plus a concrete, daily study plan (Chinese output).
Provides a data-driven IELTS diagnostic and personalized study plan in Chinese. The skill reads historical practice records, identifies strengths and weaknesses across Listening, Reading, Writing, and Speaking, and outputs a structured diagnostic report with numeric evidence and a day-by-day training schedule.
Use when a learner wants an evidence-backed assessment and an actionable short- and medium-term study plan. Suitable after collecting practice logs (writing samples, mock tests, error lists). Trigger phrases include "诊断"、"备考计划" and similar.
Designed to run with Claude Code workflows that can invoke local CLI scripts; can be adapted for other agent CLIs capable of reading user data files.
IELTS diagnostic skill that reads a learner's practice data via a CLI tool and produces a Chinese-language diagnostic report with study plans. The SKILL.md is well-structured with clear templates and output requirements, but it depends on an external CLI (ielts_cli.py) that isn't bundled with the skill — it references ~/.claude/skills/shared/ielts_cli.py which users likely don't have. No scripts were included for testing. Niche audience (Chinese-speaking IELTS students using Claude Desktop with a specific CLI setup).
Clean skill with no security concerns — just reads local data and writes a local report. The main issues are niche audience and hard dependency on an unbundled CLI tool. The SKILL.md itself is well-written with good template structure and clear instructions, but architecture suffers from no bundled scripts and tight coupling to a specific local tool path.