Skills

34 skills — copy the install command to get started.

Tags:

2 skills shown

development

ifs-applications

development/ifs-applications/downport-assistant

downport-assistant

Automates safe downports (backports) of specific commits to older IFS Cloud release branches with minimal manual work. Accepts commit SHAs, a source branch, PR URL, Jira ID, and one or more targets (a track name like 24R1 or a release/* branch); with the Atlassian Rovo MCP it can start from a Jira ID alone and discover the source PR and commits. Applies only the exact provided commits via an isolated per-commit git merge-tree (in-between commits never leak in), always branches from the target, classifies conflicts (auto-resolves safe ones such as IFS history-comment blocks, stops on risky ones), validates the diff, and by default pushes and opens a Bitbucket PR via the bundled REST helper (scripts/create_pr.py; optional Atlassian Rovo MCP, with a push-output PR-link fallback). Supports sequential multi-target backports. Never modifies release branches directly, and never approves, merges, or updates Jira/CCB. Use when a user asks to downport, backport, or cherry-pick changes to an older release or support branch.

npx -y --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873 ifs-ai-skills@0.5.5 add development/ifs-applications/downport-assistant