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 kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin linktree-pack2plugins reuse this skill
First indexed Jul 17, 2026
Configures CI pipelines for Linktree API with unit tests (mocked) and integration tests (real API) to validate profile retrieval, link CRUD, and analytics.
Sets up GitHub Actions CI/CD pipelines for Klaviyo integrations with mocked unit tests, gated integration tests, and API connectivity smoke tests.
Sets up Clerk authentication testing in CI/CD pipelines with GitHub Actions and Playwright E2E tests. Includes test user management and secrets configuration.