engineering-best-practices-enforcer

Audits repository code against local patterns and official framework guidance, producing structured findings with file references.

1|Updated Jan 2, 2025
One-click install
npx skills add https://github.com/allenlin90/eridu-services --skill engineering-best-practices-enforcer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineering-best-practices-enforcer
Source: https://github.com/allenlin90/eridu-services/tree/main/.agent/skills/engineering-best-practices-enforcer
Command: npx skills add https://github.com/allenlin90/eridu-services --skill engineering-best-practices-enforcer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ripgrep, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Audits and enforces repository-aligned engineering best practices to improve code quality and refactoring safety within eridu-services.

Core Features & Use Cases

  • Auditing code for local architecture patterns and official framework guidance before proposing refactors.
  • Generating structured findings with file references to guide maintainers.
  • Standardizing review output and workflows to reduce regressions in a monorepo.

Quick Start

Run the quality signals scan to begin an audit.

Frequently Asked Questions about engineering-best-practices-enforcer

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

FAQPage Schema
How do I audit my monorepo for SOLID principles and engineering best practices?

To audit a monorepo for engineering best practices, run a quality signals scan that iterates on scope, loads local architecture patterns, and checks deviations against SOLID principles. It produces actionable findings with explicit file references to guide maintainers.

How do I enforce code review standards across multiple workspaces in a monorepo?

You can enforce code review standards across multiple workspaces by running quality signals that audit local architecture patterns and official framework guidance. This standardizes review output and workflows to reduce regressions in a monorepo.

Does the engineering best practices enforcer require ripgrep to scan repository files?

Yes, ripgrep is required as a dependency to execute the quality signals scan. It enables the tool to efficiently search and iterate on scope across the repository, producing structured findings with explicit file references.

What is the best way to catch architecture pattern deviations before a major refactor?

The best way to catch architecture pattern deviations before a refactor is to run a quality signals scan that loads local context and official framework guidance. This generates structured findings with file references to guide maintainers safely.

Can I use this tool to standardize code review workflows for eridu-services?

Yes, you can use it to standardize code review workflows for eridu-services by applying quality signals during reviews and cross-workspace audits. This ensures adherence to local patterns, framework guidance, and SOLID principles.