Check

Friendly docflow readiness check: one status, one reason, and the exact next command. Use when asked if docflow is set up, ready, or "what do I do next".

hashgraph-online Updated

File contents

check

Goal: answer "is this usable and what do I do next?" in one screen.

Run

bash scripts/docflow-check.sh --target <REPO ROOT>

If running from an installed plugin where scripts are not in the target repo, use the plugin script path.

Interpret

Status Meaning Next
Ready DocFlow is installed and validation is clean Start normal docs work
Needs setup No meaningful docs or config detected /docflow:init
Needs adoption Existing docs need docflow infrastructure /docflow:adopt
Needs repair Generated helpers/guidance are missing or managed helpers are outdated /docflow:repair
Blocked Validation found hard errors /docflow:validate

Rules

  • Use this before asking the user to choose a setup path.
  • Keep the response short: status, reason, next command.
  • Do not run mutating commands from this skill; hand off to the matching skill.

hashgraph-online/awesome-codex-plugins/tree/main/plugins/MedAdemBHA/docflow/skills/check commit 3a6e1335ff

Frequently asked questions

npx skillmds@latest add hashgraph-online-awesome-codex-plugins/check