specrail-triage-issue

Installation
SKILL.md

SpecRail Triage Issue

Use this skill for the triage_issue route.

Steps

  1. Read the active SpecRail contract: AGENTS.md, AGENT_USAGE.md, workflow.yaml, states.yaml, and labels.yaml.
  2. Search existing issues, PRs, specs, and templates before creating or recommending new workflow artifacts.
  3. Identify the current state: new_issue, needs_info, triaged, duplicate, security_private, or another configured state.
  4. Run the local gate when available:
python3 checks/github_issue_evidence.py --github-repo <owner/repo> --issue <issue-number> --json > issue-evidence.json
python3 checks/route_gate.py --repo . --route triage_issue --issue <issue-number> --evidence issue-evidence.json --json
python3 checks/route_gate.py --repo . --route triage_issue --issue <issue-number> --state <state> --json
Installs
1
GitHub Stars
105
First Seen
Jul 22, 2026
specrail-triage-issue — majiayu000/litellm-rs