clade-ci-integration
Installation
SKILL.md
Anthropic CI Integration
Overview
Testing Claude integrations in CI requires handling API keys securely, mocking for unit tests, and making real calls only in integration tests.
GitHub Actions Setup
# .github/workflows/test.yml
name: Test Claude Integration
on: [push, pull_request]