Agent Skills: Mentoring & Education: Evaluators & Reviewers

Evaluates student code submissions based on conceptual mastery rather than just correctness. Use to provide high-quality educational feedback on architectural patterns and programming logic.

UncategorizedID: jorgealves/agent_skills/pedagogical-code-grader

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jorgealves/agent_skills/tree/HEAD/pedagogical-code-grader

Skill Files

Browse the full folder contents for pedagogical-code-grader.

Download Skill

Loading file tree…

pedagogical-code-grader/SKILL.md

Skill Metadata

Name
pedagogical-code-grader
Description
Evaluates student code submissions based on conceptual mastery rather than just correctness. Use to provide high-quality educational feedback on architectural patterns and programming logic.

Mentoring & Education: Evaluators & Reviewers

This directory contains skills for the "Feedback" phase of the teaching lifecycle.

  • Pedagogical Code Grader: Grades based on "Did they learn the concept?" rather than just "Did it pass tests?".
  • Industry Standard Reviewer: Gives feedback in the persona of a Senior Engineer.
  • Concept Mastery Validator: Ensures the teaching plan and the projects are perfectly aligned.

Use Cases

  • Automated Grading: Scale your teaching by automating the initial conceptual review of student code.
  • Professional Readiness: Prepare students for their first job by exposing them to realistic PR feedback loops.
  • Quality Assurance: Audit your own curriculum to ensure you aren't asking students to do things you haven't taught.