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 kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin mindtickle-pack2plugins reuse this skill
First indexed Jul 17, 2026
Ci Integration for MindTickle. Trigger: "mindtickle ci integration".
Sets up GitHub Actions CI/CD pipelines for Klaviyo integrations with mocked unit tests, gated integration tests, and API connectivity smoke tests.
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.