feature-validate
Installation
SKILL.md
Feature Validate Skill
This skill verifies that documented functionality is actually implemented in the codebase and that the implementation aligns with what's documented. It also checks for test coverage and warns about untested functionality.
When to Use This Skill
Use this skill when:
- User asks about the status of a feature implementation
- User explicitly asks to verify a feature doc against implementation
- Auditing existing feature docs for accuracy
- Checking if documented functionality has test coverage
- Validating that code matches what's documented
Verification Scope
Features can be implemented in many forms - not just functions. Verify ALL documented capabilities: