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
- Read the current draft.
- Read the active rubric.
- Derive section penalties or gains.
- Use
skills/grader/scripts/grade_calculator.pywhen a structured penalty model is helpful. - Save a markdown report into
grading_iterations/withskills/grader/scripts/save_grading_report.py.
Output Format
GRADE: X/Y
CRITICAL ISSUES:
- ...
IMPROVEMENT PRIORITIES:
1. ...
2. ...
3. ...
References
skills/grader/references/rubric_template.mdskills/grader/scripts/grade_calculator.pyskills/grader/scripts/save_grading_report.py