Agent skill
atlan-e2e-contract-validator
Generate and validate e2e test contracts for Atlan workflows, including API responses, output paths, and schema assertions. Use when adding or updating workflow e2e coverage.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/atlan-e2e-contract-validator
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?