code-standards

Audit Python/Django and TypeScript code against lint, test, and architecture rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arsen-ask-lx/.claude_file_4all --skill code-standards-arsen-ask-lx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-standards
Source: https://github.com/arsen-ask-lx/.claude_file_4all/tree/main/skills/code-standards
Command: npx skills add https://github.com/arsen-ask-lx/.claude_file_4all --skill code-standards-arsen-ask-lx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Общий чеклист качества кода Audit Platform: lint, tests, scope enforcement, no-any, no-console.log, no-TODO, file size limits, structured logging. Загружать как базовый чеклист перед сдачей кода или при ревью. Используется Builder и Reviewer как shared quality gate.

Core Features & Use Cases

  • Unified quality gate: чеклист объединяет lint, тесты, контроль области изменений, отсутствие any в TS, отсутствие console.log и TODO/FIXME, а также требования к размерам файлов и структурированному логированию.
  • Поддержка монолитной практики разработки: применяется как перед сдачей кода, так и во время ревью, с целью обеспечения единых стандартов качества.
  • Инструкция к внедрению: используется Builder и Reviewer как общий ө gate для качественного контроля и сужения рисков внедрения; помогает аудиторам и разработчикам согласовывать требования.

Quick Start

Apply this checklist before submitting code or performing a review to ensure baseline quality.

Frequently Asked Questions about code-standards

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

FAQPage Schema
How do I automate a code review checklist for Python and TypeScript projects?

To automate a code review checklist for Python and TypeScript, apply this quality gate during pre-commit, CI, and review workflows. It validates lint rules, tests, typing, scope compliance, and architectural rules to ensure baseline code quality across both languages.

What should a shared code quality gate enforce during code submission?

A shared code quality gate should enforce lint rules, test validation, scope compliance, no-any typing, no-console.log, no-TODO, file size limits, and structured logging. This unified checklist reduces integration risks and aligns developers and reviewers on baseline quality.

Does this code quality checklist support Django and TypeScript workflows?

Yes, this code quality checklist supports Django and TypeScript workflows. It applies architectural rules and quality checks to both Python/Django and TypeScript projects during pre-commit, continuous integration, and code review phases.

How do I prevent hardcoded secrets and unstructured logging in code reviews?

To prevent hardcoded secrets and unstructured logging in code reviews, apply this audit checklist. It enforces structured logging practices and validates scope compliance to ensure hardcoded secrets are avoided before code submission.

When do I need an automated code audit checklist for continuous integration?

You need an automated code audit checklist for continuous integration when you want to enforce shared quality gates before merging. It validates tests, lint, typing, and architectural rules across Django and TypeScript projects during CI.