Agent skill
validate-sirejeff-k0ntext
Run complete validation suite on context engineering documentation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/validate-sirejeff-k0ntext
SKILL.md
Context Engineering: Validation
Run comprehensive validation on the context engineering setup.
Validation Checks
1. Structure Validation
- All required directories exist in
.claude/ - Required files are present
- Settings file is valid JSON
2. Schema Validation
- JSON files validate against their schemas
- Frontmatter in markdown files is valid
3. Link Validation
- All internal markdown links resolve
- No broken references to files or anchors
4. Placeholder Detection
- Find remaining
{{PLACEHOLDER}}values - Report files that need manual completion
5. Line Number Accuracy
- Sample referenced line numbers in documentation
- Verify they match actual code
- Target: ≥60% accuracy
Output
Validation Results
==================
✓ Structure: PASS (12/12 directories)
✓ Schemas: PASS (5/5 files valid)
✓ Links: PASS (45/45 links resolve)
⚠ Placeholders: WARN (3 remaining in 2 files)
✓ Line Accuracy: PASS (78% accurate)
Overall: PASS with warnings
Usage
Run validation:
- Full suite:
/context-eng:validate - Specific check:
/context-eng:validate --links - With fix:
/context-eng:validate --fix
Thresholds
| Check | Pass | Warn | Fail |
|---|---|---|---|
| Structure | 100% | - | <100% |
| Schemas | 100% | - | <100% |
| Links | 100% | <100% | <90% |
| Placeholders | 0 | 1-5 | >5 |
| Line Accuracy | ≥60% | 50-60% | <50% |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?