From linktree-pack
Integrates CI testing for Linktree projects using GitHub Actions. Useful for running tests on push and pull request events.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linktree-pack:linktree-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: Linktree Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See linktree-deploy-integration.
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin linktree-pack2plugins reuse this skill
First indexed Jul 17, 2026
Ci Integration for Linktree. Trigger: "linktree 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".
Sets up Clerk authentication testing in CI/CD pipelines with GitHub Actions and Playwright E2E tests. Includes test user management and secrets configuration.