feature-audit
Installation
SKILL.md
Feature Audit
Ensures features are not just implemented but actually user-accessible. Bridges the gap between "code complete" and "user can use it."
When NOT to Use
- Analyzing agent/session patterns — Use
session-reviewfor retrospectives on how work went - Security review — Use
security-auditfor vulnerability scanning; this skill checks feature completeness, not security - Creating the plan — Use
planningto break down PRDs into tasks; this skill audits after implementation