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 ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin openevidence-pack2plugins reuse this skill
First indexed Jul 17, 2026
Ci Integration for OpenEvidence. Trigger: "openevidence ci integration".
Configures Exa CI/CD integration using GitHub Actions with unit tests, integration tests, and API health checks. Includes secrets setup and test suite template.
Installs and configures Doc Detective GitHub Action workflow for automated documentation testing in CI. Detects project context, creates YAML file, sets triggers, PR/issue creation, and integrations.