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)
- Identify package manager + orchestrator.
- Find the repo’s actual quality gates (
lint,typecheck,test,format,ci). - Run the gates (preferred) or do a best-effort static review (fallback).
- Report issues with file references + exact commands to reproduce.