How this skill is triggered — by the user, by Claude, or both
Slash command
/jb-plugin:deploy-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Current branch: !`git branch --show-current`
git branch --show-currentThe user provided: $ARGUMENTS
Check the current Vercel deployment status:
Run:
gh pr checks <branch-or-pr-number>
If all checks pass:
If checks are pending:
/deploy-status again shortlyIf any check failed:
gh pr checks <branch> --json name,state,description,targetUrl to get the Vercel deployment URLDeployment Status: <branch> (PR #<number>)
─────────────────────────────────
Check Name Status
─────────────────────────────────
Vercel Preview pass/fail/pending
Backup Workflow pass/fail/pending
...
─────────────────────────────────
[If failed] Error details: ...
[If failed] Vercel logs: <dashboard-url>
Provides 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.
npx claudepluginhub jaswanth0709/jb-plugin --plugin jb-ship