From odh-ai-helpers
Orchestrates documentation pipeline skills (gather, gap, validate, review, generate) in dependency order based on a requested mode and Jira key or PR URL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odh-ai-helpers:doc-pipeline <JIRA-KEY> <gather|gap|validate|review|generate><JIRA-KEY> <gather|gap|validate|review|generate>claude-sonnet-4-5The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate documentation skills in dependency order based on the requested pipeline mode.
Orchestrate documentation skills in dependency order based on the requested pipeline mode.
$ARGUMENTS contains:
gather, gap, validate, review, generate (required)| Mode | Skills executed | Use case |
|---|---|---|
gather | doc-gather | Collect context only |
gap | doc-gather → doc-gap | Identify documentation gaps |
validate | doc-gather → doc-validate | Validate existing docs against context |
review | doc-gather → doc-validate → doc-review | Full validation and review of existing docs |
generate | doc-gather → doc-gap → doc-generate → doc-validate → doc-review | Generate docs end-to-end |
${CLAUDE_SKILL_DIR}/../doc-gather/configs/rhoai.yaml existsFor each skill in the pipeline mode's sequence:
/doc-<skill> <arguments>/doc-gather <JIRA-KEY>
Report: context package summary.
/doc-gather <JIRA-KEY>
/doc-gap
Check: if gap report recommendation is stop, halt and report gaps to caller.
Report: gap report summary.
/doc-gather <JIRA-KEY>
/doc-validate <docs-directory>
The docs directory is determined from the context package (the docs repo checkout path). Report: validation findings summary.
/doc-gather <JIRA-KEY>
/doc-validate <docs-directory>
/doc-review <docs-directory>
Report: validation + review findings summary.
/doc-gather <JIRA-KEY>
/doc-gap
Gate: Check gap report recommendation.
stop: halt, report insufficient context.gather-more: warn, ask caller whether to proceed.proceed: continue./doc-generate
/doc-validate workspace/generated-docs/
/doc-review workspace/generated-docs/
Report: generation report + validation + review summaries.
After all skills complete, produce a summary:
Pipeline: <mode>
Ticket: <JIRA-KEY>
Status: completed|halted
Phases:
- doc-gather: completed (42 files, 85K tokens)
- doc-gap: completed (recommendation: proceed, confidence: 0.82)
- doc-generate: completed (3 modules, avg confidence: 0.85)
- doc-validate: completed (0 high, 3 medium, 5 low findings)
- doc-review: completed (confidence: 0.78)
Output files:
- workspace/context-package.json
- workspace/gap-report.json
- workspace/generated-docs/
- workspace/generation-report.json
- workspace/validation-findings.json
- workspace/review-findings.json
stop (in gap and generate modes)gather-more (in generate mode)After pipeline completes, offer the caller:
/doc-post <PR-URL>npx claudepluginhub ikredhat/skills-registry --plugin odh-ai-helpersRecursively analyzes Jira features and linked GitHub pull requests to generate comprehensive feature documentation.
Orchestrates 4 documentation skills into a sequential pipeline that detects drift, applies fixes, audits coverage, and fills gaps to produce a documentation health report.