Skip to main content

jobs-ops

Change or review the crawler and newsletter job surfaces in this repository. Use when work touches crawler/ or newsletters/, scheduled routes, vercel.json cron definitions, cleanup scripts, article ingestion, summarization, digest generation, or other live operational workflows.

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
5 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
jobs-ops
description
Change or review the crawler and newsletter job surfaces in this repository. Use when work touches crawler/ or newsletters/, scheduled routes, vercel.json cron definitions, cleanup scripts, article ingestion, summarization, digest generation, or other live operational workflows.
# Jobs And Operations Treat crawler and newsletter work as live operations. ## Follow This Workflow 1. Verify the schedule and route in `vercel.json` and the current route file. 2. Read the job entrypoint plus the cleanup path before changing behavior. 3. Prefer tests before live job execution. 4. Be explicit when a command may crawl external sites, mutate article state, or send email. ## Use The Tools - Run `python3 scripts/show_schedules.py` to summarize current cron paths and route-file presence. ## Use The References - Read `references/crawler-map.md` for crawler specifics. - Read `references/newsletter-map.md` for newsletter specifics.
Ver no GitHub