Jira Conventions Router
This skill routes to the correct project or team conventions based on the Jira project key, component, or keywords in the issue summary.
Routing Table
Match on project key, component, or summary keywords. Load the corresponding reference file.
By Project Key
| Project Key |
Conventions |
Reference |
| CNTRLPLANE |
Red Hat OpenShift Control Planes — features, epics, stories, tasks |
CNTRLPLANE conventions |
| OCPBUGS |
OpenShift Bugs — bug reports only |
OCPBUGS conventions |
| GCP |
GCP Hosted Control Planes (Hypershift on GKE) — stories, epics, tasks, bugs, features |
GCP HCP conventions |
By Team / Keywords
Detect these keywords in the issue summary, description, or component to layer team-specific conventions on top of project conventions:
| Keywords |
Team Conventions |
Reference |
| HyperShift, ARO HCP, ROSA HCP, hosted control plane |
HyperShift team — component selection (HyperShift / ARO, HyperShift / ROSA, HyperShift) |
HyperShift conventions |
| GCP HCP, Hypershift on GKE, GKE hosted control plane |
GCP HCP team — GCP project conventions, team templates, sizing guide |
GCP HCP conventions |
Layering Rules
- Project conventions are loaded first based on the project key
- Team conventions are layered on top when keywords match
- Both can apply simultaneously (e.g., CNTRLPLANE + HyperShift)
- If no project or team matches, skip this skill — the issue uses only type-specific guidance from the
create skill
How to Use
After identifying the matching conventions:
- Read the linked reference file(s)
- Apply project-specific custom fields, version handling, and component requirements
- Layer team-specific conventions if keywords match (component selection, labels, templates)
- Defer to the
create skill for issue-type guidance (story template, bug template, etc.)
1---2name: jira-conventions3description: Project and team-specific Jira conventions for CNTRLPLANE, OCPBUGS, GCP, HyperShift, and hosted control plane issues4---56# Jira Conventions Router78This skill routes to the correct project or team conventions based on the Jira project key, component, or keywords in the issue summary.910## Routing Table1112Match on project key, component, or summary keywords. Load the corresponding reference file.1314### By Project Key1516| Project Key | Conventions | Reference |17|---|---|---|18| **CNTRLPLANE** | Red Hat OpenShift Control Planes — features, epics, stories, tasks | [CNTRLPLANE conventions](../../reference/cntrlplane.md) |19| **OCPBUGS** | OpenShift Bugs — bug reports only | [OCPBUGS conventions](../../reference/ocpbugs.md) |20| **GCP** | GCP Hosted Control Planes (Hypershift on GKE) — stories, epics, tasks, bugs, features | [GCP HCP conventions](../../reference/gcp-hcp.md) |2122### By Team / Keywords2324Detect these keywords in the issue summary, description, or component to layer team-specific conventions on top of project conventions:2526| Keywords | Team Conventions | Reference |27|---|---|---|28| HyperShift, ARO HCP, ROSA HCP, hosted control plane | HyperShift team — component selection (HyperShift / ARO, HyperShift / ROSA, HyperShift) | [HyperShift conventions](../../reference/hypershift.md) |29| GCP HCP, Hypershift on GKE, GKE hosted control plane | GCP HCP team — GCP project conventions, team templates, sizing guide | [GCP HCP conventions](../../reference/gcp-hcp.md) |3031### Layering Rules32331. **Project conventions** are loaded first based on the project key342. **Team conventions** are layered on top when keywords match353. Both can apply simultaneously (e.g., CNTRLPLANE + HyperShift)364. If no project or team matches, skip this skill — the issue uses only type-specific guidance from the `create` skill3738## How to Use3940After identifying the matching conventions:41421. **Read** the linked reference file(s)432. **Apply** project-specific custom fields, version handling, and component requirements443. **Layer** team-specific conventions if keywords match (component selection, labels, templates)454. **Defer** to the `create` skill for issue-type guidance (story template, bug template, etc.)