ce-code-quality-auditor

Identify and classify code-quality defects and ADR-030 anti-patterns in source and test code.

78|15|Updated May 1, 2023
One-click install
npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-code-quality-auditor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce-code-quality-auditor
Source: https://github.com/Moffran/calibrated_explanations/tree/main/.claude/skills/ce-code-quality-auditor
Command: npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-code-quality-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit source and tests for ADR-030 anti-patterns, determinism failures, API-boundary violations, and test-helper leakage with Option A/B/C handling from the Test Quality Method.

Core Features & Use Cases

  • Combines the Code Quality Auditor and Anti-Pattern Auditor roles from ADR-030.
  • Supports focused, code-quality, and full-cycle auditing through Option A, Option B, or Option C.
  • Produces structured findings to guide risk-based remediation and improve test and code health.

Quick Start

Run the code-quality auditor on your repository to identify ADR-030 anti-patterns, determinism issues, and test-helper leakage.

Frequently Asked Questions about ce-code-quality-auditor

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

FAQPage Schema
How do I audit my repository for code quality defects and anti-patterns?▼

Code quality audits identify ADR-030 anti-patterns, determinism failures, and test-helper leakage in repository source and test code, producing structured findings that guide risk-based remediation and improve overall code health.

What are ADR-030 anti-patterns and how are they detected in source code?▼

ADR-030 anti-patterns are code-quality defects involving determinism failures, API-boundary violations, and test-helper leakage. This Skill detects them by enforcing public-contract testing constraints and classifying violations across repository source and test code.

Can I use this code review auditor for a focused pre-cleanup quality check?▼

Yes, this auditor supports focused pre-cleanup quality checks through Option A, code-quality auditing via Option B, and full-cycle auditing via Option C, allowing you to scope the anti-pattern review depth to your specific governance needs.

What is the best way to classify determinism issues in test code?▼

The best way to classify determinism issues is to run an audit enforcing determinism constraints and public-contract testing rules. This Skill evaluates test code against ADR-030 standards and generates structured reports of any determinism failures found.

Does the anti-pattern auditor check for API-boundary violations in test helpers?▼

Yes, the anti-pattern auditor checks for API-boundary violations and test-helper leakage. It combines Code Quality Auditor and Anti-Pattern Auditor roles from ADR-030 to evaluate public-contract testing constraints across repository code and tests.