chore(skill): complete the broadcasts command table - #371
Merged
Conversation
klotty
approved these changes
Aug 24, 2026
klotty
left a comment
There was a problem hiding this comment.
No issues found across 1 file
Auto-approved: This is a documentation-only update to SKILL.md that syncs the broadcasts command table with existing CLI functionality for LLM agent visibility.
Re-trigger cubic
dielduarte
approved these changes
Aug 24, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update the
broadcastsrow inskills/resend-cli/SKILL.mdto list every command the group has: addrecipients,get,cancel, andopen.Why
#369 added the
recipientscommand and updatedreferences/broadcasts.md, but missed the SKILL.md command table. The table syncs to resend/resend-skills on merge, so agents that read the skill do not see the command.get,cancel, andopenare pre-existing gaps in the same row; the row is one line, so this PR completes it in one pass. Follow-up from the recipients rollout review.Doc-only change; no code touched.
Summary by cubic
Completes the
broadcastscommand table inskills/resend-cli/SKILL.mdso the skill lists all supported commands. Previously the row listed: create, send, update, delete, list, clicked-links; now it lists: create, send, get, update, delete, list, cancel, open, clicked-links, recipients—ensuring parity withreferences/broadcasts.mdand preventing missed capabilities.Docs-only update that syncs to
resend/resend-skillson merge; no CLI behavior changes and no migration.Written for commit 496f0a8. Summary will update on new commits.