Tag: github-cli
Automated GitHub Workflow Management
Automates GitHub operations using the GitHub CLI, managing authentication, repository creation, and remote configurations with minimal user intervention. It prioritises reusing existing credentials and handles interactive login flows throug…
Automated Pull Request Review Agent
This skill automates comprehensive Pull Request reviews, checking for logical correctness, security vulnerabilities, and adherence to architectural standards. It structures feedback using criticality badges and posts detailed inline comment…
Publish internal plans as public GitHub discussions
This skill processes internal planning documents, redacting sensitive information and restructuring the content into a formal, public-facing GitHub Discussion post. It facilitates early community input by publishing the plan directly to the…
Automate QA testing with PR labels
Triggers automated browser tests on a QA server by adding a specific label to a pull request using the GitHub CLI.
Automated Pull Request Review Comment Resolution
This skill establishes a background loop to continuously monitor a specified Pull Request for new review comments. It automatically evaluates suggestions, replies to comments, and manages the resolution process until all review feedback is …
Automated GitHub PR Comment Resolution and Review
This tool automates the resolution of active GitHub Pull Request comments, handling both general conversation and inline code reviews. It uses the GitHub CLI to triage, reply to, and ultimately resolve review threads based on expert judgmen…
Automate GitHub Issues to Pull Requests
This skill automates the conversion of open GitHub issues into pull requests by fetching candidates, spawning background agents to implement fixes, and opening PRs. It also supports monitoring PR reviews and handling actionable comments to …
Automating Pull Request Creation and Review
This skill guides agents through a complete pull request workflow, encompassing pre-flight checks, test verification, and template-based PR creation. It manages the entire lifecycle from initial commit to addressing automated or human revie…