From lucidchart-pack
Integrates Lucidchart with CI/CD pipelines. Automates validation of Lucidchart diagrams during builds using GitHub Actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-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: Lucidchart Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
See lucidchart-deploy-integration.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin lucidchart-pack2plugins reuse this skill
First indexed Jul 17, 2026
Configures CI pipelines to validate Lucidchart API integrations with unit and integration tests using mocked and real OAuth2 credentials.
Sets up GitHub Actions CI/CD to automatically regenerate putior workflow diagrams on push. Covers workflow YAML creation, R script for diagram generation with sentinel markers, auto-commit, and README sentinel integration.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.