code-review

Verify code changes against task descriptions, plans, and acceptance criteria.

282|20|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/TheSoftwareHouse/copilot-collections --skill code-review-thesoftwarehouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TheSoftwareHouse/copilot-collections/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/TheSoftwareHouse/copilot-collections --skill code-review-thesoftwarehouse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews help ensure consistency, quality, and security by validating implementation against requirements and best practices.

Core Features & Use Cases

  • Structured analysis: Verify task description alignment, implementation plan, tests, and style.
  • Quality benchmarks: Check for security, reliability, maintainability, and coding standards.
  • Use Case: A teammate submits a feature; this Skill reviews the code against criteria and surfaces risks and improvements.

Quick Start

Review the changed files in the pull request and surface any deviations from the plan, criteria, and standards.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check if code changes meet acceptance criteria and implementation plans?

To check if code changes meet acceptance criteria, you can perform a structured code review that verifies task description alignment, implementation plan adherence, and specific quality benchmarks. This process surfaces deviations and confirms requirements are met.

What does a systematic code review cover for maintainability and security?

A systematic code review covers maintainability and security by validating code against best practices, checking for reliability issues, and ensuring proper test coverage. It identifies risks and improvements to maintain software consistency.

How do I review a pull request for test coverage and static analysis results?

You review a pull request for test coverage and static analysis by examining changed files to verify test presence and check adherence to coding standards. This surfaces deviations from the plan and highlights areas needing improvement.

Can I use automated code review to verify task understanding and plan adherence?

Yes, you can use automated code review to verify task understanding and plan adherence by systematically checking if the implementation aligns with the original task description and acceptance criteria. It validates that the code matches the intended plan.

What is the best way to ensure quality assurance in a software pull request?

The best way to ensure quality assurance in a software pull request is to perform a structured analysis that checks for security, reliability, maintainability, and coding standards. This validates the implementation against established requirements.