reviewing-construction-code

Identify code quality and security issues in generated code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identify code quality and security issues in generated code.

Core Features & Use Cases

  • Code quality review: readability, maintainability, and testability
  • Security review: detection of common vulnerabilities and misconfigurations in constructed code
  • Use cases: post-generation code review during the Construction phase, PR pre-merge checks

Quick Start

Provide the target code file or directory to review and run the skill to start the read-only evaluation.

Frequently Asked Questions about reviewing-construction-code

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

FAQPage Schema
How do I identify security vulnerabilities and code quality issues in generated code?▼

To identify security vulnerabilities and code quality issues in generated code, run a static analysis review during the Construction phase. This evaluates readability, maintainability, testability, and detects common misconfigurations across files and modules.

How do I run a pre-merge code review on generated code?▼

To run a pre-merge code review on generated code, provide the target file or directory to the review tooling. It performs a read-only or sandbox mode evaluation to detect quality and security issues before merging.

Does this static analysis tool work with Codex, Claude, or Gemini?▼

Yes, this static analysis tool works with Codex, Claude, or Gemini. It requires these tools to run the read-only or sandbox mode evaluation during the Construction phase to identify code quality and security issues.

What is a read-only code review during the Construction phase?▼

A read-only code review during the Construction phase is a sandboxed evaluation of generated code across files and modules. It identifies quality issues like maintainability and security vulnerabilities without modifying the source code.

Can I review code quality and security across multiple files and modules?▼

Yes, you can review code quality and security across multiple files and modules. By providing a target directory, the tool evaluates the constructed code for readability, testability, and common vulnerabilities in read-only mode.