unac-review-implementation

Dispatch unac-code-reviewer per task and compile consolidated code review findings.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/uesleinasch/unac-agents --skill unac-review-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unac-review-implementation
Source: https://github.com/uesleinasch/unac-agents/tree/main/skills-claude/unac-review-implementation
Command: npx skills add https://github.com/uesleinasch/unac-agents --skill unac-review-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates end-to-end code review by dispatching unac-code-reviewer for each task and compiling a consolidated findings report to streamline QA cycles.

Core Features & Use Cases

  • Serial task-by-task review orchestration with per-task prompts to an automated reviewer
  • Consolidation of task findings into a single Code Review Report with an overall result
  • Optional blockers handling and integration with unac-fix-blockers for escalation

Quick Start

Dispatch unac-code-reviewer for each task based on the implementation plan and compile a consolidated findings report.

Frequently Asked Questions about unac-review-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate serial code reviews and compile findings into a single report?

You can automate code review consolidation by dispatching a reviewer for each task sequentially and compiling the findings into a single comprehensive report with an overall pass or fail decision.

What files are required to automate task-by-task code review orchestration?

Automating task-by-task code review orchestration requires a QA-approved implementation plan and artifacts under the .unac/{item-id}/ directory, specifically the implementation plan, progress, and Jira card markdown files.

Can I handle blockers and escalation automatically during the code review process?

Yes, you can handle blockers and escalation automatically during the code review process by integrating with unac-fix-blockers for optional blocker handling and escalation if needed.

When do I need a consolidated code review report for my workflow?

You need a consolidated code review report for your workflow after a QA-approved implementation plan exists, streamlining QA cycles by enforcing per-task reviews and compiling a final overall result decision.

Does this code review approach work without a QA-approved implementation plan?

No, this code review approach does not work without a QA-approved implementation plan and the associated artifacts, as it enforces per-task reviews based on those specific implementation files.