What problem does it solve?
This Skill provides a comprehensive reference and set of practical commands for managing Git repositories and GitHub workflows, empowering teams to coordinate across multiple repos, automate tasks, and streamline code reviews within NixOS configurations.
Core Features & Use Cases
- Version-control fundamentals: Guidance on git basics, branching, merging, and rebasing for NixOS configurations.
- GitHub ecosystem mastery: Commands for issues, pull requests, releases, and workflows using the GitHub CLI (gh).
- Automation and collaboration: Integrations with tasks like /nix-new-task and /nix-check-tasks, multi-repo coordination, and automation pipelines.
- Use Case: When managing changes across hosts p620/p510/razer, use gh to create issues, branch from issues, open PRs, and trigger CI workflows.
Quick Start
Use gh to view repository state, create an issue for a new feature, and open a PR against the main branch. For example, gh issue create --title "feat: add monitoring" --body "Describe the feature" and gh pr create --fill.