Grades a student's solution to a specific problem by visually comparing their work against a reference student's work and updates the grading spreadsheet. Use when asked to grade, evaluate, or compare a student's answer.
This skill allows Gemini CLI to grade a student's submission for a specific problem by visually comparing it with a reference student's solution, and automatically updates the grading CSV spreadsheet. It is designed to be generic and works across different assignments and courses.
Grading - HW1.csv)python <SKILL_DIR>/scripts/update_grade.py --csv_path "path/to/spreadsheet.csv" --student "Target Student Name" --problem_id "problem_id" --score "X"