Users want to receive a daily summary of new 'skills' repositories in their Slack workspace instead of checking the live tracker manually. This enhancement would add a --slack-webhook CLI argument that posts a formatted message (repo name, stars, language) to a Slack channel via Incoming Webhooks. Acceptance criteria: (1) add a post_to_slack() function using requests, (2) update config.py with a placeholder SLACK_WEBHOOK_URL, (3) add a test with a mock webhook endpoint, (4) document the setup in README.md.
Users want to receive a daily summary of new 'skills' repositories in their Slack workspace instead of checking the live tracker manually. This enhancement would add a
--slack-webhookCLI argument that posts a formatted message (repo name, stars, language) to a Slack channel via Incoming Webhooks. Acceptance criteria: (1) add apost_to_slack()function usingrequests, (2) updateconfig.pywith a placeholderSLACK_WEBHOOK_URL, (3) add a test with a mock webhook endpoint, (4) document the setup inREADME.md.