/dev

Run four gstack checks to produce a consolidated engineering review.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill dev-fnkydcks-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /dev
Source: https://github.com/fnkydcks-lab/dt-foundry/tree/main/dev
Command: npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill dev-fnkydcks-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineers struggle to obtain a clear, consolidated view of code quality, architecture, and security before shipping. The /dev lens provides a structured review that surfaces maintainability, security gaps, and production-readiness risks across the codebase.

Core Features & Use Cases

  • Comprehensive Review: Evaluates code quality, architecture, security posture, and production-readiness in a single pass.
  • Deterministic Checks: Uses a fixed set of gstack passes to produce reproducible results for PRs, releases, and audits.
  • Use Case: Apply during feature completion, before merging, or as part of a preflight to ensure the codebase is robust and safe.

Quick Start

Run a full engineering review on the provided codebase using the four gstack passes and read the consolidated report.

Frequently Asked Questions about /dev

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

FAQPage Schema
How do I run a comprehensive code review for production-readiness?

A production-readiness code review evaluates code quality, architecture, and security posture in a single pass to surface maintainability gaps and reliability risks before shipping.

What does a security and architecture code review check for?

A security and architecture code review identifies maintainability concerns, security gaps, and production-readiness risks across a codebase to ensure robustness and safe release execution.

Can I use automated code review for pull requests and pre-release checks?

Yes, you can apply automated code review during feature completion, before merging, or as a preflight check to ensure the codebase is robust and safe across languages and frameworks.

How do I get consistent results when reviewing code quality across different languages?

To get consistent results when reviewing code quality, use a fixed set of deterministic checks to produce reproducible engineering reviews across various languages and frameworks.

When do I need to run a preflight codebase health check?

You need to run a preflight codebase health check before merging features or shipping a release to ensure production-readiness, surface security gaps, and validate architectural integrity.