student-analyze-results

student-analyze-results is a skill for Claude Code, Codex from LiXin97/agora-lab. It costs 18 tokens per session (257 once invoked), scanned A, original, Apache-2.0.

A results-analysis workflow for turning experiment measurements into supported findings and a next experiment.

In plain words
What is it for?
It helps compare results with planned baselines and tests, document anomalies and failure modes, state defensible claims, and choose the next experiment.
Why use it?
It separates reliable improvements from noisy or unfair comparisons and makes unsupported conclusions visible.

Skill for Claude CodeCodex

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

Good fit It helps compare results with planned baselines and tests, document anomalies and failure modes, state defensible claims, and choose the next experiment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lixin97/agora-lab/student-analyze-results
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 LiXin97/agora-lab --skill student-analyze-results
Clone the repo
git clone --depth 1 https://github.com/LiXin97/agora-lab

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 student-analyze-results

README.md
[![agentmods](https://agentmods.dev/badge/skills/lixin97/agora-lab/student-analyze-results/github.svg)](https://agentmods.dev/skills/lixin97/agora-lab/student-analyze-results)
Your own site
<a href="https://agentmods.dev/skills/lixin97/agora-lab/student-analyze-results"><img src="https://agentmods.dev/badge/skills/lixin97/agora-lab/student-analyze-results/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 student-analyze-results

Your own site · 80×15
<a href="https://agentmods.dev/skills/lixin97/agora-lab/student-analyze-results"><img src="https://agentmods.dev/badge/skills/lixin97/agora-lab/student-analyze-results.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 257 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.00018 $0.00257
Opus 5 $0.00009 $0.00129
Sonnet 5 $0.00004 $0.00051
Haiku 4.5 $0.00002 $0.00026

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

Security

Grade A, and why

student-analyze-results 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 11d 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.

skills/student-analyze-results/SKILL.md · 54 lines

What it actually says

Student Analyze Results

Purpose

Turn raw metrics into honest claims and a credible next experiment.

Workflow

  1. Read the experiment plan and the result artifact together.
  2. Compare against the intended baselines and ablations.
  3. Separate fair comparisons from noisy or compromised ones.
  4. Identify stable gains, fragile gains, and outright failures.
  5. Publish to your canonical shared artifact directory: {artifact_dir}/{your-name}/analysis_{experiment_id}.md

Output Format

# Result Analysis: {title}

## Inputs
- **Plan**: ...
- **Results**: ...

## Headline Findings
1. ...

## Comparison Table
| Comparison | Fair? | Outcome | Notes |
|---|---|---|---|

## Supported Claims
1. ...

## Unsupported but tempting claims
1. ...

## Anomalies and Failure Modes
1. ...

## Recommended Next Experiment
1. ...

Rules

  • Every claim must point back to a concrete result artifact.
  • If the baseline comparison is unfair or noisy, say so explicitly.
  • Always include one section called Unsupported but tempting claims.
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. 11d ago First seen · 54 lines · 18 tokens per session scan A eb4a9b1154a7

Subscribe to this mod's changes

student-analyze-results is a skill published in the GitHub repository LiXin97/agora-lab (49 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 257 once invoked, about $0.0001 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.