Skip to content

feat: add docker-healthcheck-generator skill and container-reliability-engineer agent#2213

Open
ArthurAdrianoMM wants to merge 1 commit into
github:stagedfrom
ArthurAdrianoMM:feat/docker-healthcheck-generator
Open

feat: add docker-healthcheck-generator skill and container-reliability-engineer agent#2213
ArthurAdrianoMM wants to merge 1 commit into
github:stagedfrom
ArthurAdrianoMM:feat/docker-healthcheck-generator

Conversation

@ArthurAdrianoMM

Copy link
Copy Markdown

What

Adds the docker-healthcheck-generator skill and the container-reliability-engineer agent.

  • Skill: generates Docker HEALTHCHECK instructions and docker-compose healthcheck blocks tailored to the detected service (HTTP apps, PostgreSQL, MySQL, Redis, MongoDB, RabbitMQ, Kafka), including depends_on: service_healthy wiring and sensible timing defaults.
  • Agent: a container reliability specialist covering healthchecks, restart policies, graceful shutdown, and resource limits for Docker/Compose stacks.

Why

Missing or naive healthchecks are one of the most common causes of broken startup ordering and silent container failures. Existing skills cover Dockerfile optimization and compose generation, but none focuses on health probing and dependency readiness.

Checklist

  • npm run skill:validate passes for the new skill (note: an unrelated pre-existing skill aws-cloudwatch-investigation currently fails validation on staged)
  • npm run build executed to update the README
  • No duplicate of existing skills/agents

@github-actions github-actions Bot added agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills labels Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant