From openevidence-pack
Provides CI integration for OpenEvidence using GitHub Actions, with a trigger `/openevidence-ci-integration`. Automates testing on push/pull requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openevidence-pack:openevidence-ci-integrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```yaml
name: OpenEvidence Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See openevidence-deploy-integration.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin openevidence-pack2plugins reuse this skill
First indexed Jul 17, 2026
Sets up CI/CD pipelines for OpenEvidence clinical decision support integrations, including unit tests with mocked evidence queries and integration tests for live API connectivity.
Sets up GitHub Actions CI/CD pipelines for Klaviyo integrations with mocked unit tests, gated integration tests, and API connectivity smoke tests.
Configures Exa CI/CD integration using GitHub Actions with unit tests, integration tests, and API health checks. Includes secrets setup and test suite template.