Stats
Actions
Tags
From workflow-automation
GitHub Actions, Vercel, Railway 등 배포 상태를 확인합니다. "배포 상태 확인해줘", "CI 어때?", "deploy status", "빌드 됐어?" 같은 요청에 사용됩니다. $ARGUMENTS에 플랫폼 이름(github/vercel/railway)을 지정할 수 있습니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-automation:deploy-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. $ARGUMENTS로 플랫폼을 판단하고, 없으면 프로젝트에서 자동 감지한다:
.github/workflows/ 존재 → GitHub Actionsvercel.json 또는 .vercel/ 존재 → Vercelrailway.json 또는 railway.toml 존재 → Railway/workflow-automation:deploy-check
/workflow-automation:deploy-check github
/workflow-automation:deploy-check vercel
gh run list --limit 5
gh run view <run-id>
vercel ls
vercel inspect <deployment-url>
railway status
railway logs
플랫폼: GitHub Actions
최근 워크플로우:
✅ CI - main - 2분 전
❌ Deploy - feat/login - 15분 전 (실패: test 단계)
✅ CI - feat/login - 1시간 전
npx claudepluginhub jungkhyun/workflow-automation-pluginCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.