Monthly X Thread
Purpose
Create a concise thread for X summarizing monthly SCRC activity.
Inputs
- Required:
MONTH: YYYY-MM - Optional:
START_DATE: YYYY-MM-DD - Optional:
END_DATE: YYYY-MM-DD - Optional:
CACHE_DIR: default .cache - Optional:
HIGHLIGHTS: list of must-include items - Optional:
NEWSLETTER_URL: plain-text URL
Steps
- Determine the date range. Use
START_DATEandEND_DATEif provided, otherwise use the full calendar month forMONTH. - Load cached data from
.cache/YYYY-MM/summary.jsonand per-repo JSON files. If missing, run the cache refresh skill first. - Draft a thread of 3 to 4 posts. Separate posts with a blank line. Do not number the posts.
- Use a relaxed, all-lowercase tone.
- Each post must state which repo it refers to in natural language.
- Use plain text only. Do not use Markdown links or images.
- Include at most one plain-text URL per post, and only if it directly relates to the highlight in that post. If a URL is used, put it on its own line immediately after the sentence that introduces it.
- Limit hashtags to 0 to 2 total across the thread. Avoid @ mentions unless requested.
- Save to
newsletter/YYYY-MM/x.md.
Output
- The Markdown file path.
