Task Implementation Review

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

hugoduncan d94fa4f 555 B Updated

File contents

λ 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

npx skillmds@latest add hugoduncan/task-implementation-review