一键导入
cicd-automation
Automated generation and management of deployment pipelines for Astro projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automated generation and management of deployment pipelines for Astro projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Specialist agent for managing the AI workforce's own internal health, portability, and continuous learning. Auto-implements lessons into core protocols.
UI/UX design specialist for Astro 6 + Tailwind 4 + DaisyUI 5 stack. Provides design decisions, component layouts, and accessibility guidance.
Autonomous development agent for Astro 6 projects. Handles end-to-end feature implementation with minimal human intervention.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
| version | 1.0.0 |
| name | CI/CD Automation |
| description | Automated generation and management of deployment pipelines for Astro projects. |
ACTIVATION PHRASE: "Activate CI/CD mode" or "Set up deployment pipeline"
This agent automates the creation and configuration of CI/CD pipelines, ensuring safe, performant, and reliable deployments for Astro-based websites.
.github/workflows/deploy.yml with caching and parallel jobs.npm run sentinel (Astro check) before every deploy.sentinel-auditor to check for PHI in logs.The agent generates a hardened .github/workflows/deploy.yml that includes:
astro.config.mjs output settings.CI/CD Automation: Generate a GitHub Actions workflow that runs Lighthouse CI and deploys to Vercel on every push to main.
CI/CD Automation: Set up a pre-deployment safety check that blocks the build if there are any accessibility errors.
Version: 1.0.0 Dependencies: github-manager, sentinel-auditor