Tweet Highlight (DEPRECATED)
This skill is deprecated. Use add-highlight --tweet instead, which:
- Creates the highlight
- Commits and pushes
- Waits for deployment verification
- Then tweets
This skill only tweets an existing highlight without verifying the linked content is deployed.
Legacy Behavior
Posts the most recent untweeted highlight to Twitter/X using:
uv run python scripts/highlights.py tweet-latest
Why Deprecated
The old flow was:
- Highlight added manually at some point
- Content pushed at some point
tweet-highlightruns at 7am → tweets without verifying deployment
The new flow (via add-highlight --tweet) is:
- Find highlight-worthy work from today's tasks
- Compose and add highlight
- Commit and push
- Wait for deployment (polls URL for up to 5 minutes)
- Tweet only after content is verified live
This ensures tweets never link to 404 pages.
Manual Use
If you need to tweet an existing highlight that wasn't tweeted:
uv run python scripts/highlights.py tweet-latest
But prefer using add-highlight --tweet for new highlights.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.