anth-ci-integration
Installation
SKILL.md
Anthropic CI Integration
Overview
Set up CI/CD pipelines that validate Claude API integrations with mock-based unit tests (free, fast) and prompt regression tests (live API, gated to main).
GitHub Actions Workflow
# .github/workflows/claude-tests.yml
name: Claude API Tests
on: [push, pull_request]