tools-integration-ci
Installation
SKILL.md
Tools Integration CI Skill
Unified CI provider abstraction using static routing - one script per provider, config stores full commands.
Enforcement
Execution mode: Run scripts exactly as documented; parse TOON output for status and route accordingly.
Prohibited actions:
- Do not call
ghorglabdirectly; all CI operations go through the script API - Do not invent script arguments not listed in the operations table
- Do not bypass provider detection logic
- Do not transfer
gh/glabflag names from memory when invokingcileaf subcommands — flag names diverge from the underlying tools (e.g.,ci pr mergeuses--strategy, not--merge-method)
Constraints:
- All commands use
python3 .plan/execute-script.py plan-marshall:tools-integration-ci:{script} {command} {args} - Provider routing is config-driven; do not hard-code provider names
- Before invoking any
cileaf subcommand whose exact flags you do not already know, Readstandards/leaf-command-reference.md(or the relevant group standard). Never guess