원클릭으로
update-tweets
Update the X Insights featured tweets from pasted tweet data. Rewrites tweetData.ts, verifies images exist, commits, and pushes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update the X Insights featured tweets from pasted tweet data. Rewrites tweetData.ts, verifies images exist, commits, and pushes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-tweets |
| description | Update the X Insights featured tweets from pasted tweet data. Rewrites tweetData.ts, verifies images exist, commits, and pushes. |
Rewrite featuredTweets in src/data/tweetData.ts from pasted tweet data (usually 4 tweets).
For each tweet, the user pastes some combination of: display name, handle, tweet text, timestamp, engagement counts (comments/retweets/likes/views), the x.com status URL, and optionally an attached image. Ask for anything missing — especially URLs and view counts, which are often forgotten on the first paste.
Avatar and post images: the user drops them into public/images/ themselves (e.g. ansem.jpg, ansem-post.jpg). Confirm each referenced file exists before committing (ls public/images/).
id: "1"–"4" in display order (order as pasted)username: display name as shown on X (may be empty string or include @ — copy exactly what the user pastes)handle: without @profileImage / image: bare filename only (e.g. "ansem.jpg"), files live in public/images/. image is optional — omit if the tweet has no attached image.text: preserve the tweet's line breaks as \n\n (or \n for single breaks). Escape inner double quotes as \". Keep the text verbatim — no editing, no censoring.time: format "H:MM PM · MMM D, YYYY" with UPPERCASE month, e.g. "7:03 PM · JUL 5, 2026"link: the full x.com status URL as given2.9k → 2900, 1.4m → 1400000, 37.3k → 37300, 151.4k → 151400.public/images/.pnpm lint && pnpm exec tsc --noEmit && pnpm buildtweetData.ts plus any new images in public/images/ with message content: update BTC X Insights (mitchellh style, NO Co-Authored-By trailer) and push.