From mindtickle-pack
Integrates MindTickle CI tests into GitHub Actions workflows. Useful for running MindTickle test suites on push and pull request events.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-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: MindTickle Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See mindtickle-deploy-integration.
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin mindtickle-pack2plugins reuse this skill
First indexed Jul 17, 2026
Ci Integration for MindTickle. Trigger: "mindtickle ci integration".
Configure CI/CD pipelines for Klaviyo integrations with GitHub Actions. Use when setting up automated testing, configuring CI secrets, or integrating Klaviyo SDK tests into your build pipeline. Trigger with phrases like "klaviyo CI", "klaviyo GitHub Actions", "klaviyo automated tests", "CI klaviyo", "klaviyo pipeline".
Configures CI/CD pipelines for Intercom integrations with GitHub Actions, including unit tests with mocked SDK, integration tests against a dev workspace, webhook signature tests, and encrypted secret management.