원클릭으로
ship
Check CI, merge PR, pull main, and verify deployment. Use when ready to ship the current branch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check CI, merge PR, pull main, and verify deployment. Use when ready to ship the current branch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Systematic walkthrough for diagnosing Playwright E2E failures in the Bullhorn repo — production build mismatches, auth gate regressions, navigation races, schema drift, test isolation.
Scan Supabase for tables missing RLS policies. Usage: /audit-rls
Create and apply a database migration. Usage: /db-migrate <migration_name>
Check Vercel deployment status, compare deployed vs main, and report recent errors. Usage: /deploy-check
Generate Vitest tests for a file following project conventions. Use when asked to create tests for a source file.
Monitor CI status for the current branch, diagnose failures, and summarize results.
| name | ship |
| description | Check CI, merge PR, pull main, and verify deployment. Use when ready to ship the current branch. |
| disable-model-invocation | true |
Ship the current branch by checking CI, merging, and verifying deployment.
gh pr checks on the current branchgh run view <run-id> --log-failed to get the failure logsgh pr merge --squash --delete-branchgit checkout main && git pullgh api repos/{owner}/{repo}/deployments --jq '.[0] | {state, environment, created_at}'