ROTA Import Update
SkillProductivityRun the GraalPy ROTA import update workflow. Use when asked to refresh imports, create the standard Graal import update pull request, inspect generated commits, and hand off to the shared GraalPython Bitbucket PR flow for tasks, gates, and failure fixes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ROTA Import Update skill
What this skill tells your AI
The instructions your AI receives, as published by oracle/graalpython in .agents/skills/rota-update-import/SKILL.md and read by ahel’s review.
Overview
Execute the GraalPy ROTA import update workflow using the repo's automated command, then use the shared GraalPython Bitbucket PR workflow for post-creation tasks and gates.
Companion Skills
- Use the
graalpython-bitbucket-prskill aftermx python-update-import --rotacreates the PR, to handle Graal Bot tasks, start or verify gates, watch gates, and fix or report failures.
Workflow
- Run the automated branch setup, import update, GitHub unittest-tag refresh, enterprise unittest-tag refresh, push, and standard PR creation:
mx python-update-import --rota
-
If the command reports that
../graal-enterprise/graalpython-enterpriseis missing, stop and ask the user to provide that checkout. -
Inspect the two generated commits and the created PR for plausibility:
- Expect one import update commit.
- Expect one combined unittest-tag update commit.
- Expect mostly additions, not removals, in the combined unittest-tag commit.
-
Use the
graalpython-bitbucket-prskill in existing-PR mode with the PR created bymx python-update-import --rota. -
Let that skill handle Graal Bot tasks, start or verify gates, watch gates, and fix or report failures.
Guardrails
- Use
mx python-update-import --rota; do not manually reconstruct the standard ROTA sequence unless the command fails and the failure requires targeted recovery. - Preserve the automated commit structure unless there is a concrete reason to amend it.
- When reporting status, include the branch name, PR link or ID, gate status, and any follow-up failures.
Signals
- GitHub stars
- 2k
- Forks
- 155
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
rota-update-import- Source
- github.com/oracle/graalpython