Agent Skills: Linktree CI Integration

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/linktree-ci-integration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/linktree-pack/skills/linktree-ci-integration

Skill Files

Browse the full folder contents for linktree-ci-integration.

Download Skill

Loading file tree…

plugins/saas-packs/linktree-pack/skills/linktree-ci-integration/SKILL.md

Skill Metadata

Name
linktree-ci-integration
Description
|

Linktree CI Integration

GitHub Actions

name: Linktree Tests
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: npm ci && npm test

Resources

Next Steps

See linktree-deploy-integration.