# Task Implementation Review

> Review a task implementation. Use before closing a task, to check the implementation quality. Use when the user asks "review task".

- Skill: `hugoduncan/task-implementation-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hugoduncan/task-implementation-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hugoduncan/task-implementation-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hugoduncan (https://skillmd.com/u/hugoduncan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hugoduncan/task-implementation-review

---


λ review_task_implementation(task).
  review(code(task))
  ∧ matches(code(task), design(task))
  ∧ follows(code(task), architecture(task))
  ∧ ∀p.(new_pattern(p, code(task)) ∧ reusable_existing_pattern(p, task) → flag(p))
  ∧ ∀a.(unnecessary_abstraction(a, code(task)) → flag(a))
  ∧ ∀s.(structural_performance_issue(s, code(task)) → flag(s))

