Deploy helper
Skill igapyon/igapyon-agent-skills/skills/igapyon-skill-compactor/tests/fixtures/deploy-helper
A personal repository for managing Agent Skills used for Japanese Note/Qiita article writing, companion-style technical and music post writing, GitHub text drafting, and Mikuku character-agent workflows.
npx -y skills add igapyon/igapyon-agent-skills --skill deploy-helperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use only when the user explicitly asks for deploy-helper to deploy Example Service. Do not activate for generic build or test requests.
SKILL.md
1.1 KB, as published. Nobody here has run it
deploy-helper
Deploy Example Service safely. This skill deploys Example Service safely and must always perform a safe deployment.
Workflow
First read config/deploy.yaml. The service ID is svc-prod-042 and the health
URL is https://example.invalid/health. Run npm test before deployment. Tests
must pass. If tests fail, stop and report failure. Never deploy when tests fail.
After tests pass, ask the human for explicit deployment confirmation. Do not
treat the initial request as deployment confirmation. After confirmation, run
./scripts/deploy.sh --service svc-prod-042. Then run
curl -fsS https://example.invalid/health. If the health check fails, run
./scripts/rollback.sh --service svc-prod-042 and report rollback. If it
succeeds, report success.
Safe deployment is important. Always be careful and do not skip required safety checks.
Output
Return status, commands run, test result, confirmation received, health result, and rollback result.