بنقرة واحدة
deploy
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.
Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones.
Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed.
Create a structured implementation plan for a feature, refactoring, or multi-step task. Use as the first step in the pipeline before /orchestrate. Produces a plan that the orchestrator can turn into a delegation plan.
Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request.
Perform a security audit of the codebase. Checks for OWASP Top 10, AI-specific vulnerabilities, dependency issues, and configuration problems.
| name | deploy |
| description | Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. |
| argument-hint | [environment or action] |
| disable-model-invocation | true |
Execute the following deployment/infrastructure task:
$ARGUMENTS
# Build and start all services
docker-compose up --build
# Build specific service
docker-compose build [service-name]
# View logs
docker-compose logs -f [service-name]
Ensure all required environment variables are set according to project documentation.