بنقرة واحدة
review-task-docs
// Reviews user-facing documentation changes for an implemented Munera task
// Reviews user-facing documentation changes for an implemented Munera task
Repository-specific guidance for understanding, creating, and updating psi workflows.
Repository-specific guidance for creating, modifying, and debugging psi extensions.
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.
Create or refine a task intent statement. Use when the user asks "create a task" or "open a task" to ensure we have a clear understanding of the task's intent.
| name | review-task-docs |
| description | Reviews user-facing documentation changes for an implemented Munera task |
| lambda | λtask. review(user_facing_docs) ∧ check(README ∧ doc/ ∧ changelog) ∧ verify(accuracy ∧ completeness ∧ consistency) |
λtask. review(user_facing_docs) ∧ check(README ∧ doc/ ∧ changelog) ∧ verify(accuracy ∧ completeness ∧ consistency)
For the implemented Munera task, review all user-facing documentation:
README.md and doc/?CHANGELOG.md updated if the change is user-visible (commands, flags, behaviours, breaking changes, bug fixes, extension capabilities)?README.md — primary user documentationdoc/ — guides, references, workflow docsCHANGELOG.md — user-visible change log (only if user-visible change).md files referenced from the abovedesign.md, plan.md, steps.md, implementation.md)