bugpack-fix-bug

Fetch BugPack bug details, locate related code, apply fixes, and mark bugs fixed.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill bugpack-fix-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugpack-fix-bug
Source: https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk/tree/main/.cursor/skills/skills-main/skills-main/skills/bugpack-fix-bug
Command: npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill bugpack-fix-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you resolve a bug reported in BugPack by guiding you from bug context retrieval to code changes and finally updating the bug status to reflect the fix.

Core Features & Use Cases

  • Bug context retrieval: Fetches full details from BugPack using the bug ID, including description, screenshots, environment, and related files.
  • Code localization: Uses relatedFiles to find the most relevant source code, with a fallback to searching by pagePath and description when no related files are provided.
  • Fix application and status update: Updates the codebase according to the project’s conventions and then marks the bug as fixed via the BugPack API.
  • Use case: When a team reports a failing behavior with screenshots and file context, use this Skill to implement the correction and ensure the BugPack record is marked fixed with an auditable fix note.

Quick Start

Ask the AI to run bugpack-fix-bug for bug ID abc-123 to fetch the bug details, locate the relevant code, apply the fix, and set its status to fixed.

Frequently Asked Questions about bugpack-fix-bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a bug reported in BugPack and update its status to fixed?

To fix a BugPack-reported bug, retrieve the bug context using its bug ID, locate the relevant code using related file hints or page path, apply the codebase fix, and mark the bug status as fixed via the BugPack API.

How does code localization work when fixing a bug without related file hints?

Code localization uses related file hints first, but falls back to searching by page path and bug description when no related files are provided, ensuring the relevant source code is found.

Can I use this bug fixing workflow if the report only includes screenshots and a page path?

Yes, this workflow handles reports with screenshots and environment details, using page path and description for code localization when related files are missing.

What is the best way to automate bug tracking status updates after applying a code fix?

The best way to automate bug tracking status updates is to apply the code fix in project style and then patch the bug status to fixed via the BugPack API with an auditable fix note.

Why does the bug fix process require calling BugPack APIs?

BugPack APIs are required to fetch full bug details including description and screenshots before fixing, and to patch the bug status to fixed after applying the codebase correction.

What information do I need to start a BugPack bug fix task?

You need the bug ID to fetch full context from BugPack, including description, screenshots, environment, and related files, to guide the code repair and status update.