review-code-requirements

Review pull requests for requirement traceability and scope compliance.

32|7|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/OzeroHAX/AssistAgents --skill review-code-requirements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code-requirements
Source: https://github.com/OzeroHAX/AssistAgents/tree/main/templates/skills/review/code/requirements
Command: npx skills add https://github.com/OzeroHAX/AssistAgents --skill review-code-requirements

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that code changes in a Pull Request (PR) accurately meet the defined project requirements, acceptance criteria, and stay within the agreed-upon scope, preventing scope creep and missed functionalities.

Core Features & Use Cases

  • Requirement Traceability: Maps each acceptance criterion to specific code changes or tests.
  • Scope Boundary Enforcement: Identifies any work done outside the defined project scope.
  • Gap Identification: Highlights requirements that are not covered by the current implementation.
  • Use Case: Before merging a feature branch, use this Skill to confirm that all user stories and acceptance criteria have been addressed and that no unintended features have been introduced.

Quick Start

Review the attached pull request to ensure it meets all acceptance criteria and stays within the defined scope.

Frequently Asked Questions about review-code-requirements

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

FAQPage Schema
How do I verify a pull request meets acceptance criteria before merging?

To verify a pull request meets acceptance criteria, map each requirement to specific code changes or tests to confirm full coverage. This ensures all user stories are addressed and highlights any requirements not covered by the current implementation before merging.

What is the best way to prevent scope creep in pull requests?

Preventing scope creep in pull requests involves enforcing scope boundaries by identifying any work done outside the defined project scope. Flagging out-of-scope modifications ensures no unintended features are introduced during the code review process.

How do I check code compliance with project requirements?

Checking code compliance with project requirements involves reviewing the pull request against defined acceptance criteria. This identifies traceability gaps between requirements and implementation, verifying edge cases to ensure accurate functionality.

When do I need requirement traceability for code review?

Requirement traceability for code review is needed before merging a feature branch. It maps each acceptance criterion to specific code changes or tests, confirming that all user stories have been addressed and verifying implementation gaps.

Does this code review approach flag out-of-scope modifications?

Yes, this code review approach flags out-of-scope modifications by enforcing scope boundaries. It identifies any work done outside the defined project scope, preventing unintended features from being introduced into the codebase.