ai-standardize-repo

Audits and fixes repository standards across pipelines, tooling, and governance using canonical policies.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/svange/augint-shell --skill ai-standardize-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-standardize-repo
Source: https://github.com/svange/augint-shell/tree/main/.agents/skills/ai-standardize-repo
Command: npx skills add https://github.com/svange/augint-shell --skill ai-standardize-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and fix repository standards across a codebase by aligning pipelines, tooling, and governance with canonical policies.

Core Features & Use Cases

  • Detects drift across pipelines, dotfiles, pre-commit, Renovate, release configs, OIDC, and GitHub rulesets.
  • Applies canonical changes via ai-tools standardize pipeline/renovate/release plus ai-gh config and rulesets.
  • Provides dry-run mode to compute plans without mutation and supports per-area single-step runs.
  • Validates against the canonical contract and reports drift statuses per section.

Quick Start

Run ai-tools standardize <path-to-repo> --all to apply the full 10-step standardization plan.

Frequently Asked Questions about ai-standardize-repo

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

FAQPage Schema
How do I standardize repository configurations across multiple codebases?▼

You can standardize repository configurations by running the ai-tools standardize pipeline against a target repo path to audit and align pipelines, tooling, and governance with canonical policies. It detects drift across dotfiles, pre-commit hooks, Renovate, and release settings.

Can I detect configuration drift in pre-commit hooks and Renovate before applying changes?▼

Yes, you can detect configuration drift safely by using the dry-run mode to compute a full standardization plan without mutation. It reports drift statuses per section across pipelines, pre-commit hooks, Renovate, and GitHub rulesets before prompting for action.

What is the best way to enforce canonical policies for GitHub rulesets and OIDC?▼

The best way to enforce canonical policies for GitHub rulesets and OIDC is to apply the ai-gh config and rulesets standardization steps. This validates your repository governance settings against a canonical contract and applies deterministic writes.

Does this repository standardization tool support both library and service repos?▼

Yes, this repository standardization tool explicitly supports both library and service repos. It handles standardization workflows tailored to each type, applying canonical changes across pipelines, release settings, and governance configurations.

Can I run standardization for a specific area instead of the full repository?▼

Yes, you can run standardization for a specific area instead of the full repository by using per-area single-step runs. This allows you to target individual sections like pipelines, Renovate, or release configs independently.

Why should I use dry-run mode for repo standardization?▼

You should use dry-run mode for repo standardization to safely audit configurations and compute a 10-step plan without mutating files. It enables safe, auditable AI-assisted workflows by validating against the canonical contract before applying any changes.