flow-remediator-publisher

Installation
SKILL.md

Flow Remediator Publisher

Overview

Use this skill for batch flow remediation on existing flows records when the input scope is a curated UUID list (for example an operator-exported flow_list_100_selected.jsonl, where 100 means state_code=100 rather than "top 100") and the agent must not access the database directly.

This skill provides a staged pipeline to fetch flow JSON via MCP CRUD, delegate flow review to lifecycleinventory-review --profile flow, remediate each finding via structured LLM output, run schema/version gates, and append a new uuid + version record via insert.

Scope Boundary (Avoid Overlap)

  • process-automated-builder owns process_from_flow generation and publishing of process/source datasets.
  • lifecycleinventory-review owns review logic/reporting (including flow profile semantic review).
  • flow-remediator-publisher owns remediation and append-only publish orchestration for existing flow datasets.

This skill's review/validate stages should delegate to lifecycleinventory-review --profile flow and consume its findings.jsonl, rather than duplicating review rules.

Reuse Policy (Do Not Reimplement)

When classification/category or name changes require regenerating a product flow payload, reuse:

Related skills

More from tiangong-lca/skills

Installs
1
GitHub Stars
4
First Seen
Mar 20, 2026