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