reviewing-operations-premerge

Review pull requests for code quality and security before merging.

24|2|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill reviewing-operations-premerge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-operations-premerge
Source: https://github.com/ikeisuke/ai-dlc-starter-kit/tree/main/skills/reviewing-operations-premerge
Command: npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill reviewing-operations-premerge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PRマージ前の品質確認レビューを標準化し、Operations Phase の変更がコード品質とセキュリティ基準を満たすようにします。

Core Features & Use Cases

  • PR全体の変更の一貫性、コミットメッセージの適切さ、不要な変更の有無を評価します。
  • セキュリティ要件として、機密情報の含有チェック、セキュリティレビューの適用、依存関係の脆弱性確認を行います。
  • Use Case: 大規模なPRに対して、コード品質とセキュリティの両方の観点から事前承認を促進します。

Quick Start

対象PRの事前マージレビューを実行して、コード品質とセキュリティを検証してください。

Frequently Asked Questions about reviewing-operations-premerge

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

FAQPage Schema
How do I perform a pre-merge security and quality check on a pull request?

A pre-merge PR review validates code quality and security before merging changes. It evaluates change consistency, commit messages, checks for sensitive data, and verifies dependency vulnerabilities using external review tools within the operations workflow.

What security checks should I run before merging operations code?

Before merging operations code, security checks should scan for sensitive information inclusion, apply security reviews, and confirm dependency vulnerabilities. Pre-merge validation ensures operations changes meet security standards before integration.

Do I need external review tools to automate pull request quality checks?

Yes, external review tools such as Codex, Claude Code, or Gemini are required to automate pull request quality checks. The pre-merge review relies on this common reviewing infrastructure to evaluate code quality and security.

Can I standardize code quality reviews for large pull requests?

You can standardize code quality reviews for large pull requests by evaluating overall change consistency, commit message appropriateness, and detecting unnecessary changes. This promotes pre-approval from both code quality and security perspectives.

When should I run a pre-merge PR review in the operations workflow?

A pre-merge PR review should be executed during the Operations Phase before integrating changes. It applies to pull requests involving code quality updates, security checks, and documentation modifications.