ワンクリックで
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