iikit-bugfix

Report defects into a standardized bugs.md entry with linked fix tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ShadowAUS/chez-king-portal --skill iikit-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-bugfix
Source: https://github.com/ShadowAUS/chez-king-portal/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-bugfix
Command: npx skills add https://github.com/ShadowAUS/chez-king-portal --skill iikit-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Report defects with a standardized workflow that captures bug details and generates a bugs.md entry and associated tasks.

Core Features & Use Cases

  • Create a structured bugs.md entry for each defect with metadata like BUG-ID, reproduction steps, severity, and status.
  • Generate fix tasks in tasks.md and link them to the corresponding bug.
  • Optionally import from or create GitHub issues to keep external tracking in sync.

Quick Start

Describe the bug briefly to start the workflow and generate a bugs.md entry and related tasks.

Frequently Asked Questions about iikit-bugfix

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

FAQPage Schema
How do I track bug fixes using a markdown workflow?

This bugfix workflow generates a structured bugs.md entry capturing metadata like BUG-ID, reproduction steps, severity, and status for each defect. It creates linked tasks in tasks.md to systematically track and monitor the resolution progress.

Can I sync internal bug records with GitHub issues?

Yes, you can sync GitHub issues with internal bug records. The workflow optionally imports existing GitHub issues or creates new ones, mapping them to internal bug records to maintain external tracking synchronization and traceability.

What is the best way to standardize bug triage across multiple features?

Standardizing bug triage requires enforcing a consistent entry format for every defect. This workflow applies a structured process to triage, reproduce, and track fixes across features while maintaining a unified bugs.md record.

How do I generate fix tasks linked to a specific bug report?

To generate fix tasks, describe the bug briefly to trigger the workflow. It automatically creates an entry in bugs.md and generates corresponding linked tasks in tasks.md mapped to that specific bug record.

Does the bug tracking workflow require any external dependencies?

No external dependencies are required to run the core bug tracking workflow. GitHub issue integration is optional, meaning the structured bugs.md and tasks.md generation functions independently without mandatory external packages.