원클릭으로
atlan-cli-run-test-loop
Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Install Atlan CLI with OS-aware binaries (or Homebrew on macOS) only when missing, then configure baseline tenant auth/log settings.
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.
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.
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.
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.
| name | atlan-cli-run-test-loop |
| description | Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks. |
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.md