Skip to main content

crawler-newsletter-ops

Use this skill when changing the crawler or newsletter scheduled jobs in this repository, including cron routes, cleanup scripts, article ingestion, summarization, digest generation, or operational safeguards around live jobs.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/AI-Gov-Content-Curator
Última atividade na origem
28 de fevereiro de 2026 às 03:49
Idioma detectado do SKILL.md
inglês
Estrelas
30
Forks
18

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
3 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
crawler-newsletter-ops
description
Use this skill when changing the crawler or newsletter scheduled jobs in this repository, including cron routes, cleanup scripts, article ingestion, summarization, digest generation, or operational safeguards around live jobs.
# Crawler And Newsletter Ops This skill covers `crawler/` and `newsletters/`. ## Working Rules - Treat both services as production jobs with real side effects. - Do not trust README timing or script names without checking `vercel.json`, `package.json`, and the code. - In `crawler/`, edit `.ts` source rather than checked-in `.js` duplicates. - Before changing cleanup behavior, read the end-to-end job flow. - Before changing newsletter send logic, note that it mutates subscriber send state and may trigger article cleanup. ## Validation - Prefer tests before live commands. - Only run crawl or newsletter commands when the task clearly requires it and env is known safe. ## References - For crawler specifics, read `references/crawler-map.md`. - For newsletter specifics, read `references/newsletter-map.md`.
Ver no GitHub