update-feature-request
Original:🇺🇸 English
Translated
Update feature-request tasks in One Horizon for triage, ownership, status, and details. Use when asked "update this feature request", "change request priority", or "assign this enhancement". Requires One Horizon MCP.
2installs
Sourceonehorizonai/skills
Added on
NPX Install
npx skill4agent add onehorizonai/skills update-feature-requestTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Update Feature Request
Update an existing feature-request task.
Instructions
Call .
update-feature-requestAppend to existing description; do not prepend.
Research/planning update example:
json
update-feature-request({
"taskId": "<taskId>",
"workspaceId": "<workspaceId>",
"status": "Planned",
"description": "<existingDescription>\\n\\n---\\n\\n## Update\\n- Summary: Scoped implementation approach and acceptance criteria",
"assigneeIds": ["<userId>"],
"teamIds": ["<teamId>"],
"title": "HubSpot lead sync: configurable sync cadence"
})Use only if implementation work was actually delivered. Otherwise append summary.
Changes/WhyUpdate