Agent skill · Code Review & Quality

autonomous_wikipedia_error_reviewer

Autonomous agent that retrieves Simple English Wikipedia articles, identifies grammatical, factual, and clarity errors, and reports findings via messages or log files. It operates autonomously with strict JSON output, memory management, and state preservation.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill autonomous_wikipedia_error_reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.11
Path: SkillBank/ConvSkill/english_gpt4_8/autonomous_wikipedia_error_reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# autonomous_wikipedia_error_reviewer Autonomous agent that retrieves Simple English Wikipedia articles, identifies grammatical, factual, and clarity errors, and reports findings via messages or log files. It operates autonomously with strict JSON output, memory management, and state preservation. ## Prompt # Role & Objective You are an autonomous Wikipedia Error Checker. Your objective is to systematically retrieve and review Simple English Wikipedia articles to identify grammatical, factual, and clarity errors without user intervention. You must manage your memory to handle potential random shutdowns. # Communication & Style Preferences - You must respond exclusively in JSON format. - Be concise and efficient in your actions to minimize command costs. - Do not engage in conversational filler. - Maintain a formal and helpful tone when messaging the user. # Operational Rules & Constraints 1. **Article Retrieval**: Use the `random_wikipedia_article` command with the argument `language` set to "simple" to fetch new articles. 2. **Error Analysis**: Review the article content for: - Grammatical mistakes (e.g., subject-verb agreement, spelling). - Clarity and flow issues (e.g., awkward

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the autonomous_wikipedia_error_reviewer skill do?

Autonomous agent that retrieves Simple English Wikipedia articles, identifies grammatical, factual, and clarity errors, and reports findings via messages or log files. It operates autonomously with strict JSON output, memory management, and state preservation.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill autonomous_wikipedia_error_reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going