assignment-grader

star 0

Grade a draft assignment against the active rubric, save an iteration report, and identify the highest-impact fixes.

ykertytsky By ykertytsky schedule Updated 4/17/2026

name: assignment-grader description: Grade a draft assignment against the active rubric, save an iteration report, and identify the highest-impact fixes.

Grader

Goal

Evaluate the current main.md against the active rubric for the current assignment.

Inputs

  • current draft path
  • active rubric from assignment materials
  • optional prior context summary

Steps

  1. Read the current draft.
  2. Read the active rubric.
  3. Derive section penalties or gains.
  4. Use skills/grader/scripts/grade_calculator.py when a structured penalty model is helpful.
  5. Save a markdown report into grading_iterations/ with skills/grader/scripts/save_grading_report.py.

Output Format

GRADE: X/Y

CRITICAL ISSUES:
- ...

IMPROVEMENT PRIORITIES:
1. ...
2. ...
3. ...

References

  • skills/grader/references/rubric_template.md
  • skills/grader/scripts/grade_calculator.py
  • skills/grader/scripts/save_grading_report.py
Install via CLI
npx skills add https://github.com/ykertytsky/db-harness --skill assignment-grader
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator