ワンクリックで
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