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 a la instalación

Datos de origen

Repositorio
hoangsonww/AI-Gov-Content-Curator
Última actividad en el origen
28 de febrero de 2026 a las 03:49
Idioma detectado de SKILL.md
inglés
Estrellas
30
Forks
18

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
3 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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 en GitHub