بنقرة واحدة
pipeline-check
Run the full pipeline (fetch → ingest → sync) and verify data reaches the UI via Playwright tests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the full pipeline (fetch → ingest → sync) and verify data reaches the UI via Playwright tests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
규모가 큰 작업을 플랜 → 페이즈별 병렬 실행 → 자기 리뷰 → 요약 설명까지 체계적으로 진행한다. 마일스톤이 3개 이상이거나 파일 변경이 10개 이상 예상될 때 사용.
Telegram 대화 히스토리를 Obsidian에서 조회·수동 공고화·히스토리 초기화하는 스킬.
프로젝트 독립적 문서 관리 프레임워크 — 정본 1곳 원칙, change-class 기반 자동 갱신, 상태 자동 정리를 다른 프로젝트에 이식할 때 사용
세션 회고 — 성공 패턴·실패 우회·반복 수작업·사용자 교정을 스킬/피드백/자동화로 자동 추출
git diff 기반으로 VibeHub의 ref/status/automation 문서 drift를 change class 단위로 점검하고, 어떤 문서를 어느 섹션까지 봐야 하는지 좁혀준다.
Playwright로 admin/public 페이지의 overflow, 가독성, 반응성, 토큰 준수를 한번에 검증한다. 프론트엔드 CSS/컴포넌트 변경 후 사용.
| name | pipeline-check |
| description | Run the full pipeline (fetch → ingest → sync) and verify data reaches the UI via Playwright tests. |
| user_invocable | true |
Run the full pipeline and verify data flows to the UI.
npm run pipeline:live-fetch
npm run pipeline:live-ingest
ls -la apps/backend/state/live-ingest-snapshot.json
node -e "const s=require('./apps/backend/state/live-ingest-snapshot.json'); console.log('sources:', s.sources?.length, 'runs:', s.runs?.length, 'items:', s.items?.length)"
npm run pipeline:supabase-sync
-- Supabase MCP execute_sql (project: hzxsropbcjfywmospobb)
SELECT category, COUNT(*) FILTER (WHERE cover_image_url IS NULL OR cover_image_url = '') as no_img,
COUNT(*) FILTER (WHERE cover_image_url LIKE '%.svg') as svg_img,
COUNT(*) as total
FROM discover_items WHERE review_status = 'approved'
GROUP BY category HAVING COUNT(*) FILTER (WHERE cover_image_url IS NULL OR cover_image_url = '') > 0
OR COUNT(*) FILTER (WHERE cover_image_url LIKE '%.svg') > 0
ORDER BY category;
getGitHubSocialPreview() 또는 소스 URL og:image 재크롤링 시도isValidCoverImageUrl()에서 차단되므로 파이프라인 버그 표시npx playwright test apps/web/tests/e2e/pipeline-to-ui.spec.ts