From sem-ai
Monitor Semaphore project health — pass rates, recent failures, deployment status, trends.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sem-ai:project-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
sem-ai health --project my-app
Returns: verdict (healthy/degraded/unhealthy), pass rate, failed/passed/other counts, deploy target count.
sem-ai status --project my-app --branch main
sem-ai status --project my-app --pr 422
sem-ai status # auto-detects project + branch from git
sem-ai workflow list --project my-app
sem-ai workflow list --project my-app --branch main
sem-ai pipeline list --project my-app # all recent pipelines
sem-ai pipeline show <id> # blocks + jobs tree
sem-ai test flaky --project my-app --count 10 # flaky tests across last 10 workflows
sem-ai test summary --pipeline <id> # test results for specific run
sem-ai deploy targets --project my-app
sem-ai deploy history <target-id>
npx claudepluginhub semaphoreio/sem-ai --plugin sem-aiProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.