cqa-00b-directory-structure
SolidValidates directory naming conventions for titles, assemblies, and modules. Use when restructuring content or adding new directories.
Testing & QA 24 stars
64 forks Updated today Apache-2.0
Install
Quality Score: 72/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# CQA-00b: Directory Structure
**Spec:** See `resources/cqa-spec.md` section "CQA-00b: ..." for full detection/fix logic and edge cases.
## Run
```bash
# Report
node build/scripts/cqa/index.js --check 00b titles/<your-title>/master.adoc
# Fix
node build/scripts/cqa/index.js --check 00b --fix titles/<your-title>/master.adoc
```
## What It Checks
- Title, assembly, and module directories must follow `<category>_<context>` naming convention
- Validates that directory structure matches expected modular docs layout
- Checks for consistent naming patterns across the content hierarchy
## Manual Items
Complex renames that involve many cross-references or ambiguous naming may require human judgment.
Details
- Author
- redhat-developer
- Repository
- redhat-developer/red-hat-developers-documentation-rhdh
- Created
- 2 years ago
- Last Updated
- today
- Language
- JavaScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
code-health-check
Perform a comprehensive code health check on a directory. Use when the user asks to analyze code quality, find issues, or get a health report.
702 Updated yesterday
huangjia2019 Testing & QA Solid
qa
Use when completing any task (final validation step), running audits, preparing for deployment, or when ESLint/TypeScript/build errors occur.
52 Updated 3 weeks ago
holger1411 Code & Development Solid
doc-review
Review a single file or all files in a folder for data inconsistencies, reference errors, typos, and unclear terminology using parallel sub-agents
15 Updated today
vladm3105 Testing & QA Featured
nw-abr-critique-dimensions
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
508 Updated 5 days ago
nWave-ai