How this command is triggered — by the user, by Claude, or both
Slash command
/trekker:commentThe summary Claude sees in its command listing — used to decide when to auto-load this command
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. ## Arguments - `$1`: Task ID (e.g., TREK-1) - optional If no task ID provided, ask which task to comment on. ## Flow 1. Ask for the comment content 2. Add the comment with agent name "claude" ## Execution ## Comment Types Suggest appropriate comment prefixes: - `Analysis:` - for investigation findings - `Progress:` - for work updates - `Summary:` - for completion summaries - `Checkpoint:` - for conte...
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 blockersnpx claudepluginhub obsfx/trekker-claude-code --plugin trekker/noteAdds a note to a task by TASK_ID with NOTE_TEXT to capture context, progress, blockers, or insights. Notes persist across sessions for continuity.
/jira-commentAdds AI-suggested comments to external Jira issues (PROJ-###) by analyzing local WORKLOG, git commits, and existing comments. Previews before posting.
/add-ticket-commentAdds a comment to an existing Syncro ticket by ID, with optional hidden (internal) and no-email flags. Validates ticket existence and returns confirmation with details and URL.
/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.