npx claudepluginhub obsfx/trekker-claude-code --plugin trekker/commentAdds a comment to a card using reference (rkey prefix, min 4 chars) and text. Optional --board override. Outputs JSON with rkey, taskRkey, text. Prompts for missing args.
/comment[DEPRECATED] Create and manage comments on work items - Use /work:comment-create or /work:comment-list instead
Add a comment to document progress or context.
IMPORTANT: /trekker:comment is a skill (invoke via Skill tool), NOT a bash command. Use trekker comment add CLI as shown below.
$1: Task ID (e.g., TREK-1) - optionalIf no task ID provided, ask which task to comment on.
trekker comment add <task-id> -a "claude" -c "<content>"
Suggest appropriate comment prefixes:
Analysis: - for investigation findingsProgress: - for work updatesSummary: - for completion summariesCheckpoint: - for context preservation before breaksBlocked: - for blockers