lifecycleinventory-review
lifecycleinventory-review
当前保留 process 和 lifecyclemodel 两个 CLI-backed review profile;规则文档按 profile 收敛在各自的 profiles/*/references/ 下。
Profiles
process(默认):通过统一 CLI 执行 process_from_flow 产物复审。lifecyclemodel:通过统一 CLI 执行 lifecyclemodel build run 复审。
统一入口
node scripts/run-review.mjs:本地process_from_flow/lifecyclemodelreview 入口,通过--profile选择子能力。node scripts/run-remote-process-review.mjs:远端processsnapshot freeze + review 的推荐 wrapper。
运行模型:
- canonical path 为
skill -> Node .mjs wrapper -> tiangong review process | review lifecyclemodel - 两个 profile 都不再走 skill 私有 Python / OpenAI 入口
- 没有 shell 兼容壳
默认 profile
More from tiangong-lca/skills
process-hybrid-search
Execute and troubleshoot Supabase edge function `process_hybrid_search`, which rewrites process descriptions and calls `hybrid_search_processes` with optional filters. Use when validating process query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
15flow-hybrid-search
Execute and troubleshoot Supabase edge function `flow_hybrid_search`, which rewrites flow descriptions and calls `hybrid_search_flows` with optional filters. Use when validating flow query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
14embedding-ft
Execute and troubleshoot Supabase edge function `embedding_ft` that consumes PGMQ embedding jobs, calls AWS SageMaker embeddings, and writes vectors back to Postgres. Use when validating job payload handling, investigating failed embeddings, tuning ack semantics, or adjusting worker auth/environment.
13process-automated-builder
Execute the supported `process_from_flow` CLI workflow. Use `node scripts/run-process-automated-builder.mjs auto-build|resume-build|publish-build|batch-build` when you need the unified `tiangong process ...` surface from a skill wrapper.
13lifecyclemodel-hybrid-search
Execute and troubleshoot Supabase edge function `lifecyclemodel_hybrid_search`, which rewrites lifecycle model descriptions and calls `hybrid_search_lifecyclemodels` with optional filters. Use when validating lifecycle-model query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
13flow-governance-review
Run the CLI-backed flow governance commands for review, remediation, deterministic process-flow repair, and publish preparation. Use `node scripts/run-flow-governance-review.mjs COMMAND ...` when you need the supported `tiangong review flow` and `tiangong flow ...` workflows from a skill wrapper.
9