gh-deps-intel

Installation
SKILL.md

Gh Deps Intel

Use this as the canonical dependency-upgrade workflow skill. The shared deps-workbench helpers provide lightweight preflight inventory, classification, and usage mapping; this skill remains the deeper GitHub-aware analysis and reporting engine. This skill absorbs the former dep-upgrade-spec role.

Invocation Defaults

  • Explicit invocation with upgrade language such as "fully upgrade", "apply the upgrade", or a specific target package defaults to execute.
  • Explicit invocation without an implementation request defaults to plan.
  • In execute, still stop if auth, package-manager access, or repo safety checks fail.

Tool Routing (MUST FOLLOW)

  1. If you need a cheap preflight, run the shared helpers first:
    • /home/bjorn/.codex/skill-support/bin/deps-workbench inventory --cwd <repo> --out <json>
    • /home/bjorn/.codex/skill-support/bin/deps-workbench classify --input <json> --out <json>
    • /home/bjorn/.codex/skill-support/bin/deps-workbench usage-scan --cwd <repo> --packages <pkg...> --out <json>
  2. If the user explicitly requests gh api/CLI only, use scripts/gh_release_diff.py, scripts/gh_compare_notes.py, or scripts/gh_rate_limit_diag.py directly.
  3. For single-package requests ("fully upgrade X package"), use scripts/gh_deps_intel.py package --dependency <name>.
  4. Otherwise, use scripts/gh_deps_intel.py full as the single orchestrator path (REST-first with GraphQL fallback for release retrieval).
Related skills

More from bjornmelin/dev-skills

Installs
1
GitHub Stars
2
First Seen
Mar 19, 2026