Agent_skills industry-standard-reviewer
Simulates a Senior Engineer PR review to teach professional communication and industry naming standards. Use to prepare students for professional engineering environments and code review cultures.
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/industry-standard-reviewer" ~/.claude/skills/jorgealves-agent-skills-industry-standard-reviewer && rm -rf "$T"
manifest:
industry-standard-reviewer/SKILL.mdsource content
Industry Standard Reviewer
Purpose and Intent
The
industry-standard-reviewer helps bridge the gap between "student code" and "professional code." It provides feedback that focuses on the soft and hard skills required to succeed in a professional engineering environment.
When to Use
- Final Project Reviews: Use this to give students a "real-world" experience of what a rigorous code review feels like.
- Career Preparation: Helps students learn the professional tone and common "clean code" critiques.
When NOT to Use
- Initial Learning: For absolute beginners, this level of critique might be overwhelming. Use the
first.pedagogical-code-grader
Security and Data-Handling Considerations
- Local processing of code snippets; ensures student privacy.