Tag: bug-fixing

Type: All Skills Tools
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

Automates Neotoma issue queue triage and resolution

This skill manages the entire Neotoma issue lifecycle, autonomously triaging open bugs by classifying reproduction environments and generating resolution plans. It can concurrently open PRs, create local worktrees, request missing context, …

markmhendrickson/neotoma issue-triage bug-fixing pr-generation security-advisory
skill ★ 23

Structured bug fixing and feature remediation workflow

This skill executes a structured workflow to diagnose and resolve bugs within a feature or module. It supports optional error classification (implementation, spec, or architectural) and ensures all fixes are validated with regression tests.

markmhendrickson/neotoma bug-fixing workflow error-classification regression-testing
skill ★ 23

structured workflow for bug fixing and testing

This skill automates the process of fixing bugs within a feature or module by following a structured workflow. It supports optional error classification (implementation, spec, or architectural) and ensures all fixes are validated with regre…

markmhendrickson/neotoma bug-fixing workflow regression-testing code-correction
skill ★ 5

Recall Past Fixes Before Debugging Code

This skill allows developers to query a memory store for previously encountered bugs, error messages, or unexpected behaviors. By recalling past solutions, it significantly accelerates the debugging process and prevents redundant investigat…

hifriendbot/cogmemai-mcp debugging memory-recall bug-fixing codebase
skill ★ 394

Create tasks for the Bernstein orchestrator

This skill allows users to delegate work, bug fixes, or features to the Bernstein orchestrator. It structures the request by gathering the task title, required role, priority, and scope before queuing the work for an agent.

sipyourdrink-ltd/bernstein task-management orchestration agent-delegation bug-fixing
skill ★ 26,383

Credit Note Bug Fixer

An agentic skill for identifying and resolving formatting errors in shell-based credit note logic by applying patches and executing targeted test commands.

openai/openai-agents-python bug-fixing shell-scripting automated-patching agentic-workflow