Validate messaging consistency across website, GitHub repos, and local documentation generating read-only discrepancy reports. Use when checking content alignment or finding mixed messaging. Trigger with phrases like "check consistency", "validate documentation", or "audit messaging".
5.8
Rating
0
Installs
Documentation
Category
This skill provides a well-structured approach to validating content consistency across multiple sources (website, GitHub, local docs). The description clearly explains when and how to invoke it. The SKILL.md properly references error handling and examples in separate files, maintaining good organization. The 6-step process provides reasonable task knowledge, though it could benefit from more specific algorithmic details about comparison logic and discrepancy detection thresholds. Novelty is moderate - while content validation is useful, the task could largely be accomplished through systematic grep/diff operations that a CLI agent could perform, though this skill does package it conveniently. The allowed-tools list appropriately constrains to read-only operations. Overall, a solid documentation-focused skill with room for deeper technical implementation details.
Loading SKILL.md…