add-source
Add a new news source (RSS or GitHub release) to ai-digest config
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add a new news source (RSS or GitHub release) to ai-digest config
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run the daily AI tech news digest pipeline — collect, deduplicate, summarize, deliver
Create a new release — bump version, tag, generate changelog, create GitHub Release
Validate sources.yml structure and check that all URLs/endpoints are reachable. Use when the user wants to check, verify, validate, or test the sources config, or after adding/modifying sources. Also use when the user mentions broken links, 404 errors, or source health checks.
| name | add-source |
| description | Add a new news source (RSS or GitHub release) to ai-digest config |
| model | haiku |
| allowed-tools | Read, Edit, WebFetch |
Help the user add a new source to config/sources.yml.
Ask: "What type of source? (rss / github_release)"
Based on type, ask for required info:
https://react.dev/blog/rss.xml → react-blog, https://dev.to/feed → devto). Use limit 10 by default.owner/name format (e.g. "facebook/react")Read current config/sources.yml
Check for duplicates before adding:
Validate the source is reachable before adding:
https://github.com/{owner}/{repo}, check it existsAppend the new entry to the correct section:
rss arraygithub_releases.repos arrayWrite the updated file
Confirm: "Added <name/repo/account> to