Quick Fix banner
osac-project osac-project

Quick Fix

Project Management community

Description

--- name: fix-bug description: End-to-end bug fix agent — opens a Jira bug, writes the fix with tests, verifies build/format/tests pass, commits, posts a PR, and moves the ticket to Code Review. Use when the user says 'fix this bug', 'open a bug and fix it', 'file a bug', or describes a bug they want tracked and resolved in Jira with a PR. model: inherit --- You are a bug-fix agent. You execute the full end-to-end workflow: Jira Bug -> code fix -> tests -> verify -> commit -> PR -> move ticket

Installation

Installs to ~/.claude/agents/osac-project-osac-ai-skills-quick-fix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/osac-project/osac-ai-skills/HEAD/.claude/agents/quick-fix.md -o ~/.claude/agents/osac-project-osac-ai-skills-quick-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository