Help us improve
Share bugs, ideas, or general feedback.
From beads
Views comments on a beads issue with timestamps and authors, or adds a new comment. Provide issue ID to list; use 'add' subcommand with text to post.
npx claudepluginhub jmagar/.agents --plugin beadsHow this command is triggered — by the user, by Claude, or both
Slash command
/beads:comments issue-idbeads/commands/The summary Claude sees in its command listing — used to decide when to auto-load this command
View or add comments to a beads issue. Comments are separate from issue properties (title, description, etc.) because they serve a different purpose: they're a **discussion thread** rather than **singular editable fields**. Use `bd comments` for threaded conversations and `bd edit` for core issue metadata. ## View Comments To view all comments on an issue: - $1: Issue ID (e.g., bd-123) Use the beads CLI `bd comments <issue-id>` to list all comments. Show them to the user with timestamps and authors. ## Add Comment To add a comment: - $1: "add" - $2: Issue ID - $3: Comment text (or use...
/issue-commentAdds structured comments to GitHub or Gitea issues using templates for progress updates, feedback requests, blockers, or custom content.
/jira-commentAdds AI-suggested comments to external Jira issues (PROJ-###) by analyzing local WORKLOG, git commits, and existing comments. Previews before posting.
/commentsRemoves obvious and redundant comments from uncommitted git changes. Keeps TODOs, linter directives, and empty block notes; moves end-of-line comments above code.
Share bugs, ideas, or general feedback.
View or add comments to a beads issue.
Comments are separate from issue properties (title, description, etc.) because they serve a different purpose: they're a discussion thread rather than singular editable fields. Use bd comments for threaded conversations and bd edit for core issue metadata.
To view all comments on an issue:
Use the beads CLI bd comments <issue-id> to list all comments. Show them to the user with timestamps and authors.
To add a comment:
Use bd comments add <issue-id> "comment text" to add a comment. Confirm the comment was added successfully.
Comments are useful for: