specrail-pr-gate

Installation
SKILL.md

SpecRail PR Gate

Use this skill before saying a PR is merge-ready.

Steps

  1. Collect current PR evidence. Prefer the read-only adapter when available:
python3 checks/github_pr_evidence.py --github-repo <owner/repo> --pr <pr-number> --json > <evidence.json>
  1. Run the offline gate:
python3 checks/pr_gate.py --repo . --evidence <evidence.json> --json
Installs
1
GitHub Stars
105
First Seen
Jul 22, 2026
specrail-pr-gate — majiayu000/litellm-rs