Pipeline Health Check banner
moo1024 moo1024

Pipeline Health Check

Data community

Description

--- description: 마케팅 파이프라인 전체 구조의 건강 상태를 read-only로 점검한다. 수정·삭제·실행은 절대 하지 않는다. --- 아래 항목을 순서대로 점검하고 보고서를 출력해줘. **절대 수정·삭제·파일 생성·Notion 쓰기·브라우저 실행을 하지 말 것.** --- ## 점검 항목 ### 1. Git 상태 - `git status`로 untracked / modified / staged 파일 목록 확인 - `git log --oneline -5`로 최근 5개 commit 확인 - `git diff --stat`으로 미커밋 변경 범위 확인 - working tree clean 여부 판단 ### 2. 핵심 파일 존재 여부 아래 파일이 각각 존재하는지 확인한다. 없으면 ❌, 있으면 ✅ 표기. | 파일 | 역할 | |---|---| | `.claude/agents/marketing-orchestrator.md` | 오케스트레이터 에이전트 | | `.claud

Installation

Installs to ~/.claude/commands/moo1024-claude-marketing-pipeline-pipeline-health-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/moo1024/claude-marketing-pipeline/HEAD/.claude/commands/pipeline-health-check.md -o ~/.claude/commands/moo1024-claude-marketing-pipeline-pipeline-health-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository