Acme deploy
Skill EntityProcess/agentv/examples/features/agent-skills-evals/workspace/.claude/skills/acme-deploy
Light-weight AI agent evaluation and optimization framework
npx -y skills add EntityProcess/agentv --skill acme-deployAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 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 when the user asks about deploying services, checking deployment status, rollback procedures, or release management at Acme Corp
SKILL.md
1.5 KB, as published. Nobody here has run it
Acme Corp Deployment Procedures
Overview
Internal deployment runbook for Acme Corp services. All deployments follow the Trident release pipeline.
Deployment Commands
Deploy to staging
trident push --env staging --service <service-name> --tag <git-sha>
Promote to production
trident promote --from staging --to prod --service <service-name> --approval-ticket <JIRA-ID>
Production deploys require a JIRA approval ticket (prefix: DEPLOY-).
Rollback
trident rollback --env <env> --service <service-name> --to-version <previous-tag>
Rollbacks auto-notify #ops-alerts in Slack.
Check deployment status
trident status --env <env> --service <service-name>
Service Registry
| Service | Owner Team | Staging URL | Prod URL |
|---|---|---|---|
| payments-api | Platform | payments.staging.acme.internal | payments.acme.internal |
| user-service | Identity | users.staging.acme.internal | users.acme.internal |
| notifications | Engagement | notify.staging.acme.internal | notify.acme.internal |
Rules
- All prod deploys require a DEPLOY- JIRA ticket
- Staging deploys are auto-approved during business hours (9am-5pm PT)
- Rollbacks bypass approval but require post-mortem within 48h
- Deploy freezes are announced in #engineering-announcements