review-implementation

Automate code review against PRDs, test cases, and coding standards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the code review process, improving the quality and speed of code checks against Product Requirements Documents (PRD), test cases, and code conventions.

Core Features & Use Cases

  • Automated Review Process: Evaluates code against PRD, tests, and conventions.
  • Quality Assurance: Facilitates early detection of issues, reducing post-merge bug fixing.
  • Collaborative Reviews: Provides guidelines for both individual reviewers and team code of conduct.

Quick Start

Run the 'review-implementation' skill to check a completed feature implementation before creating a Pull Request.

Frequently Asked Questions about review-implementation

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

FAQPage Schema
How do I automate code reviews against a PRD?

Automated code review against a PRD evaluates completed feature implementations by cross-referencing the code with Product Requirements Documents, test cases, and coding standards. This streamlines the quality assurance process before creating a Pull Request.

What is the best way to check implementation compliance before merging?

Implementation compliance is checked by running an automated review process that validates code against PRD specifications, test cases, and conventions. This detects issues early and reduces post-merge bug fixing.

Can I use automated code review for collaborative team environments?

Automated code review supports collaborative environments by providing guidelines for both individual reviewers and team code of conduct. This ensures consistent quality assurance across the software engineering project.

How do I ensure continuous integration checks include PRD compliance?

Continuous integration checks include PRD compliance by automating the review process to evaluate code implementations against product requirements and coding standards. This integration facilitates early issue detection.

Does automated implementation review work without external dependencies?

Automated implementation review works without external dependencies, operating directly within your software engineering workflow to check feature implementations against PRDs and test cases before pull requests.

When should I not use automated code review checks?

Automated code review checks are not suited for unstructured codebases lacking defined Product Requirements Documents or test cases, as the process relies on validating implementations against these specific standards and conventions.