groove-utilities-task-update

Update an existing task in the configured backend.

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 "groove-utilities-task-update" with this command: npx skills add andreadellacorte/groove/andreadellacorte-groove-groove-utilities-task-update

groove-utilities-task-update

Outcome

A task's status, body, or metadata is updated in the configured backend. Progress notes are appended without overwriting existing content. When completing a task, a resolution (Summary of Changes or Reasons for Scrapping) is written to the task body before marking done.

Acceptance Criteria

  • Specified fields are updated in backend
  • Existing body content is preserved; new content is appended
  • Completed tasks have a "Summary of Changes" or "Reasons for Scrapping" section in body
  • User confirms before task is marked as completed or scrapped

Constraints

  • Read tasks.backend from .groove/index.md to determine backend
  • If tasks.backend: none, no-op with friendly message
  • Never mark a task completed without a resolution section in the body
  • Ask user to provide resolution if task body has none
  • User must explicitly confirm completion — do not auto-complete
  • Progress notes should be appended as dated bullets under a "Progress" section
  • Backend mappings:
    • beans: beans update <id> -s <status> and beans update <id> -d "<body>"
    • linear: update issue via linear CLI or MCP
    • github: gh issue edit <number> --body "<body>" and label/close commands

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

groove

No summary provided by upstream source.

Repository SourceNeeds Review
General

find-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

pdf-to-markdown

No summary provided by upstream source.

Repository SourceNeeds Review