원클릭으로
verify-content
Run comprehensive quality verification on workshop or demo content using Red Hat standards and validation agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run comprehensive quality verification on workshop or demo content using Red Hat standards and validation agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide you through creating a Red Hat Showroom demo module using the Know/Show structure for presenter-led demonstrations.
Guide you through creating a single Red Hat Showroom workshop module from reference materials (URLs, files, docs, or text) with business storytelling and proper AsciiDoc formatting.
| name | verify-content |
| description | Run comprehensive quality verification on workshop or demo content using Red Hat standards and validation agents. |
Verify workshop or demo content against Red Hat quality standards, style guidelines, technical accuracy, and accessibility requirements.
Use this skill when you want to:
Don't use this for:
/create-lab or /create-demo/blog-generateQ: What type of content are you verifying?
Options:
For single file:
content/modules/ROOT/pages/module-01-install-aap.adoc)For multiple files:
content/modules/ROOT/pages/*.adoc)content/modules/ROOT/pages/)I'll run comprehensive verification using these validation frameworks:
For Workshop Content:
enhanced_verification_workshop.txt - Overall quality assessmentredhat_style_guide_validation.txt - Red Hat style complianceverify_workshop_structure.txt - Workshop structure validationverify_technical_accuracy_workshop.txt - Technical accuracyverify_accessibility_compliance_workshop.txt - Accessibility standardsverify_content_quality.txt - General content qualityFor Demo Content:
enhanced_verification_demo.txt - Overall demo qualityredhat_style_guide_validation.txt - Red Hat style complianceverify_technical_accuracy_demo.txt - Demo technical accuracyverify_accessibility_compliance_demo.txt - Accessibility standardsverify_content_quality.txt - General content qualityI'll provide:
Summary Report:
Detailed Findings:
Actionable Items:
After showing results, I can:
User: /verify-content
Skill: What type of content are you verifying?
User: Workshop module
Skill: File path?
User: content/modules/ROOT/pages/module-01-install-aap.adoc
[Runs all workshop verification agents]
Skill:
📊 Verification Results for module-01-install-aap.adoc
**Overall Score**: 82/100
**Critical Issues** (3):
1. Missing verification commands in Exercise 2 (line 145)
2. Incorrect Red Hat product name: "OCP" should be "Red Hat OpenShift" (line 67)
3. Missing alt text for screenshot placeholder (line 203)
**Warnings** (5):
1. Troubleshooting section could be more comprehensive
2. Learning outcomes section recommended but missing
3. Some commands lack expected output examples
**Recommendations** (2):
1. Add time estimates for each exercise
2. Include references section with documentation links
Would you like me to apply fixes automatically? [Yes/Show details/Manual fixes]
User: Verify all my workshop modules
Skill: Content location?
User: content/modules/ROOT/pages/
[Scans and finds 3 modules + index/overview]
Skill: Found 5 files:
- index.adoc
- 01-overview.adoc
- 02-details.adoc
- module-01-install-aap.adoc
- module-02-configure-aap.adoc
Verify all? [Yes/Select specific files]
User: Yes
[Runs verification on all files]
Skill:
📊 Batch Verification Results
**Summary**:
- 5 files verified
- Average score: 78/100
- 12 critical issues across all files
- 23 warnings
- 15 recommendations
**Top Issues**:
1. Inconsistent heading styles across modules (affects: all modules)
2. Missing Red Hat style compliance in 3 files
3. No accessibility alt text in 8 image references
**Per-File Scores**:
- index.adoc: 85/100 ✓
- 01-overview.adoc: 90/100 ✓
- 02-details.adoc: 88/100 ✓
- module-01-install-aap.adoc: 72/100 ⚠️
- module-02-configure-aap.adoc: 65/100 ⚠️
Would you like detailed report for specific files? [Enter file numbers or 'all']
Every verification includes:
Red Hat Style Guide:
Technical Accuracy:
Workshop Quality (for labs):
Demo Quality (for demos):
Accessibility:
Content Quality:
Results are presented in clear, actionable format:
## Critical Issues (Must Fix)
### 1. Missing Verification Commands
**File**: module-01-install-aap.adoc:145
**Impact**: Learners can't verify success, leading to confusion
**Current**:
```asciidoc
. Deploy the AutomationController:
Fixed:
. Deploy the AutomationController:
+
[source,bash]
----
oc get automationcontroller -n ansible-automation-platform
----
+
Expected output:
----
NAME STATUS AGE
platform-controller Running 5m
----
How to fix:
File: module-01-install-aap.adoc:250 Impact: Reduces learner independence
Recommendation: Add 3-5 common issues with solutions ...
## Quality Gates
Content passes verification when:
- ✓ Overall score ≥ 80/100
- ✓ Zero critical issues
- ✓ All Red Hat style violations fixed
- ✓ Technical accuracy confirmed
- ✓ Accessibility standards met
## Integration with Other Skills
**After `/create-lab`**:
- Run verification on generated module
- Apply fixes before committing
- Ensure quality standards met
**After `/create-demo`**:
- Verify Know/Show structure
- Check business messaging
- Validate presenter guidance
**Before publishing**:
- Final verification of all content
- Batch check entire workshop
- Generate quality report
## Tips for Best Results
**Be specific about content type**:
- Workshop modules use different standards than demos
- Infrastructure files (nav.adoc, README.adoc) have different requirements
**Review before auto-fix**:
- Understand why changes are recommended
- Some fixes may need manual adjustment
- Technical accuracy requires domain knowledge
**Run verification regularly**:
- After creating new modules
- Before submitting PRs
- After major content updates
## Quality Standards
Every verification run checks:
- ✓ Red Hat brand compliance
- ✓ Technical accuracy for current versions
- ✓ Accessibility (WCAG 2.1 AA)
- ✓ Learning effectiveness
- ✓ Professional formatting
- ✓ Complete documentation
- ✓ Consistent style
## Files Used
**Verification prompts** (in `.claude/prompts/`):
- `enhanced_verification_workshop.txt`
- `enhanced_verification_demo.txt`
- `redhat_style_guide_validation.txt`
- `verify_workshop_structure.txt`
- `verify_technical_accuracy_workshop.txt`
- `verify_technical_accuracy_demo.txt`
- `verify_accessibility_compliance_workshop.txt`
- `verify_accessibility_compliance_demo.txt`
- `verify_content_quality.txt`
**Reference examples**:
- `content/modules/ROOT/pages/workshop/example/`
- `content/modules/ROOT/pages/demo/`