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.
2plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin lucidchart-packCi Integration for Lucidchart. Trigger: "lucidchart ci integration".
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.