원클릭으로
deployment
Use this skill for deploying code, managing builds, monitoring services, and configuring runtime environments on SELISE Blocks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill for deploying code, managing builds, monitoring services, and configuring runtime environments on SELISE Blocks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill for managing scheduled tasks, webhooks, configuration settings, and other utility operations on SELISE Blocks.
Use this skill for creating, managing, and executing automated workflows with webhook/email triggers, AI agent nodes, HTTP request nodes, and email sending nodes on SELISE Blocks.
Use this skill for creating AI agents, setting up knowledge bases (RAG), configuring LLM models, building tools (API/MCP), managing conversations, streaming chat, or querying LLMs directly on SELISE Blocks. Note: this API uses snake_case throughout.
Use this skill for sending emails (template-based or ad-hoc), managing in-app notifications (send, read, mark-read), and creating/managing email templates on SELISE Blocks.
Use this skill for defining data schemas, querying/mutating data via GraphQL, uploading files (S3/DMS), managing access policies, setting field validations, migrating schemas, or configuring data sources on SELISE Blocks.
Use this skill for any request involving login, MFA setup, user creation, role/permission management, organization switching, SSO/OIDC configuration, session handling, password recovery, CAPTCHA, or access control on SELISE Blocks. Maps natural language intents to the correct flow or action and enforces security best practices.
| name | deployment |
| description | Use this skill for deploying code, managing builds, monitoring services, and configuring runtime environments on SELISE Blocks. |
| user-invocable | false |
| blocks-version | 1.0.5 |
Handles CI/CD deployment, build management, service configuration, runtime scaling, and deployment status monitoring for SELISE Blocks via the Deployment v1 API.
Covers three sub-domains: Build (trigger and monitor builds), Service (list and configure services), and Deployment (history and rollback).
Example prompts that should route here:
Before executing any action or flow from this skill, read ../core/execution-context.md for the required supporting files, load order, and cross-domain orchestration rules.
Use this table to route user requests. Check flows/ first — if a flow covers the request, use it. For single-action requests, go directly to the action.
| User wants to... | Use |
|---|---|
| Deploy code end-to-end | flows/deploy-code-flow.md |
| Trigger a build | flows/deploy-code-flow.md → actions/trigger-build.md |
| Check build status | actions/get-build.md |
| List all builds | actions/get-builds.md |
| List services | flows/manage-services-flow.md → actions/get-services.md |
| View service details | flows/manage-services-flow.md → actions/get-service.md |
| Update service configuration | flows/manage-services-flow.md → actions/update-service-config.md |
| Scale a service | flows/manage-services-flow.md → actions/update-service-config.md |
| View deployment history | flows/manage-services-flow.md → actions/get-deployment-history.md |
| Rollback a deployment | flows/manage-services-flow.md → actions/rollback-deployment.md |
| Flow | File | Description |
|---|---|---|
| deploy-code-flow | flows/deploy-code-flow.md | Select repo/branch, trigger build, monitor, deploy, and verify |
| manage-services-flow | flows/manage-services-flow.md | List services, view details, update config, view history, rollback |
All endpoints are prefixed with: $API_BASE_URL/deployment/v1
| Action | File | Description |
|---|---|---|
| trigger-build | actions/trigger-build.md | Trigger a new build for a repository and branch |
| get-builds | actions/get-builds.md | Get paginated list of builds for the project |
| get-build | actions/get-build.md | Get a single build by ID |
| Action | File | Description |
|---|---|---|
| get-services | actions/get-services.md | List all services in the project |
| get-service | actions/get-service.md | Get details of a single service |
| update-service-config | actions/update-service-config.md | Update service configuration (replicas, env vars) |
| Action | File | Description |
|---|---|---|
| get-deployment-history | actions/get-deployment-history.md | Get paginated deployment history for a service |
| rollback-deployment | actions/rollback-deployment.md | Rollback a service to a previous deployment |