.agents/skills/atlan-cli-run-test-loop/SKILL.md
Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks.
npx skillsauth add atlanhq/atlan-sample-apps atlan-cli-run-test-loopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute run/test/fix loops that a developer would expect from a normal app request.
command -v atlan.atlan-cli-install-configure before run/test.atlan-cli repository.command -v atlan && atlan --help.uv, temporal, dapr are available.atlan app init tools first; if issue persists, apply manual Dapr recovery and record it.atlan app run -p <app_path>atlan app test -p <app_path> -t unitatlan app test -p <app_path> -t e2euv run poe start-depsuv run main.pyuv run pytestloop_report.md using ../_shared/assets/loop_report.md.atlan-fact-verification-gate.../_shared/references/cli-change-proposals.md.ATLAN-CLI-APP-0012 / dependency startup failures as infra blockers; collect logs and apply the run-matrix recovery steps.references/run-matrix.md../_shared/references/cli-change-proposals.md../atlan-cli-install-configure/SKILL.mddevelopment
Implement workflow argument retrieval, credential_guid usage, and state store updates using Atlan SDK patterns. Use when workflows or activities handle credentials, runtime args, or persisted workflow state.
development
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.
development
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementing or reviewing raw/transformed output handling.
testing
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.