What problem does it solve?
This Skill removes the friction of setting up and operating GitHub CLI-based workflows in agent environments, especially when repositories use local proxy remotes and GitHub tooling is not preconfigured.
Core Features & Use Cases
- GitHub CLI setup and auth: Installs or uses
gh, verifies authentication, and falls back safely when needed.
- Repository-aware GitHub operations: Handles issues, pull requests, releases, workflow runs, labels, milestones, and Projects V2 with the correct repository targeting.
- Workflow automation: Supports scripted project setup, milestone transitions, issue lifecycle management, and cleanup of experiment-created resources.
- Use Case: An agent needs to create labels, open issues, move milestones forward, and update project status without failing in a proxy-based GitHub environment.
Quick Start
Ask the agent to install and configure gh for this repository, then create the required labels, milestone, or issue workflow you want to manage.