vercel-deployment
Deep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Deterministic AI development workflow orchestrator. Manages task boards (.jonggrang/jonggrang-tasks.json), runs 16-phase pipelines (BUGFIX/SMALL/MEDIUM/LARGE), installs lifecycle hooks for Claude Code and OpenCode, and coordinates five specialist roles (Lead/Developer/Reviewer/TestLead/Tester). Use when planning features, executing multi-step development workflows, or orchestrating AI coding agents. Run via npx jonggrang.
16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
GitHub workflow automation with the gh CLI — pull requests, issues, releases, the REST/GraphQL API, and safe message escaping. Auth via GH_TOKEN (set in global settings, attached to the sandbox env).
GitLab workflow automation with the glab CLI — merge requests, issues, CI, releases, and safe message escaping. Auth via GITLAB_TOKEN (set in global settings, attached to the sandbox env).
Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
| name | vercel-deployment |
| description | Deep knowledge about deploying applications to Vercel (Next.js, static sites, edge functions). |
| type | transform |
| tier | library |
| domain | deploy |
| trigger | when deploying to Vercel |
Deploying {{project_name}} ({{project_type}}) to Vercel. You will follow a strict 6-phase Deployment Lifecycle Contract.
Execute the following phases in order:
VERCEL_TOKEN environment variable is set.npx vercel login. However, for automated agents, ensure the token is provided.npx vercel whoami.vercel.json or framework detection (like Next.js).npm run build). Otherwise, this phase is implicitly handled by Vercel.vercel.json is missing, you may need to configure project settings via the CLI (e.g., npx vercel link to link the directory to a Vercel project).npx vercel env add <NAME> <ENVIRONMENT>).npx vercel --token $VERCEL_TOKEN.npx vercel --prod --token $VERCEL_TOKEN.curl -sSf <URL> to ensure the application returns a 200 OK status code.npx vercel logs <URL>) if the deployment fails or the health check returns an error.npx vercel rollback <DEPLOYMENT_ID> or revert the git commit and trigger a new Vercel deployment.vercel whoami) succeeds.