What problem does it solve?
This Skill automates common GitHub operations directly from the command line, eliminating the need to switch to a web browser. It ensures adherence to critical Gitflow rules and prevents destructive operations, saving developers time and reducing the risk of workflow errors.
Core Features & Use Cases
- PR & Issue Management: View, create, comment on, and manage GitHub Pull Requests and Issues.
- Automated Gitflow: Automatically determines target branches based on Gitflow conventions and enforces user confirmation before creating PRs, preventing critical mistakes.
- Safe Operations: Explicitly forbids destructive Git commands like
git rebase or git push --force without explicit user permission, protecting codebase integrity.
- Use Case: After committing your changes, use this skill to create a new Pull Request with a pre-generated description, ensuring it targets the correct branch (e.g.,
feature/* to develop) and adheres to all communication policies, all without leaving your terminal.
Quick Start
Create a new GitHub issue with the title "Bug: Login button not working" and the body "Users are reporting that the login button is unresponsive on the homepage."