atlan-fact-verification-gate
Original:🇺🇸 English
Translated
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.
2installs
Added on
NPX Install
npx skill4agent add atlanhq/atlan-sample-apps atlan-fact-verification-gateTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Atlan Fact Verification Gate
Create a lightweight verification checkpoint before behavior-changing decisions.
Workflow
- Classify task as ,
build,modify,test, orreview.release - Read source guide: .
../_shared/references/verification-sources.md - Verify only what is required for the current decision:
- SDK behavior for runtime/data-path decisions.
- CLI behavior for scaffold/run/test/release commands.
- Resolve SDK evidence using portable fallback order:
- local checkout (if present)
- installed package source
- remote source/docs
- For build tasks, classify app quality tier (or
quickstart-utility) usingconnector-standard.../_shared/references/app-quality-bar.md - Create using
verification_manifest.jsonas template.../_shared/assets/verification_manifest.json - Validate manifest:
python ../_shared/scripts/validate_verification_manifest.py verification_manifest.json - Continue if status is ; otherwise resolve unknowns or ask user.
ready - If CLI mismatch is found, append proposal entry to .
../_shared/references/cli-change-proposals.md
Output Contract
- Produce for non-trivial behavior changes.
verification_manifest.json - Record what was inspected, including exact command/flag facts when command behavior matters.
- Never edit SDK or CLI repositories.
References
- Checklist:
references/checklist.md - Artifact schema:
../_shared/references/artifact-templates.md - Quality bar:
../_shared/references/app-quality-bar.md - Multi-agent compatibility:
../_shared/references/agent-surface-compatibility.md