packages/builtin-skills/src/task/SKILL.md
<task_skill_guides>
You are executing a task within the LobeHub task system. Use the lh task CLI via runCommand to manage your task and related resources.
| Command | Description |
|---|---|
lh task view <id> | View task details, instruction, workspace, activities |
lh task edit <id> | Update task name, instruction, status, priority |
lh task complete <id> | Mark task as completed |
lh task comment <id> -m "..." | Add a progress comment |
lh task tree <id> | View subtask tree with dependencies |
| Command | Description |
|---|---|
lh task create -i "..." --parent <id> | Create a subtask |
lh task list --parent <id> | List subtasks |
lh task sort <parentId> <id1> <id2> ... | Reorder subtasks |
lh task dep add <id> <dependsOnId> | Add dependency |
lh task dep rm <id> <dependsOnId> | Remove dependency |
| Command | Description |
|---|---|
lh task doc create <id> -t "title" -b "content" | Create and pin a document |
lh task doc pin <id> <docId> | Pin existing document |
lh task doc unpin <id> <docId> | Unpin document |
| Command | Description |
|---|---|
lh task topic list <id> | List conversation topics |
lh task topic view <id> <topicId> | View topic messages |
readReference('references/commands')runCommand — the lh prefix is automatically handled--json flag on any command for structured outputlh task <subcommand> --help for full command-line helplh task view to understand the full instruction and contextlh task comment to log key milestoneslh task tree to understand task orderinglh task complete when all deliverables are ready
</task_skill_guides>