Loading...
Loading...
List tasks from One Horizon — planned, completed, blocked, initiatives, or bugs. Use when asked "what's on my plate", "what did I ship", "show blockers", "what initiatives are active", "show open bugs", "what should I pick up next", or "what is the team working on". Requires One Horizon MCP.
npx skill4agent add onehorizonai/skills list-workget-task-detailslist-planned-worklist-planned-work()list-planned-work({ "teamId": "<teamId>", "userId": "<userId>", "includeInitiatives": true })list-completed-worklist-completed-work({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})list-blockerslist-blockers({ "includeInitiatives": true })list-blockers({ "teamId": "<teamId>", "includeInitiatives": true })list-initiativeslist-initiatives({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"includeHierarchy": true
})statuseslist-bugslist-bugs({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"teamIds": ["<teamId>"],
"assigneeIds": ["<userId>"]
})statuses