review

Validate Docker Compose, nginx, and environment-variable configurations and post PR review comments.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill review-semicolon-devteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/eng/ms/skills/review
Command: npx skills add https://github.com/semicolon-devteam/semo --skill review-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

마이크로서비스/MS 레벨의 코드 품질, 아키텍처 준수 및 PR 리뷰를 자동화합니다.

Core Features & Use Cases

  • Multi-phase 리뷰: 기술 스택별 검증과 아키텍처 점검을 한 번에 수행.
  • Code/Architecture 체크: 4-layer 구조, DTO/Entity 분리 등 아키텍처 준수 여부 확인.
  • PR 피드백 자동 등록: 결과를 PR에 코멘트로 남겨 협업 속도 증가.

Quick Start

"/SEMO:review" 명령으로 MS 프로젝트의 PR에 자동으로 리뷰 코멘트를 생성합니다.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code quality checks for Docker Compose and nginx configurations in pull requests?

Automated PR reviews validate Docker Compose syntax, service definitions, nginx configuration validity, and environment-variable handling, then post actionable comments directly to your pull request. This enforces infrastructure configuration standards without manual review.

Can I automatically validate microservices architecture and infrastructure across repositories?

Yes. The review automates validation of infrastructure configuration including docker-compose.yml syntax, service completeness, network and volume verification, SSL/TLS settings, and proxy configuration, applying checks consistently across repositories.

What infrastructure configuration files does automated PR review support?

Docker Compose, nginx, and environment-variable configurations are supported. The review performs syntax checks, service definition validation, network and volume verification, SSL/TLS validation, and secret handling enforcement across these file types.

Does this work with GitHub repositories and require specific tools?

Yes, it requires GitHub CLI, Bash, and Docker to execute syntax validation and post PR comments. Access to repository files is needed to perform configuration checks and submit automated review comments.

How does automated PR review improve microservices development workflow?

Infrastructure validation runs automatically on pull requests, catching configuration errors early and posting feedback as PR comments. This accelerates collaboration by eliminating manual architecture and syntax review cycles.

What configuration issues does automated review catch?

The review detects invalid docker-compose.yml syntax, incomplete service definitions, misconfigured networks and volumes, invalid nginx settings, missing or insecurely handled environment variables, and proxy configuration errors.