This directory contains Ymir workflows packaged as AI coding assistant skills for Claude Code and Cursor. The goal is to give individual contributors an easy way to run Ymir workflows directly in their own development environment — helping them with day-to-day package maintenance tasks and potentially surfacing areas for improvement in the workflows themselves.
| Skill | Directory | Description |
|---|---|---|
| Triage | triage/ |
Triage CVE/bug Jira issues for RHEL packages |
| Backport | backport/ |
Cherry-pick or git-am upstream patches, verify builds, and create merge requests |
| Rebase | rebase/ |
Rebase a package to a new upstream version |
| Rebuild | rebuild/ |
Rebuild a package in the build system |
| Preliminary Testing | preliminary_testing/ |
Analyze gating and OSCI results to determine preliminary testing status |
For installation instructions (skill setup and MCP tool configuration), see the Skills Installation Guide.
backport/— Backport fix agentpreliminary_testing/— Preliminary testing agentrebase/— Rebase fix agentrebuild/— Rebuild agenttriage/— Triage agentissue_verification/— Issue verification agent (post-fix lifecycle management)
backport/— Backport fix agentpreliminary_testing/— Preliminary testing agentrebase/— Rebase fix agentrebuild/— Rebuild agenttriage/— Triage agentissue_verification/— Issue verification agent (post-fix lifecycle management)
claude --model claude-opus-4-6 --effort high "Please take a look at the BeeAI workflows implemented in agents directory. Please convert Workflow in {workflow_file} to Claude skill and save that skill to agents_as_skills directory.
Restrictions:
- Pay attention to tools used by the workflow and do not omit them
- Do not restrict tools that the skill can use
- Specify arguments the skill uses as an input"