Tag: github-issues

Type: All Skills Tools
skill ★ 1,010

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…

TencentCloudBase/CloudBase-MCP codebase-audit security-review github-issues pr-automation
skill ★ 2,782

GitHub Issue Bug Fixing Workflow

A systematic workflow for investigating, reproducing, and resolving GitHub issues within the DBHub codebase. It guides the agent through fetching issue details, locating relevant code, and creating pull requests.

bytebase/dbhub github-issues bug-fixing workflow automated-debugging
skill ★ 23

Resolving GitHub needs-design issues

Automates the resolution of design questions within GitHub issues labelled needs-design by analysing codebase context and existing plans. It facilitates a structured workflow for evaluating technical options, recording decisions in Neotoma,…

markmhendrickson/neotoma github-issues design-resolution issue-management automated-workflow
skill ★ 11

Intelligent GitHub Issue Prioritization and Task Recommendation

This skill analyzes an open GitHub repository's issues and codebase state to recommend the optimal next development task. It scores issues using weighted criteria such as priority, milestone urgency, dependency readiness, and code momentum …

Destrayon/Connapse github-issues task-prioritization development-workflow git-management
skill ★ 11

Batch Create Structured GitHub Issues

This skill processes conversational brainstorming discussions, extracting raw ideas and decomposing large features into properly sized, actionable sub-issues. It then structures these into fully metadata-rich GitHub issues and commits them …

Destrayon/Connapse github-issues ticket-management feature-decomposition project-planning
skill ★ 372,633

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 …

openclaw/openclaw github-issues pr-automation git-workflow agentic