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.

설치로 이동

소스 정보

저장소
hoangsonww/AI-Gov-Content-Curator
최근 소스 활동
2026년 2월 28일 03:49
감지된 SKILL.md 언어
영어
스타
30
포크
18

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
5 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기