work-recap
Original:🇺🇸 English
Translated
Get a recap from One Horizon across completed, planned, and blocked tasks, with initiatives and open bug/feature sections. Supports personal and team scope. Use for "my recap", "team recap", "team status", "what have I done and what's next", or "what is everyone working on". Requires One Horizon MCP.
2installs
Sourceonehorizonai/skills
Added on
NPX Install
npx skill4agent add onehorizonai/skills work-recapTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Work Recap
Fetch consolidated recap data for a person or team.
Instructions
Personal recap
Call :
my-work-recapjson
my-work-recap({ "includeInitiatives": true })With date range:
json
my-work-recap({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})Team recap
Call :
team-work-recapjson
team-work-recap({ "teamId": "<teamId>", "includeInitiatives": true })With date range:
json
team-work-recap({
"teamId": "<teamId>",
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})Recap order prioritizes initiatives, then bugs, then TODOs.
Recap/list output may omit descriptions; call for any task that needs deeper context.
get-task-details