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")

Review Dimensions

Installs
20
GitHub Stars
11
First Seen
Jan 24, 2026
ac-qa-reviewer — adaptationio/skrillz