eia-github-integration
Installation
SKILL.md
GitHub Integration Dispatcher
Overview
This skill is the entry point for all GitHub integration tasks in agent orchestration workflows. It routes you to specialized skills based on your task type. Use this skill to determine which specialized GitHub skill to invoke.
Prerequisites
Before using any GitHub integration skill, ensure:
- GitHub CLI version 2.14 or higher is installed (
gh --version) - GitHub CLI is authenticated (
gh auth status) - You have write permissions to the target repository
- Basic familiarity with Git commands
First-time setup:
# Install GitHub CLI
brew install gh # macOS
# or see https://cli.github.com/manual/installation for other platforms