current-account-dataset-review

Installation
SKILL.md

Current Account Dataset Review

Scope

  • This skill is a thin orchestration layer over public tiangong CLI commands.
  • Use it for current-account multi-type dataset governance when the input rows or manifests are already frozen locally.
  • Do not import tiangong-cli/dist/src/lib/**, write direct Supabase REST glue, or parse raw credentials in this skill.
  • If a capability is missing from the public CLI, record it as a CLI gap instead of adding private runtime logic here.

Canonical Flow

  1. Before remote account work, run tiangong-lca auth status --json. If it returns login-required, stop and ask the human to run tiangong-lca auth login in a trusted terminal. Run tiangong-lca auth doctor-auth --json before a commit or account-sensitive readback. Never ask for a username, password, authorization code, token, or legacy API key.
  2. Freeze or receive the account-scoped input rows.
  3. Validate all local rows:
Installs
3
GitHub Stars
6
First Seen
May 17, 2026
current-account-dataset-review — tiangong-lca/skills