This skill should be used when the user asks to "summarize grades", "show me the class report", "generate a report card", "how are the students doing", or mentions student grades, class performance, or grade summaries. It reads a students.json file and produces a formatted grade report.
Read a students.json file from the current directory and produce a formatted grade summary.
students.json from the current working directory.grades array (round to 1 decimal place).## {class name}
| Student | Average | Grade |
|---------|---------|-------|
| {name} | {avg} | {letter} |
Class average: {class_avg}
students.json does not exist, inform the user that no student data was found.