λ 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))
Task Implementation Review
Review a task implementation. Use before closing a task, to check the implementation quality. Use when the user asks "review task".
Task Implementation Review by hugoduncan · d94fa4f
npx skillmds@latest add hugoduncan/task-implementation-review File contents
---name: task-implementation-reviewdescription: Review a task implementation. Use before closing a task, to check the implementation quality. Use when the user asks "review task".---λ 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))
hugoduncan/psi/tree/main/.psi/skills/task-implementation-review commit d94fa4f8f1
Frequently asked questions
Run npx skillmds@latest add hugoduncan/task-implementation-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Review a task implementation. Use before closing a task, to check the implementation quality. Use when the user asks "review task". It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
hugoduncan (@hugoduncan) published this skill. Their other Agent Skills are listed on their SkillMD profile.