create-todo

Create a day-level TODO task.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-todo" with this command: npx skills add onehorizonai/skills/onehorizonai-skills-create-todo

Create Todo

Create a day-level TODO task.

Instructions

Call create-todo .

create-todo({ "title": "Implement HubSpot OAuth callback handler", "description": "Handle auth code exchange and token persistence", "status": "Planned", "workspaceId": "<workspaceId>", "initiativeId": "<initiativeId>" })

Use initiativeId when the task should be linked via PART_OF relation.

For implementation write-back, prefer a completed task linked to the initiative:

create-todo({ "title": "Implemented HubSpot lead sync auth + sync", "description": "## Changes\n- What changed: Built OAuth callback flow, sync worker, and retry handling\n- Why: Enable stable end-to-end HubSpot lead sync flow", "status": "Completed", "workspaceId": "<workspaceId>", "initiativeId": "<initiativeId>" })

Use Changes/Why in new TODO descriptions only when the TODO represents completed external implementation work.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

update-todo

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-initiative

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-initiative

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-bug

No summary provided by upstream source.

Repository SourceNeeds Review