post-impl-review

Execute post-implementation code review with six parallel reviewer agents.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/TheFJK/UberDev --skill post-impl-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-impl-review
Source: https://github.com/TheFJK/UberDev/tree/main/plugins/uberdev/skills/post-impl-review
Command: npx skills add https://github.com/TheFJK/UberDev --skill post-impl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a comprehensive and efficient post-implementation review process, ensuring high-quality code and reducing potential issues after PR push.

Core Features & Use Cases

  • Parallel Review: Dispatches six advisory reviewer agents in parallel, covering aspects like code correctness, silent failures, type safety, and test coverage.
  • Aggregated Findings: Aggregates findings from all reviewers into a single non-blocking summary.
  • Integration: Used exclusively from the /uberdev:review-pr Phase 1, ensuring that all PRs are reviewed post-push.

Quick Start

Use the post-impl-review skill to initiate a post-implementation review for a specific PR.

Frequently Asked Questions about post-impl-review

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

FAQPage Schema
How do I automate code review after a PR push?

Parallel code review uses six separate agents to evaluate correctness, silent failures, type safety, and test coverage simultaneously. Aggregated findings provide a comprehensive non-blocking summary covering multiple quality aspects at once.

What do I need to provide for a post-implementation PR review?

Post-implementation review requires PR context, diff paths, and criteria paths as inputs. The skill processes these inputs through parallel agents to output aggregated findings covering code correctness and test coverage.

Can I run post-implementation review outside of the review-pr workflow?

Post-implementation review is used exclusively from the review-pr Phase 1 workflow. It integrates directly into this pipeline to ensure all PRs are reviewed post-push with parallel agents.

What code quality aspects does parallel PR review cover?

Parallel PR review covers code correctness, silent failures, type safety, and test coverage. Six advisory reviewer agents focus on different aspects of code quality to provide comprehensive aggregated findings.

Does parallel code review block the pull request process?

Parallel code review produces a non-blocking summary of aggregated findings. The six reviewer agents act as advisory agents, ensuring the review process does not block the pull request workflow.