Agent skill
atlan-fact-verification-gate
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/atlan-fact-verification-gate-atlanhq-atlan-sample-apps
SKILL.md
Atlan Fact Verification Gate
Create a lightweight verification checkpoint before behavior-changing decisions.
Workflow
- Classify task as
build,modify,test,review, orrelease. - 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 (
quickstart-utilityorconnector-standard) using../_shared/references/app-quality-bar.md. - Create
verification_manifest.jsonusing../_shared/assets/verification_manifest.jsonas template. - Validate manifest:
python ../_shared/scripts/validate_verification_manifest.py verification_manifest.json - Continue if status is
ready; otherwise resolve unknowns or ask user. - If CLI mismatch is found, append proposal entry to
../_shared/references/cli-change-proposals.md.
Output Contract
- Produce
verification_manifest.jsonfor non-trivial behavior changes. - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?