Agent_skills pedagogical-code-grader
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.
install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jorgealves/agent_skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/pedagogical-code-grader" ~/.claude/skills/jorgealves-agent-skills-pedagogical-code-grader && rm -rf "$T"
manifest:
pedagogical-code-grader/SKILL.mdsource content
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.