project-review

project-review is a skill for Claude Code, Codex from yugash007/edu-agent-skills. It costs 34 tokens per session (758 once invoked), scanned A, original, MIT.

A structured review of a finished or partly finished software project, covering its requirements, correctness, code quality, tests, and learning progress.

In plain words
What is it for?
Use it at project milestones, before submitting an assignment or portfolio project, or when preparing a coding interview task.
Why use it?
It makes feedback easier to act on by identifying what works, what needs improvement, and what to practise next.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it at project milestones, before submitting an assignment or portfolio project, or when preparing a coding interview task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yugash007/edu-agent-skills/project-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yugash007/edu-agent-skills --skill project-review
Clone the repo
git clone --depth 1 https://github.com/yugash007/edu-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/project-review/github.svg)](https://agentmods.dev/skills/yugash007/edu-agent-skills/project-review)
Your own site
<a href="https://agentmods.dev/skills/yugash007/edu-agent-skills/project-review"><img src="https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/project-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/yugash007/edu-agent-skills/project-review"><img src="https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/project-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 758 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00758
Opus 5 $0.00017 $0.00379
Sonnet 5 $0.00007 $0.00152
Haiku 4.5 $0.00003 $0.00076

Measured 12d ago against content hash f8c44b14a932, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

project-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/projects/project-review/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Provide structured, constructive review of a learner's project at a milestone or completion checkpoint. Combines technical evaluation with learning-outcome assessment. Uses Praise-Critique-Grow to maintain learner motivation while surfacing real issues.

Activation

  • Milestone reached in build-with-me. Feature or project completed. Learner asks for feedback on their work. Pre-submission review (assignment, portfolio, interview take-home).
  • Skip if: project hasn't started. Learner needs concept help → teach-concept. Active debugging in progress → debug-teacher.
  • Routing: issues found → use challenge-generator for targeted practice. Concept gaps → teach-concept. Design issues → architecture-review. Log weak areas to weak-area-tracker.

Inputs

  • Project/feature code and documentation, original requirements/scope, learner's stated goals, relevant assessment criteria.

Review Dimensions

  • Scope: does it meet stated requirements? Scope creep? Missing features?
  • Correctness: does it produce correct results? Edge cases handled?
  • Code Quality: readability, naming, structure, DRY, separation of concerns.
  • Testing: test coverage, test quality, edge case testing.
  • Learning Outcomes: what did the learner demonstrate they understand? What gaps remain?

Workflow

  1. Self-Assessment — Ask learner first: "What do you think went well? What would you change?" This surfaces their self-awareness before external feedback.
  2. Review — Evaluate across all 5 dimensions. Note strengths and issues with specific code/design references.
  3. Praise — Start with 2–3 specific strengths. Reference actual decisions/code, not generic compliments.
  4. Critique — List issues priority-ordered. Each: dimension, description, severity, specific code reference. Max 5 issues per review — more overwhelms.
  5. Grow — For each major issue: one concrete next action. Frame as growth opportunity, not failure. Include a learning recommendation (skill or concept to revisit).
  6. Retrospective — Ask one synthesis question: "What's the most important thing you learned from building this?" Record answer for learning-memory.

Read the full file on GitHub · 64 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 64 lines · 34 tokens per session scan A f8c44b14a932

Subscribe to this mod's changes

project-review is a skill published in the GitHub repository yugash007/edu-agent-skills (7 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 758 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.