codegen-review

Automate Datrix code review for placeholders, fallbacks, and compliance.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/keturk/datrix --skill codegen-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codegen-review
Source: https://github.com/keturk/datrix/tree/main/claude-config/.claude/skills/codegen-review
Command: npx skills add https://github.com/keturk/datrix --skill codegen-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the review of generated code against Datrix quality standards, streamlining the process and ensuring high code quality.

Core Features & Use Cases

  • Automated Code Quality Checks: Reviews code for placeholders, silent fallbacks, tests, and adherence to Datrix standards.
  • Compliance Validation: Ensures generated code meets Datrix compliance and submission checklist criteria.
  • Use Case: Utilize this Skill in the Datrix development workflow to automatically validate code quality before merging into the main branch.

Quick Start

Run the codegen-review skill on the latest changes in your codebase to ensure compliance with Datrix standards.

Frequently Asked Questions about codegen-review

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

FAQPage Schema
How do I automate code review for generated Python or TypeScript code?

Automate code review by validating generated code against Datrix quality standards, checking for placeholders, silent fallbacks, and test validity. The review process ensures backend Python or TypeScript code meets compliance criteria before merging into the main branch.

What are silent fallbacks in generated code and how do I check for them?

Silent fallbacks in generated code are unhandled execution paths that fail without explicit errors. You check for them by running an automated Datrix compliance review that scans code logic to ensure all fallback paths properly validate against quality standards and submission checklists.

Can I use automated code review to validate Datrix compliance before merging?

Yes, you can validate Datrix compliance before merging by running an automated code review on your latest codebase changes. The review checks generated backend code against the Datrix submission checklist to ensure placeholders and invalid tests are caught.

Do I need to know Datrix code standards to run an automated code quality check?

Yes, applying automated code quality checks requires knowledge of Datrix code standards and Python or TypeScript backend environments. Understanding these standards ensures you can properly interpret compliance validation results and resolve flagged submission checklist issues.

What is the best way to ensure generated code has no placeholders before submission?

The best way to ensure generated code has no placeholders is to run an automated Datrix compliance review on your latest codebase changes. This process validates the code against Datrix quality standards and submission checklists to catch placeholders before merging.