One-click install
npx skills add https://github.com/Pact-Community-Organization/github-marketplace --skill code-review-pact-community-organization
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Pact-Community-Organization/github-marketplace/tree/main/skills/code-review
Command: npx skills add https://github.com/Pact-Community-Organization/github-marketplace --skill code-review-pact-community-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams enforce high-quality Pact 5 code by providing a self-review checklist, standardized review comments format, and common findings to guide pre-submission validation.

Core Features & Use Cases

  • Self-Review Checklist: A comprehensive before-submission checklist to catch issues early.
  • Review Comment Format: A deterministic template to express issues with file path, line, and suggestions.
  • Common Findings: A catalog of frequent issues and how to address them, enabling faster reviews.
  • Use Case: A developer runs this skill on a new Pact 5 module to ensure it passes basic tests and aligns with safety patterns prior to PR submission.

Quick Start

Run the code-review skill against your Pact 5 project to generate a self-checklist and review notes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a pre-submission code review for a Pact 5 module?▼

Run the code review skill against your Pact 5 project to generate a self-checklist and standardized review notes. This process identifies and fixes code quality issues before PR submission.

What is the standard format for writing Pact 5 code review comments?▼

The standard format for Pact 5 code review comments uses a deterministic template that specifies the file path, line number, and actionable suggestions. This structure ensures clear, consistent feedback during pre-submission validation.

When do I need to use a code review checklist for Pact 5 projects?▼

You need a code review checklist for Pact 5 projects when validating new features, bug fixes, or patches prior to submission. It enforces safety patterns and ensures modules pass basic tests during pre-submission validation.

Does this code review skill work for both new features and bug fixes in Pact 5?▼

Yes, this code review skill works for new features, bug fixes, and patches across Pact 5 modules. It provides a catalog of common findings to guide validation and address frequent issues regardless of the change type.

How do I fix common code quality issues found during Pact 5 reviews?▼

To fix common code quality issues found during Pact 5 reviews, reference the provided catalog of frequent issues and their solutions. This guides developers in addressing findings before final PR submission.

Can I use this skill to enforce quality-assurance testing patterns before PR submission?▼

Yes, you can use this skill to enforce quality-assurance testing patterns before PR submission. It aligns Pact 5 code with safety patterns and generates review notes to ensure basic tests pass.