What problem does it solve?
This Skill helps you connect to, create, and manage GitHub Codespaces using gh codespace while avoiding common automation failures like interactive hangs and connection attempts against stopped or rebuilding environments.
Core Features & Use Cases
- Codespace lifecycle operations: Create, list, view details, edit, stop, delete, and rebuild codespaces for repeatable dev environments.
- File transfer and debugging support: Use
gh codespace cp and gh codespace logs to move artifacts and troubleshoot issues without manual SCP setup.
- Port and access management: Forward ports for local testing and use the supported CLI path for interactive access when required (e.g., for user-driven sessions).
Quick Start
Use the gh-codespace skill to manage a codespace lifecycle and connect securely by running: "Use gh codespace to list existing codespaces and copy a file from a specific codespace to my local machine."