specrail-workflow

Solid

Use as the router/startup skill when working in a repository that adopts SpecRail for issue-first, spec-first, AI-assisted development. Routes triage, spec writing, task planning, implementation, PR review, CI diagnosis, PR gates, release notes, and spec-vs-implementation checks to focused SpecRail skills while preserving locale and human-gate boundaries.

AI & Automation 30 stars 4 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
50
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SpecRail Workflow Use this skill as the entrypoint for SpecRail-governed repository work. Load a focused SpecRail skill after the route is known. ## Startup 1. Search before creating a new issue, spec, template, policy, schema, or workflow. 2. Read applicable `AGENTS.md`, then `AGENT_USAGE.md` and `PLAN.md` when present. 3. Read `workflow.yaml`, `states.yaml`, `labels.yaml`, and relevant templates. 4. Identify the route: - `triage_issue` - `write_spec` - `implement` - `review_pr` - `fix_ci` - `draft_release_note` 5. Run `checks/route_gate.py` for the selected route when the repository includes it. Treat `allowed` as permission to proceed, `warn` as proceed-with-caution, `needs_human` as a maintainer gate, and `blocked` as a stop condition. 6. When GitHub issue evidence is needed and the repository includes the adapter, collect it read-only: ```sh python3 checks/github_issue_evidence.py --github-repo <owner/repo> --issue <issue-number> --json > issue-evidence.json ``` ## Route To Focused Skills - Use `skills/specrail-triage-issue/SKILL.md` for issue classification, duplicate searches, label proposals, and triage handoffs. - Use `skills/specrail-write-product-spec/SKILL.md` for `docs/specs/GH<issue-number>/product.md`. - Use `skills/specrail-write-tech-spec/SKILL.md` for `docs/specs/GH<issue-number>/tech.md`. - Use `skills/specrail-plan-tasks/SKILL.md` for `docs/specs/GH<issue-number>/tasks.md`. - Use `skills/specrail-implement/SKILL.m...

Details

Author
majiayu000
Repository
majiayu000/vibeguard
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category