ERO School Reports NZ

SkillDev tools

Find and retrieve official Education Review Office school reports with section or page provenance. Use for report evidence, not rankings.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ERO School Reports NZ skill

What this skill tells your AI

The instructions your AI receives, as published by thecolab-ai/.skills in skills/ero-school-reports-nz/SKILL.md and read by ahel’s review.

Use the read-only Python CLI to retrieve and filter records exposed by the official first-party source. Discovery uses ERO's reports index API to resolve the current institution URL, then the CLI parses the institution page HTML. Every command supports --json, bounded requests, stable exit codes, source URLs and retrieval timestamps.

Commands

# search reports by school
python3 scripts/cli.py search SCHOOL --json
# find a school's latest report
python3 scripts/cli.py latest SCHOOL_ID --json
# find a report identifier
python3 scripts/cli.py report ID --json
# discover action and next-step sections
python3 scripts/cli.py actions ID --json
# discover report history
python3 scripts/cli.py history SCHOOL_ID --json

Add --limit N (1–100) to bound any command. Human output is the default.

Coverage and interpretation

  • Do not create numeric ratings or cross-school rankings unless ERO publishes the measure.
  • Historical review frameworks and dates must remain explicit.
  • Extracted findings require linked section or page provenance.

The CLI parses ERO institution pages and returns report metadata plus section-level HTML provenance. It never converts parser failure into an empty result and does not calculate ratings or rankings.

Resources

  • scripts/cli.py — canonical command entrypoint
  • scripts/test_contract.py — deterministic repository contract audit
  • scripts/smoke_test.py — parser fixture and bounded live probe
  • tests/fixtures/institution.html — deterministic official report-schema fixture
  • references/source-profile.json — command schema, source allowlist and warnings
  • references/source-notes.md — feasibility, provenance and source limits

Signals

GitHub stars
25
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
ero-school-reports-nz
Source
github.com/thecolab-ai/.skills