evaluate

Evaluate code changes against the current plan and update TodoWrite.

1|1|Updated Oct 1, 2021
One-click install
npx skills add https://github.com/cenk1cenk2/.dotfiles --skill evaluate-cenk1cenk2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluate
Source: https://github.com/cenk1cenk2/.dotfiles/tree/main/claude/.claude/skills/evaluate
Command: npx skills add https://github.com/cenk1cenk2/.dotfiles --skill evaluate-cenk1cenk2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow to evaluate code changes against the existing plan, ensuring alignment, traceability, and quality before proceeding to implementation.

Core Features & Use Cases

  • Plan-aligned evaluation: Quickly verify that implemented changes match the planned tasks and acceptance criteria by reviewing commits, diffs, and plan artifacts.
  • Progress tracking: Update the plan and TodoWrite with discovered work, remaining tasks, and deviations to keep teams synchronized.
  • Feedback delivery: Produce comprehensive, actionable feedback highlighting successful outcomes, risks, and questions to resolve before proceeding.

Quick Start

Use the evaluation workflow to review the latest commits and diffs against the current plan file. Document deviations and update the TodoWrite plan accordingly. Return a clear evaluation summary that guides next steps.

Frequently Asked Questions about evaluate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate code changes against a project plan?

To evaluate code changes against a project plan, review your commits and diffs alongside plan artifacts to verify implementation matches planned tasks and acceptance criteria. This process identifies deviations and ensures alignment before proceeding.

What is the best way to track progress during a code review?

Tracking progress during a code review involves updating the TodoWrite plan with discovered work, remaining tasks, and deviations. This keeps teams synchronized by mapping the actual commits directly against the original plan.

Can I get feedback on my git diff without automatically implementing changes?

Yes, you can get feedback on your git diff without automatic changes by using an evaluation-only workflow. This reviews commits and diffs to produce actionable feedback while strictly updating the plan instead of writing code unless explicitly requested.

How do I verify that recent commits match the original development plan?

To verify that recent commits match the original development plan, compare the commit history and diffs against your plan artifacts. This evaluates traceability and highlights risks or questions to resolve before moving forward.

Does the evaluation workflow update the TodoWrite plan with newly discovered tasks?

Yes, the evaluation workflow updates the TodoWrite plan with newly discovered tasks and deviations. It reviews current code changes against the plan to document remaining work and provide a clear evaluation summary guiding next steps.