repo-standards

Installation
SKILL.md

Repo Standards

Use this skill to make changes that are consistent with the repo's established standards, and to review changes for “PR-ready” quality.

If the repo has a monorepo toolchain (pnpm workspaces, Turborepo), use it rather than running package-level commands ad hoc.

Quick Start (When You Need A Tight Answer)

  1. Identify package manager + orchestrator.
  2. Find the repo’s actual quality gates (lint, typecheck, test, format, ci).
  3. Run the gates (preferred) or do a best-effort static review (fallback).
  4. Report issues with file references + exact commands to reproduce.

Workflow (Concrete)

Installs
2
GitHub Stars
2
First Seen
May 19, 2026
repo-standards — apexscaleai/codex-claude-skills