atlan-e2e-contract-validator
Installation
SKILL.md
Atlan E2E Contract Validator
Define and validate e2e behavior as a machine-checkable contract.
Workflow
- Build
e2e_case_contract.yamlusing../_shared/assets/e2e_case_contract.yaml. - Ensure contract includes:
test_workflow_argsserver_configexpected_api_responsesexpected_output_pathsschema_assertions
- Run
atlan-fact-verification-gateif API/output behavior changed. - Validate contract:
python ../_shared/scripts/validate_e2e_case_contract.py e2e_case_contract.yaml - Align generated test config and schema assertions with contract.
Rules
- Keep API expectations aligned with
/workflows/v1behavior. - Keep output path assertions aligned with SDK defaults.
- Ensure both raw and transformed schema checks are explicit.
References
- Contract checklist:
references/contract-checklist.md - Shared templates:
../_shared/references/artifact-templates.md
Related skills
More from atlanhq/atlan-sample-apps
atlan-fact-verification-gate
Verify Atlan app behavior against SDK docs/code and CLI docs/code before behavior-changing decisions; use lightweight checks by default and deep checks when risk is high.
10atlan-review-doc-sync
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when completing a change set, preparing handoff, or auditing regressions.
5atlan-app-scaffold-standard
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sample-app standards.
5atlan-sql-connector-patterns
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use when building or extending SQL metadata/query extraction connectors.
5