一键导入
ai-standardize-repo
Audit and fix repository standards (pipeline, rulesets, pre-commit, renovate, release, dotfiles) against universal quality gates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit and fix repository standards (pipeline, rulesets, pre-commit, renovate, release, dotfiles) against universal quality gates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Initialize ai-shell for a new repo or workspace and choose the correct repo type and tool setup.
Monitor CI pipeline after push, diagnose failures, auto-fix and re-push. Use after submitting work, or asking 'check the build' or 'how's the pipeline'.
Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files.
Find, analyze, and recommend GitHub issues to work on. Use when looking for issues, or asking 'what should I work on next'.
Create a feature branch from the correct base (dev or main), sync release bumps, and set up remote tracking. Use when starting work on an issue or saying 'start working on'.
Promote staging (dev) to production (main) by creating an automerge PR. Use when dev/staging is ready for release, or saying 'release to production'.
| name | ai-standardize-repo |
| description | Audit and fix repository standards (pipeline, rulesets, pre-commit, renovate, release, dotfiles) against universal quality gates. |
| argument-hint | [--validate|--fix] [github|pipeline|quality|dotfiles|renovate|release|all] |
Audit and fix repository standards: $ARGUMENTS
Use the tool-first workflow. Standards logic should live in uv run ai-tools standardize, not in skill prose.
Primary flow:
uv run ai-tools standardize detect --jsonuv run ai-tools standardize audit --json [--section <section>] [--actionable]--validate is present, stop after audit.--fix is present (or user approves fixes), run:
uv run ai-tools standardize fix --write --json [--section <section>]uv run ai-tools standardize verify --json [--section <section>]Sections:
githubpipelinequalitydotfilesrenovatereleaseallReport:
If these commands are unavailable, state the tool gap and stop instead of recreating standardization rules here.