Agent skill
delivery
Delivery - CI/CD, testing, releases. Use when improving pipelines.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/delivery
SKILL.md
Delivery Guideline
Tech Stack
- CI: GitHub Actions
- Testing: Bun test
- Linting: Biome
- Platform: Vercel
Non-Negotiables
- All release gates must be automated (manual verification doesn't count)
- Build must fail-fast on missing required configuration
- CI must block on: lint, typecheck, tests, build
/en/*must redirect (no duplicate content)- Security headers (CSP, HSTS) must be verified by tests
- Consent gating must be verified by tests
Context
Delivery gates are the last line of defense before code reaches users. Every manual verification step is a gate that will eventually fail. Every untested assumption is a bug waiting to ship.
The question isn't "what tests do we have?" but "what could go wrong that we wouldn't catch?" Think about the deploy that breaks production at 2am — what would have prevented it?
Driving Questions
- What could ship to production that shouldn't?
- Where does manual verification substitute for automation?
- What flaky tests are training people to ignore failures?
- How fast is the feedback loop, and what slows it down?
- If a deploy breaks production, how fast can we detect and rollback?
- What's the worst thing that shipped recently that tests should have caught?
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?