atlan-fact-verification-gate

Installation
SKILL.md

Atlan Fact Verification Gate

Create a lightweight verification checkpoint before behavior-changing decisions.

Workflow

  1. Classify task as build, modify, test, review, or release.
  2. Read source guide: ../_shared/references/verification-sources.md.
  3. Verify only what is required for the current decision:
    • SDK behavior for runtime/data-path decisions.
    • CLI behavior for scaffold/run/test/release commands.
  4. Resolve SDK evidence using portable fallback order:
    • local checkout (if present)
    • installed package source
    • remote source/docs
  5. For build tasks, classify app quality tier (quickstart-utility or connector-standard) using ../_shared/references/app-quality-bar.md.
  6. Create verification_manifest.json using ../_shared/assets/verification_manifest.json as template.
  7. Validate manifest: python ../_shared/scripts/validate_verification_manifest.py verification_manifest.json
  8. Continue if status is ready; otherwise resolve unknowns or ask user.
Related skills
Installs
10
GitHub Stars
5
First Seen
Feb 24, 2026