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 gh or glab directly; 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/glab flag names from memory when invoking ci leaf subcommands — flag names diverge from the underlying tools (e.g., ci pr merge uses --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 ci leaf subcommand whose exact flags you do not already know, Read standards/leaf-command-reference.md (or the relevant group standard). Never guess
Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
tools-integration-ci — cuioss/plan-marshall