Claude Agent

grader

Imported from arbiterforge/codearbiter/site/src/curated/agents/grader.md.

LLM Mart · 0 points · 21 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_grader.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/grader.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • grader.md 1.1 KB
    ---
    entity: agents/grader
    related: [skills/decision-variance, decision-challenger]
    ---
    
    ## Role
    
    Internal SMARTS analyst dispatched only by the `decision-variance` skill: takes one
    artifact-position-versus-scaffold-evidence pair and produces a scored SMARTS analysis (Scalable,
    Maintainable, Available, Reliable, Testable, Securable) with a recommendation strength. It never
    decides — `decision-variance` dispatches a grader for a variance detailed or borderline enough to
    warrant a structured second-pass evaluation, and analyzes obvious cases inline instead.
    
    ## Why this model tier
    
    Ships `model: inherit`, matching whatever tier `decision-variance` is running at. A SMARTS analysis
    quality-caps at the reasoning available, so inheriting keeps the grader as capable as the arbitration
    it's supporting.
    
    ## What it emits
    
    A structured SMARTS table (one row per lens, verdict-first, ≤25 words per cell), a preferred option
    with a strong/moderate/tied recommendation strength, and a self-conformance checklist against the
    format's hard constraints — never the arbitration decision itself.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related