Tag: pr-automation
Automated Codebase Audit, Issue Tracking, and Fixing
This skill performs a comprehensive, end-to-end codebase audit, systematically identifying security, quality, and logic vulnerabilities. It then automatically generates structured GitHub issues, fixes each issue in an isolated worktree, and…
Automated GitHub Issue Fixing and PR Workflow
This skill orchestrates the full lifecycle of fixing GitHub issues, fetching targets via the REST API and spawning sub-agents for implementation. It manages git operations, pushing code to a specified fork, opening pull requests, and monito…
Automated software version release workflow
This skill manages the full software release lifecycle, handling both minor and patch versions according to established CI/CD rules. It automates version bumping, annotated tagging, and the creation of GitHub Releases.
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 …