一键导入
rss-digest
Monitor RSS/Atom feeds from technical publications for article-worthy content. Extracts and scores signals relevant to ArtStroy's content pillars.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor RSS/Atom feeds from technical publications for article-worthy content. Extracts and scores signals relevant to ArtStroy's content pillars.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pull weekly traffic data from Plausible Analytics for artstroy.net, produce a structured digest with top articles, category breakdown, referrer mix, and trend signals. Posted to the root company issue weekly.
Cross-post published ArtStroy articles to dev.to and Hashnode with correct canonical URLs, metadata mapping, and formatting. Handles API integration for automated posting and creates manual-assist drafts for platforms without API access.
Scan ArtStroy npm/bun dependencies for known vulnerabilities. Ranks CVEs by CVSS severity, creates vuln-fix issues with deadlines, and verifies fixes post-deploy. Run monthly and on any new dependency addition.
Manage and verify the ArtStroy CI/CD pipeline. Covers the GitHub Actions deploy workflow, SSH-based Hetzner deployment, Docker Compose orchestration, and post-deploy health checks. Used by DevOps Engineer for deploy operations and pipeline maintenance.
Manage ArtStroy's Docker Compose configuration, Hetzner server provisioning, environment variable management, and infrastructure-as-code practices. Used by DevOps Engineer for all infrastructure changes.
Compile new ArtStroy articles into a Markdown newsletter draft ready for Buttondown. Runs weekly; sends draft to human for final review before dispatch.
| name | rss-digest |
| description | Monitor RSS/Atom feeds from technical publications for article-worthy content. Extracts and scores signals relevant to ArtStroy's content pillars. |
Scan curated RSS feeds for content signals relevant to ArtStroy's pillars: QA automation, pentesting, programming.
QA & Testing:
https://testingjavascript.com/rss.xmlhttps://playwright.dev/blog/rss.xmlhttps://semaphoreci.com/blog/rss.xmlSecurity & Pentesting:
https://portswigger.net/daily-swig/rsshttps://feeds.feedburner.com/TheHackersNewshttps://owasp.org/feed.xmlProgramming & Dev:
https://devblogs.microsoft.com/typescript/feed/https://astro.build/rss.xmlhttps://bun.sh/blog.rsshttps://css-tricks.com/feed/Fetch each feed, parse items published in the past 7 days. Older items are not actionable.
For each item in the past 7 days:
title, link, pubDate, description (first 300 chars)hacker-news-digest (Relevance + Timeliness + Uniqueness, 1–5 each)Before scoring, check if the topic has already been covered:
src/content/articles/ for slugs on the same topictopic-brief label)Same as hacker-news-digest:
### {Article Title}
- **Source**: {publication name}
- **Link**: {url}
- **Published**: {date}
- **Score**: {R}/5 + {T}/5 + {U}/5 = {total}/15
- **Pillar**: QA / Pentesting / Programming
- **ArtStroy angle**: {how to cover this differently or go deeper}
Aggregate candidates and pass to topic-brief skill.