documenso-ci-integration
Installation
SKILL.md
Documenso CI Integration
Overview
Configure CI/CD pipelines for testing and deploying Documenso integrations with GitHub Actions, GitLab CI, and other platforms.
Prerequisites
- Source control (GitHub, GitLab, etc.)
- CI/CD platform access
- Staging Documenso API key
- Test environment configured
Instructions
Step 1: GitHub Actions Configuration
name: Documenso Integration CI
Step 2: Test Scripts
// tests/integration/setup.ts
Step 3: GitLab CI Configuration
stages:
Step 4: Pre-commit Hooks
Related skills