Setup pre commit quality gates
Skill roronoazoroshao369/vibe-coding-os/skills/core/setup-pre-commit-quality-gates
Vibe Coding OS — Claude/Codex/Cursor skill framework with 139 skills, 111 commands, 95 templates, 22 tracked sources, 28/28 validation gates PASS. Quality Shield, Engineering Discipline Pack, plugin marketplace.From the repository description
npx -y skills add roronoazoroshao369/vibe-coding-os --skill setup-pre-commit-quality-gatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 274 tokens by cl100k_base, as published. Nobody here has run it
Skill: Setup Pre Commit Quality Gates
Purpose
Define lightweight pre-commit or pre-merge checks that catch common mistakes without adding brittle dependencies.
When to use
Use when a repo needs repeatable quality gates or existing hooks are missing, flaky, or too heavy.
Inputs
Project stack, package manager, existing scripts, test commands, formatting/linting tools, and team tolerance for hook strictness.
Workflow
- Inspect existing scripts and hooks.
- Choose dependency-free or already-installed checks first.
- Document what runs locally and in CI.
- Avoid adding packages unless requested.
- Validate hook instructions with dry runs where possible.
Outputs
Quality-gate plan, hook instructions or docs, validation commands, and maintenance notes.
Failure modes
Installing unnecessary dependencies, blocking commits with slow/flaky checks, or hiding how to bypass in emergencies.
Verification checklist
Checks map to existing scripts; no surprise dependencies; runtime is reasonable; fallback is documented.
Ghi chú tiếng Việt
Dùng để thiết lập quality gates trước commit một cách nhẹ và maintainable. Khi upstream đổi setup-pre-commit, kiểm tra ý tưởng nhưng giữ dependency-free nếu repo muốn.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.