ac-qa-reviewer
Installation
SKILL.md
AC QA Reviewer
Perform quality assurance reviews on feature implementations.
Purpose
Reviews completed features for code quality, adherence to standards, security issues, and best practices before marking features as complete.
Quick Start
from scripts.qa_reviewer import QAReviewer
reviewer = QAReviewer(project_dir)
result = await reviewer.review_feature("auth-001")