reviewer

Review CDK infrastructure changes against project patterns and best practices.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/andrewwint/spec-driven-ai-dev-05-devops --skill reviewer-andrewwint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/andrewwint/spec-driven-ai-dev-05-devops/tree/main/code/module-7-complete/skills/reviewer
Command: npx skills add https://github.com/andrewwint/spec-driven-ai-dev-05-devops --skill reviewer-andrewwint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that infrastructure code changes adhere to established project patterns, best practices, and documentation standards, preventing inconsistencies and maintaining code quality.

Core Features & Use Cases

  • Automated Code Review: Analyzes CDK stack changes for adherence to multi-stack architecture, documentation, and coding standards.
  • Workflow Validation: Checks CI/CD pipeline configurations for security best practices like OIDC usage and inclusion of verification stages.
  • Documentation Verification: Ensures that critical documentation like HISTORY.md is updated alongside code changes.
  • Use Case: Before merging a pull request that modifies AWS infrastructure using CDK, you can use this Skill to automatically flag any deviations from the team's established patterns or missing documentation updates.

Quick Start

Use the reviewer skill to check the proposed changes in the attached code diff against project patterns.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I validate CDK stack changes against project patterns before merging?

To validate CDK stack changes against project patterns, you can use an automated code review process that analyzes your infrastructure code diff for adherence to multi-stack architecture, documentation, and coding standards. This prevents inconsistencies before merging.

What does infrastructure code review check for in CI/CD workflow configurations?

Infrastructure code review checks CI/CD workflow configurations for security best practices like OIDC usage and the inclusion of verification stages. It ensures pipeline configurations align with established project patterns and security standards.

Can I check if critical documentation like HISTORY.md is updated alongside code changes?

Yes, you can check if critical documentation like HISTORY.md is updated alongside code changes through automated documentation verification. This flags missing documentation updates, ensuring infrastructure modifications are properly recorded.

Does the reviewer skill require read access to project files for comparing code diffs?

Yes, the reviewer skill requires read access to project files for comparing code diffs against established patterns and documentation. This access is necessary to analyze infrastructure changes and identify deviations from project standards.

What is the best way to ensure consistency in multi-stack CDK architecture modifications?

The best way to ensure consistency in multi-stack CDK architecture modifications is to apply automated validation against established project patterns. This approach analyzes proposed changes to flag deviations from coding standards and architectural best practices.

Why should I validate infrastructure changes before merging a pull request?

You should validate infrastructure changes before merging a pull request to prevent inconsistencies and maintain code quality. Validating changes ensures adherence to established project patterns, best practices, and documentation standards.