بنقرة واحدة
monitor-ci
Monitor CI status for the current branch, diagnose failures, and summarize results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Monitor CI status for the current branch, diagnose failures, and summarize results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
Generate a boilerplate API route following project conventions. Usage: /scaffold-api <path> <methods>
استنادا إلى تصنيف SOC المهني
| name | monitor-ci |
| description | Monitor CI status for the current branch, diagnose failures, and summarize results. |
| disable-model-invocation | true |
Monitor CI for the current branch and diagnose any failures.
gh run list --branch $(git branch --show-current) --limit 1 --json databaseId,status,conclusion,namein_progress or queued:
gh run view <run-id> --json status,conclusionsuccess:
failure:
gh run view <run-id> --log-failed