the-auditor

Audit code against the 9 Articles of Development and Pre-Implementation Gates.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/mr-phariyawit/startup --skill the-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: the-auditor
Source: https://github.com/mr-phariyawit/startup/tree/main/skills/the-auditor
Command: npx skills add https://github.com/mr-phariyawit/startup --skill the-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits code and enforces the 9 Articles of Development and Pre-Implementation Gates before changes are merged.

Core Features & Use Cases

  • Pre-merge quality checks and gate enforcement for PRs
  • Consistent compliance reviews during refactors and reviews
  • Guidance and automated feedback on policy violations

Quick Start

Run a pre-PR audit on the new code to ensure compliance with the 9 Articles and Gates.

Frequently Asked Questions about the-auditor

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

FAQPage Schema
How do I enforce code review gates before merging a pull request?

To enforce code review gates before merging, you can audit code against predefined development articles and pre-implementation gates. This checks for test coverage, file length limits, and secret absence before PR submission.

What is a pre-merge code audit for quality assurance?

A pre-merge code audit for quality assurance reviews changes against established development articles and gates before merging. It requires explicit checks for safe database use and test coverage to ensure code safety and compliance.

How do I check PR compliance for test coverage and secret leakage?

You can check PR compliance for test coverage and secret leakage by running an automated audit that enforces pre-implementation gates. It identifies violations or appends a success note when the code is compliant.

Can I use automated code audits during major refactoring?

Yes, you can use automated code audits during major refactoring. The audit applies consistent compliance reviews during refactors to ensure code quality and safety by enforcing the 9 Articles of Development.

What are the limitations of automated pre-implementation gate enforcement?

Automated pre-implementation gate enforcement requires explicit checks for test coverage, file length limits, absence of secrets, and safe real database use. It reports violations but relies on these specific predefined rules.