deployment-post-checks
No SKILL.md available for this skill.
View on GitHubMore from jsonlee12138/easy-deployment
deployment-config-validate
Validate deployment configuration from .deploy.env.common and .deploy.env.<ENV_MODE> for config-dependent stages. Use before make-based deploy actions to catch missing variables, invalid ports, or compose issues.
17compose-security-lint
Lint Docker Compose files for Makefile-first deployment environments using .deploy.env.common + .deploy.env.<ENV_MODE>. Use when validating local/test/prod/custom compose files for image/build declaration, restart, healthcheck, logging, and external network settings.
5deployment-observability-smoke
Run post-deployment smoke checks with Makefile targets (`remote-status`, `remote-logs`) plus optional health URL checks. Use after deployment to verify runtime state before final acceptance.
5deployment-record-archive
Archive deployment records with merged common+environment config context (including remote port) for Makefile-first deployment workflow.
5deployment-env-isolation-check
Validate environment isolation using merged values from .deploy.env.common and .deploy.env.<ENV_MODE>. Use when ensuring test/prod/custom do not share the same registry, remote host, user, and port identity.
5deployment
统一的部署配置生成技能。生成 Makefile、Dockerfile、Compose 文件和环境配置文件。
2