From openevidence-pack
Sets up GitHub Actions CI for OpenEvidence with workflow to run npm tests on push/PR. Useful for SaaS/healthcare projects using OpenEvidence.
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 jeremylongshore/claude-code-plugins-plus-skills --plugin openevidence-packDeploys Node.js OpenEvidence integration using Docker. Configures production npm install, dist bundle, and OPENEVIDENCE_API_KEY env var for healthcare SaaS.
Automates CI/CD pipeline setup with quality gates for linting, type checking, testing, building, security audits, and deployments using GitHub Actions. Use for new projects, modifying pipelines, or debugging failures.
Enforces the Three Evidence Rule to verify automatic integration behavior—configuration, trigger, and log evidence required for claims like hooks, webhooks, CI, cron, events, and middleware.