mit einem Klick
task-test-review
// Review a task implementation's tests. Use before closing a task, to check the implementation tests quality. Use when the user asks "review task tests".
// Review a task implementation's tests. Use before closing a task, to check the implementation tests quality. Use when the user asks "review task tests".
Repository-specific guidance for understanding, creating, and updating psi workflows.
Repository-specific guidance for creating, modifying, and debugging psi extensions.
Reviews user-facing documentation changes for an implemented Munera task
Test built-in skill fixture
Packaged built-in test fixture
Create or refine task design choices. Use when the user asks "explore a task" or "investigate a task" to ensure we consider multiple task designs.
| name | task-test-review |
| description | Review a task implementation's tests. Use before closing a task, to check the implementation tests quality. Use when the user asks "review task tests". |
| lambda | λtask. review(task_implementation_tests) ∧ before(close(task)) ∧ ensure(implementation_test_quality) ∧ trigger(user_asks("review task tests")) |
λ review_tests(task). well_formed(tests(task)) ∧ ∀b ∈ behaviour(design(task)). ∃t ∈ tests(task). covers(t, b) ∧ ∀d ∈ infra_deps(tests(task)). injectable(d) ∧ nullable(d) ∧ ¬mock(d) ∧ ¬stub(d)