Skilllibrary workflow-observability

Inspect bootstrap provenance, invocation tracking, and workflow state to explain which repo-local agents, tools, plugins, and skills are actually being exercised.

install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/workflow-observability" ~/.claude/skills/merceralex397-collab-skilllibrary-workflow-observability && rm -rf "$T"
manifest: 01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/workflow-observability/SKILL.md
source content

Workflow Observability

Before auditing the setup, call

skill_ping
with
skill_id: "workflow-observability"
and
scope: "project"
.

Read these in order:

  1. .opencode/meta/bootstrap-provenance.json
  2. .opencode/state/invocation-log.jsonl
    if it exists
  3. .opencode/state/last-ticket-event.json
    if it exists
  4. .opencode/state/workflow-state.json
  5. tickets/manifest.json

Return these sections:

  1. Bootstrap
  2. Observed Usage
  3. Missing Or Never-Seen Surfaces
  4. Workflow Drift Risks
  5. Next Fix

If

.opencode/state/invocation-log.jsonl
does not exist yet, say
no invocation data yet
explicitly instead of implying the setup is healthy.