docs(skills): split documentation workflows#113
docs(skills): split documentation workflows#113ayushag-nv wants to merge 1 commit intomainNVIDIA-NeMo/Switchyard:mainfrom ayushag/switch-1008-evaluate-nvidia-docs-skills-for-switchyard-documentationNVIDIA-NeMo/Switchyard:ayushag/switch-1008-evaluate-nvidia-docs-skills-for-switchyard-documentationCopy head branch name to clipboard
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
WalkthroughThe change replaces one consolidated documentation skill with five specialized skills, adds repository and docs-specific guidance, registers the new workflows in ChangesDocumentation Workflow Reorganization
Estimated code review effort: 3 (Moderate) | ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.3.8)mkdocs.ymlTraceback (most recent call last): Comment |
Why
The existing
switchyard-docsskill combines durable MkDocs policy with drafting, editing, and review concerns. Splitting those workflows makes skill selection more precise while keeping repository-specific documentation rules scoped to the documentation tree.What
docs/AGENTS.md.switchyard-docsskill.docs/AGENTS.mdfrom the published MkDocs site and document the new skill entry points in the root guidance.How
The new skills adapt the corresponding NVIDIA Tech Docs workflows under Apache-2.0. Adaptations are limited to repository-local names, standalone operation without DORI/plugin-runtime dependencies, and loading the scoped documentation guidance. Generic evidence-source guidance remains generic.
Where to Start Review
Start with
docs/AGENTS.md, then review the five.agents/skills/switchyard-docs-*/SKILL.mdfiles and the discovery list inAGENTS.md.Test Plan
switchyard-docsand DORI/plugin-runtime referencesgit diff --checkcd docs && make publishAll listed checks pass. The validation selector referenced by
switchyard-testing-ciis absent on currentmain, so the documented direct gates were run instead.Summary by CodeRabbit